Elastic-Beanstalk Flashcards

1
Q

____ is a developer centric view of deploying and application on AWS.

A

Elastic Beanstalk

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

Elastic Beanstalk is a managed service that automatically handles capacity provisioning, load balancing, scaling, application health monitoring, instance configuration, etc.

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

With Elastic Beanstalk, only the ____ is the responsibility of the developer.

A

application code

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

Elastic Beanstalk is free, but you pay for the underlying instances.

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

Elastic Beanstalk Components:

Application: collection of of Beanstalk components (environments, versions, configurations, etc)
Application version: an iteration of your application code
Environment:
- Collection of AWS resources running an application version (only one application version at a time)
- Tiers: Web Server Env Tier and Worker Env Tier
- You can create multiple envs

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

Web Server Tier vs Worker Tier

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

Beanstalk Deployment Modes

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