Elastic Beanstalk Flashcards

1
Q

the purpose of Elastic Beanstalk

A

is to set developers free from creating and configuring aws resources and purely allow them to focus on application development.

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

Elastic Beanstalk components

A

Application – collections of components like the environments, versions, and configurations;
Application version;
Environment;
Environment configuration setting and parameters that define the env and resources;
configuration template.

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

Architectural concepts

A

Web server environment and worker environment
at any given point of time, each environment can support either of the environment tier. any given point of time, Elastic Beanstalk can handle only one auto scaling group

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

WEB SERVER ENVIRONMENT TIER

A

key component in an application. resources includes ELB, Auto Scaling group, one or more EC2 instance. Environment has a CNAME and an alias in the amazon Route 53 pointing to the ELB.

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

Host Manager

A

aggregating events and metrics for retrieval using web console, API, or CLI;
Deploying the application;
Monitoring the application log files for critical errors;
Monitoring the application server;
Generating instance level events;
Patching instance components;
Rotating applications log files and publishing them to the S3 bucket

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