Deployment Management Flashcards

1
Q

What are the formats supported by Cloud Formation

A

JSON and YAML

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

Mandatory fields of CF

A

Resources and their values

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

Optional fields of CF

A

template file format, template parameters, output values, list of data tables

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

What function can be used in CF to display outputs

A

Fn:GetAtt

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

How can post configuration of an instance be done using CF

A

Puppet/Chef/Bootstrap scripts can do post configuration.

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

T/F You able to preserve data when CF templates are deleted

A

Resources such snapshots of RDS databases or S3 data can be preserved if specified in the CF script

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

T/F. Peerlink creation is supported via CF

A

True as long as its in the same account

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

T/F. You can only create one VPC per CF

A

False. Multiple are supported

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

What is a good use case for Elastic Beanstalk?

A

For developers that don’t know CF that would just like to run their code with some additional services

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

T/F. You do not have access to the resources underneath Elastic Beanstalk

A

False. You have full access to all of the underlining resources

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

What services are supported by Elastic beanstalk

A

Containers, EC2 instances, RDS, IAM, VPC, Dynamo, or any other hosted database service

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

Where is the Elastic Beanstalk code stored

A

S3

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

What is the application management service that uses Chef and Puppet to help with automation

A

OpsWorks

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

What is an Opsworks stack

A

group of resources

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

What is an Opsworks layer

A

individual item in the stack such as a database

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