CloudFormation Flashcards
What does a Parameter block do?
This field prompts the user for input.
A deletable default can be inputed as a placeholder
What happens when you delete a CloudFormation Stack?
Deleting CloudFormation Stack would result into deleting the Logical resources = Physical resources
CloudFormation ensures that all Logical and __________ resources are always in ___________
CloudFormation ensures that all Logical and Physical resources are always in synch
Which Yaml/Json blocks are compulsory when writing a CloudFormation Template?
Template version and the resource blocks mandatory in a CF template
In a CF Template, how do you use the description block if you must use it?
If you must use the description block, it must come right after the template version block
Running the same CF template again will
(a) deploy another set of resources and settings
(b) Update the existing Stack
?
Running the same template again will deploy another set of resources and settings