Elastic Beanstalk Flashcards

1
Q

What 3 architecture models are available in Elastic Beanstalk?

A
  • Single Instance (Good for dev)
  • Load Balancer with Auto Scaling Group (Good for prod web apps)
  • Auto Scaling Group only (Good for worker apps in prod, non-web app)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 3 components of Elastic Beanstalk?

A
  • Application
  • Application version
  • Environment name
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What should you do if you need to deploy an app quickly, that has a lot of OS dependencies?

A

Create a Golden AMI

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

What is a Golden AMI?

A

It is a standardized company-specific AMI with packaged OS dependencies, App dependencies and company-wide software

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

What 3 things could you try if your environment changes to red?

A
  • Review environment events
  • Pull logs to view recent log file entries
  • Rollback to a previously working version of your app
How well did you know this?
1
Not at all
2
3
4
5
Perfectly