CSOA-A Domain 3: Deployment, Provisioning and Automation (18%) Flashcards
What is EC2 Image Builder Used for?
Automation of EC2 instances
What is an EC2 Image Builder REcipe
Base operating system + Installed software
What two IAM Policies need to be in the Role you create for using EC3 Image Builder
- EC2InstanceProfileForImageBuilder (ECRContainerBuilds)
- Amazon SSMManagedInstanceCore
What are the 5 sections of a Cloud Formation configuration? Which ones are mandatory?
- Parameters
- Conditions
- Resources (only mandatory one)
- Mappings
- Transform
What are the 3 approaches to Deployment?
- Glue/Green
- Rolling
- Canary
What are Cloudformation StackSets used for
Managing Cloud formation stacks across accounts and regions
What IAM Roles are needed to use CloudFormation Stack Sets Across Acounts?
All are AWSCloudFormationStackSet
- AdministrationRole
- ExecutionRole
What should you use when you have a CloudFormation stack that has critical resources
Use a cloud stack policy
What is AWS Service Manager for?
Managing fleets of EC2 instances (patching, etc)
What is OpsWorks used for
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.
What are the available flavors of Opsworks
- Chef
- Puppet
- OpsWorks Stacks