EC2 Auto Scaling Groups Flashcards

1
Q

What is EC2 Auto Scaling Groups?

A

It is a collection of EC2 instances grouped for scaling and management

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

What is scaling out, in, up, down in relation to EC2?

A

Scaling out is adding servers, in is removing servers. Scaling up is when you increase the size of an instance.

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

What is the size of an EC2 ASG based on?

A

A Min, Max, and Desired Capacity

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

What is a Target Scaling Policy?

A

It scales based on when a target value for a metric is breached e.g. Average CPU utilization exceeds 75%

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

What is simple scaling in relation to EC2 ASG?

A

It is a policy which triggers a scaling when an alarm is breached

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

What is scaling policy with steps in relation to EC2 ASG?

A

It is the new version of simple scaling policy and allows you to create steps based on escalation alarm values

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

What is desired capacity?

A

It is how many EC2 instances you want to ideally run.

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

What will EC2 ASG always do to meet minimum capacity?

A

Launch instances

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

What is an EC2 ASG health check?

A

determines the current state of an instance in the ASG

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

Where can a health check be run?

A

Either ELB or EC2 instances

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

What is a Launch configuration?

A

It is used by ASG when it launches a new instance. The Launch configuration holds the configuration values for that new instance e.g. AMI, InstanceType, Role

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

Can Launch Configurations be edited?

A

No, they can only be cloned. To change something you will have to delete it and create a new one.

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