Automation Flashcards

1
Q

What is Cloud Formation used for?

A
  • Allows you to create immutable architecture, repeatably
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What might be going wrong is a template deploys in one region but not another region?

A
  • Check for hardcoded resource IDs (AMIs)
  • Avoid this by putting them in a mapping section
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What happens if an error is detected in a cloud formation

A

AWS Rolls back the architecture

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

What is Elastic Beanstalk?

A
  • It acts like an IT department
  • Platform as a service (single stop deployment model)
  • Automates deployments of code.
  • The environment is templatized
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What platforms does elastic beanstalk support?

A
  • Windows
  • Linux
  • Can also choose Docker and containerized apps (edge case)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Does elastic beanstalk deal with serverless?

A

No, its only traditional things like ELB, EC2, etc.

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

What is systems manager

A

Lets you view control and automate aws and on premesis architecture.

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

What are the use cases for

  • CloudFormation
  • Elastic Beanstalk
  • System Manager
A
  • Build and destroy immutable architecture
  • Automate deployment of applications
  • Automate the configuration of the EC2’s
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How can you make your cloud formation more generic?

A
  • Use the mappings and Parameter Store
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is OpsWorks?

A
  • A configuration management service that provides instances of Chef and Puppet, and Stacks.
  • They’re used to automate the configuration of your servers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly