Deployment Management Flashcards
What are the formats supported by Cloud Formation
JSON and YAML
Mandatory fields of CF
Resources and their values
Optional fields of CF
template file format, template parameters, output values, list of data tables
What function can be used in CF to display outputs
Fn:GetAtt
How can post configuration of an instance be done using CF
Puppet/Chef/Bootstrap scripts can do post configuration.
T/F You able to preserve data when CF templates are deleted
Resources such snapshots of RDS databases or S3 data can be preserved if specified in the CF script
T/F. Peerlink creation is supported via CF
True as long as its in the same account
T/F. You can only create one VPC per CF
False. Multiple are supported
What is a good use case for Elastic Beanstalk?
For developers that don’t know CF that would just like to run their code with some additional services
T/F. You do not have access to the resources underneath Elastic Beanstalk
False. You have full access to all of the underlining resources
What services are supported by Elastic beanstalk
Containers, EC2 instances, RDS, IAM, VPC, Dynamo, or any other hosted database service
Where is the Elastic Beanstalk code stored
S3
What is the application management service that uses Chef and Puppet to help with automation
OpsWorks
What is an Opsworks stack
group of resources
What is an Opsworks layer
individual item in the stack such as a database