CloudFormation Flashcards

1
Q

What are the 3 concepts of Cloudformation

A

Templates
Stacks
Changesets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

CloudFormation Templates are used to create:

A

Stacks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the elements of a Cloudformation Template?

A
AWSTEmplateFormatVersion
Description
Metadata
Parameters
Mappings
Conditions
Tranform
Resources
Outputs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are conditions in a CF template?

A

Control wether certain resources are created or certain properties are assigne d value. (ie: Prod vs Test).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are resources in a CF template?

A

The type of AWS service to create.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a CF stack

A

A collection of AWS resources that is managed as a single unit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly