Elastic Load Balancing & Auto Scaling Flashcards Preview

AWS Cloud Practictioner > Elastic Load Balancing & Auto Scaling > Flashcards

Flashcards in Elastic Load Balancing & Auto Scaling Deck (5)
Loading flashcards...
1
Q

What is ELB?

A

Elastic Load Balancer: Distributes incoming application traffic evenly across multiple EC2 instances in multiple availability zones.

2
Q

What are the primary benefits of using ELB?

A
  1. Increased availability by distributing traffic evenly across EC2 instances, thus preventing one instance from being overloaded.
  2. Increased fault tolerance of your application because ELB detects unhealthy instances and routes traffic only to healthy instances.
3
Q

What is auto-scaling?

A

A feature that allows you to make sure you have the correct number of EC2 instances available to handle the load for your application.

4
Q

What is an auto-scaling group?

A

A collection of EC2 instances.

You can specify the minimum and maximum number of EC2 instances in each auto-scaling group and teh auto-scaling feature will ensure those thresholds are never exceeded.

5
Q

What is a scaling policy?

A

A policy that can be configured within the auto-scaling feature that allows you to look for certain events and take scaling action accordingly.

i.e. if CPU utilization exceeds 80%, add 1 EC2 instance or if CPU utilization is less than 30%, remove 1 EC2 instance.