CloudFormation Flashcards

1
Q

Cloud Formation itself is free, however the resources it provisions will be charged at the usual rates.

True or False?

A

True

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

You are creating a virtual data centre using cloud formation and you need to output the DNS name of your load balancer. What command would you use to achieve this?

FN::GetAtt

LS:ReceiveAtt

LS::GetAtt

FN::PostAtt

A

FN::GetAtt

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

The default scripting notation for CloudFormation is ________.

Python

Ruby

PHP

JSON

A

JSON

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

By default, what happens if Cloud Formation encounters an error?

It will stop. However, the resources already provisioned will remain.

It will continue, but it will tell you what resources could not be provisioned.

It will log you out of the AWS platform.

It will terminate and rollback all resources created on failure.

A

It will terminate and rollback all resources created on failure.

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