CloudFormation Flashcards
1
Q
What are the 3 concepts of Cloudformation
A
Templates
Stacks
Changesets
2
Q
CloudFormation Templates are used to create:
A
Stacks
3
Q
What are the elements of a Cloudformation Template?
A
AWSTEmplateFormatVersion Description Metadata Parameters Mappings Conditions Tranform Resources Outputs
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).
5
Q
What are resources in a CF template?
A
The type of AWS service to create.
6
Q
What is a CF stack
A
A collection of AWS resources that is managed as a single unit.