Infra Flashcards
Which Cfn keyword allows you to output data?
Fn:GettAtt
T/F Cfn will rollback on error by default?
True
Which Cfn resource allows you to block other resources until a completion signal is received?
WaitCondition
Cfn deletion policies all you to…
specify how snapshots, backups, or s3 buckets are handled with cf stack is deleted
T/F Elastic Beanstalk supports RDS
True
Elastic Beanstalk code is stored in…
S3
T/F Elastic Beanstalk supports both amazon linux and windows
True
___ provides a gui to deploy your infra quickly and is comprised of stacks and layers
Opsworks
T/F Opsworks will remove existing instances connected to an ELB when you associate it to a layer?
True
T/F you can enable cross account VPC peering from a Cfn template?
False
Cfn supports ____ for further aiding in automation tasks
chef, puppet, and bootstrap scripts
____ is mandatory within a Cfn template
Resources
___ allows you to define your elastic beanstalk configuration in YAML or JSON and the resources it contains including cloudformation for things not natively supported
.ebextensions