CloudFormation Flashcards
Cloud Formation itself is free, however the resources it provisions will be charged at the usual rates.
True or False?
True
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
FN::GetAtt
The default scripting notation for CloudFormation is ________.
Python
Ruby
PHP
JSON
JSON
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.
It will terminate and rollback all resources created on failure.