Cloud Formation Flashcards
1
Q
What’s the cloud former tool
A
Allows you to make a cloud formation template, from existing infrastructure that was not created with cloud formation.
2
Q
What is cloud formation.
A
Allows you to specify your infrastructure as code
3
Q
What is a cloud formation stack
A
A set of resources required to run your application
4
Q
What formats can a cloud formation template be
A
YAML or JSON
5
Q
What’s a stack set?
A
Same as stacks, but for deployment across multiple accounts or regions.
6
Q
When using cloud formation stack sets, are all stacks identical?
A
Yes
7
Q
What is cloud formation designer?
A
A WYSIWYG editor for building cloud formation templates