An ecommerce company wants to distribute traffic between the Amazon EC2 instances that host its website.
Which AWS service or resource will meet these requirements?
An Application Load Balancer distributes incoming HTTP/HTTPS traffic across multiple EC2 instances in one or more Availability Zones, improving fault tolerance and scalability. AWS WAF filters malicious web traffic, CloudHSM manages cryptographic keys, and Direct Connect provides a dedicated network link, none of which perform traffic distribution. Learn more: What Is an Application Load Balancer?
Community Discussion