Elastic Beanstalk Flashcards

1
Q

What is AWS Elastic Beanstalk?

A

A service that manages all the resources needed to run a web application.

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

How does Elastic Beanstalk work?

A

It abstracts the application and the infrastructure required to run it in an environment (ideal as there is no need to be concerned about the underlying infrastructure).

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

What does Elastic Beanstalk provide?

A

Platforms to run web-based applications.

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

What is a platform?

A

A platform is the setup required to provide the application. It includes an operating system, programming language runtime, the web server itself, the application, and any other components needed.

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

What is an Elastic Beanstalk application?

A

An Elastic Beanstalk application is a group of components that includes: the application code, the versioning system and the supporting environment.

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

What is an application version?

A

The labeled iteration of running code for a web application.

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

To create an environment, two AWS Identity and Access Management roles are required; what are they?

A

A service role and an instance profile.

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

What is the service role?

A

The service role is assumed by Elastic Beanstalk to call other AWS services on the customers behalf.

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

What is the instance profile?

A

The instance profile is applied to the instances in the environment to allow perform tasks on other AWS services.

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

What is an environment?

A

A collection of AWS resources running an application version (only one at a time).

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