Ultimate access to all questions.
A company has migrated its web application to AWS using EC2 instances in a single Region. To enhance the architecture for high availability and fault tolerance with random traffic distribution, which AWS services and configurations should be implemented?
Explanation:
To achieve high availability and fault tolerance, you can use Amazon Route 53 multi-value answer routing (C) which allows Route 53 to return multiple records, distributing traffic randomly across multiple instances. Launching instances in multiple Availability Zones (E) ensures fault tolerance and high availability by spreading the workload across different physical locations. Therefore, the combination of these two options meets the requirement of random traffic distribution and high availability.