CSOA-A Domain 3: Deployment, Provisioning and Automation (18%) Flashcards

1
Q

What is EC2 Image Builder Used for?

A

Automation of EC2 instances

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

What is an EC2 Image Builder REcipe

A

Base operating system + Installed software

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

What two IAM Policies need to be in the Role you create for using EC3 Image Builder

A
  1. EC2InstanceProfileForImageBuilder (ECRContainerBuilds)
  2. Amazon SSMManagedInstanceCore
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the 5 sections of a Cloud Formation configuration? Which ones are mandatory?

A
  1. Parameters
  2. Conditions
  3. Resources (only mandatory one)
  4. Mappings
  5. Transform
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 3 approaches to Deployment?

A
  1. Glue/Green
  2. Rolling
  3. Canary
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are Cloudformation StackSets used for

A

Managing Cloud formation stacks across accounts and regions

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

What IAM Roles are needed to use CloudFormation Stack Sets Across Acounts?

A

All are AWSCloudFormationStackSet
- AdministrationRole
- ExecutionRole

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

What should you use when you have a CloudFormation stack that has critical resources

A

Use a cloud stack policy

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

What is AWS Service Manager for?

A

Managing fleets of EC2 instances (patching, etc)

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

What is OpsWorks used for

A

AWS OpsWorks is a configuration management service that provides managed instances of Chef and Puppet.
- Chef and Puppet are automation platforms that allow you to use code to automate the configurations of your servers.
- OpsWorks lets you use Chef and Puppet to automate how servers are configured, deployed, and managed across your Amazon EC2 instances or on-premises compute environments.

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

What are the available flavors of Opsworks

A
  • Chef
  • Puppet
  • OpsWorks Stacks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly