Elastic Beanstalk Flashcards

1
Q

What is Elastic Beanstalk used for?

A

Deploy code, infrastructure automated build

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

If you want to deploy code to all instances at once what deployment policy should you use?

A

All at once

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

If you want to deploy code to one batche of instances then move on to the next batch, what deployment policy should you use?

A

Rolling

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

What is the purpose of rolling with additional batch policy?

A

Updates the batch but also launches new instances

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

What is the “Immutable” deployment policy?

A

Deploys into a new ASG then switches traffic to these instances

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

What is “Blue/Green” deployment?

A

Deploy to a staging area then switch the URL

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

What is a downside to “All at once” deployment?

A

All instances are down at the same time

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

What benefit is there to “All at once” deployment?

A

Fastest deployment type

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

What is a downside to “Rolling” deployment?

A

Mixed versions of code

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

If batches are two big in “Rolling” deployment can it cause performance issues?

A

Yes

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

What benefit is there to with “Rolling with batch” deployment?

A

You always maintain capacity

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

What is a downside to “Rolling with batch” deployment?

A

Mixed versions of code

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

What benefits are there to “Immutable” deployment?

A

Zero downtime, quick rollback

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

What downsides are there to “Immutable” deployment?

A

Higher costs, longest deployment

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

What benefits are there to “blue/green” deployment?

A

Zero downtime, quick rollback

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

What service is used for “blue/green” deployments with Elastic Beanstalk?

A

Route53 - weighted traffic routing