CloudFormation Flashcards
Can you modify a cloud formation template?
No, the idea is that you create versions of the templates instead of deletion.
When you delete a cloud formation template, what happens to resources created by the template in the stack?
All resources provisioned by the template will be deleted.
Aside from provisioning Infrastructure, what else can a cloud formation template be used for?
We can use CF templates for cost estimation
You have modified a cloud formation template and are going to apply these changes as a direct update. When are the changes deployed and to what stack resources? How does this differ from a change set?
Direct updates are deployed immediately to changed resources only. In a change set - cloudfront will identify and list any resource which will be added, deleted or modified. You can then choose to apply changes immediately, delete the change set or do nothing.