Which AWS service allows you to distribute incoming application traffic across multiple targets?
a) AWS Elastic Load Balancing (ELB)
b) AWS CloudFront
c) Amazon S3
d) AWS IAM
Answer:
a) AWS Elastic Load Balancing (ELB)
Explanation:
AWS Elastic Load Balancing (ELB) automatically distributes incoming application traffic across multiple targets, such as EC2 instances, containers, and IP addresses. ELB helps ensure high availability and fault tolerance by spreading traffic and scaling applications based on demand.
ELB supports different types of load balancers, including Application Load Balancer (ALB), Network Load Balancer (NLB), and Gateway Load Balancer (GLB), each designed for different use cases and traffic types.
By using ELB, users can improve the availability and scalability of their applications while efficiently managing traffic across their AWS environment.