CloudFormation Flashcards

1
Q

What does a Parameter block do?

A

This field prompts the user for input.
A deletable default can be inputed as a placeholder

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

What happens when you delete a CloudFormation Stack?

A

Deleting CloudFormation Stack would result into deleting the Logical resources = Physical resources

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

CloudFormation ensures that all Logical and __________ resources are always in ___________

A

CloudFormation ensures that all Logical and Physical resources are always in synch

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

Which Yaml/Json blocks are compulsory when writing a CloudFormation Template?

A

Template version and the resource blocks mandatory in a CF template

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

In a CF Template, how do you use the description block if you must use it?

A

If you must use the description block, it must come right after the template version block

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

Running the same CF template again will
(a) deploy another set of resources and settings
(b) Update the existing Stack
?

A

Running the same template again will deploy another set of resources and settings

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