Elastic Beanstalk Flashcards Preview

AWS SysOps > Elastic Beanstalk > Flashcards

Flashcards in Elastic Beanstalk Deck (5)
Loading 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)
2
Q

What are the 3 components of Elastic Beanstalk?

A
  • Application
  • Application version
  • Environment name
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

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

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