CloudFormation Flashcards

1
Q

Can you modify a cloud formation template?

A

No, the idea is that you create versions of the templates instead of deletion.

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

When you delete a cloud formation template, what happens to resources created by the template in the stack?

A

All resources provisioned by the template will be deleted.

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

Aside from provisioning Infrastructure, what else can a cloud formation template be used for?

A

We can use CF templates for cost estimation

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

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?

A

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.

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