
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Which of the following services relates the concept of "Distributing traffic to multiple EC2 Instances"
A
AutoScaling
B
Elastic Load Balancer
C
VPC
D
Subnets
Explanation:
Elastic Load Balancer (ELB) is the AWS service specifically designed for distributing incoming application traffic across multiple EC2 instances. Here's why:
AutoScaling is primarily for automatically adjusting the number of EC2 instances based on demand, not for traffic distribution
VPC (Virtual Private Cloud) provides network isolation and connectivity, but doesn't handle traffic distribution
Subnets are logical subdivisions of VPCs for organizing network resources, not for load balancing
Key ELB Features:
Distributes traffic across multiple EC2 instances in multiple Availability Zones
Increases fault tolerance of applications
Automatically detects unhealthy instances and routes traffic only to healthy ones
Supports various load balancing algorithms
According to AWS documentation: "A load balancer distributes incoming application traffic across multiple EC2 instances in multiple Availability Zones. This increases the fault tolerance of your applications. Elastic Load Balancing detects unhealthy instances and routes traffic only to healthy instances."