CPC Prep Load Balancing & Auto Scaling Flashcards

1
Q

Which service enables connections to be distributed across targets in multiple Availability Zones?

A

Elastic Load Balancing

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

Which service automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addresses?

A

Elastic Load Balancing

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

Which service handles varying load of you application traffic in a single Availability Zone or across multiple availability zones and uses health checks to ensure the instance are available?

A

Elastic Load Balancing

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

Which service enables high availability, auto scaling, and robust security to make your applications fault tolerant?

A

Elastic Load Balancing

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

Which load balancer operates at the request level, routes traffic based on the content of the request (Layer 7) and is best suited for load balancing HTTP & HTTPS traffic?

A

Application Load Balancer

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

Which load balancer routes traffic base on IP protocol data (Layer 4) and is best suited for load balancing TCP traffic where extreme performance is required?

A

Network Load Balancer

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

Which load balancer performs routing at both Layer 4 and Layer 7 and operates at both request and connection level?

A

Classic Load Balancer

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

What is horizontal scaling in reference to EC2?

A

Adding additional instances

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

What service helps ensure that you have the correct number of EC2 instances available to handle the application load?

A

AutoScaling

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

How do you control when AutoScaling launches or terminates instances?

A

Specify scaling policies

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

How do you define triggers when instances should be provisioned/de-provisioned?

A

Setup Scaling plans

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

What is the Amazon EC2 AutoScaling launch configuration?

A

Template used to create new EC2 instances that include:

  • instance family
  • instance type
  • AMI
  • Key Pair
  • Security Groups
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are EC2 instance Auto Scaling Groups used for?

A
  • Specify the minimum number of instances
  • specify the maximum number of instances
  • ID desired capacity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly