A company recently migrated its web application to AWS by rehosting the application on Amazon EC2 instances in a single AWS Region. The company wants to redesign its application architecture to be highly available and fault tolerant. Traffic must reach all running EC2 instances randomly.
Which combination of steps should the company take to meet these requirements? (Choose two.)
A. Create an Amazon Route 53 failover routing policy.
B. Create an Amazon Route 53 weighted routing policy.
C. Create an Amazon Route 53 multivalue answer routing policy.
D. Launch three EC2 instances: two instances in one Availability Zone and one instance in another Availability Zone.
E. Launch four EC2 instances: two instances in one Availability Zone and two instances in another Availability Zone.
Use a simple routing policy for traffic that requires standard DNS records only and doesn't require special options such as weighted or latency routing. You can't use multiple records of the same name and type with simple routing. However, a single record can contain multiple values (such as IP addresses).
Use a simple routing policy to achieve any of the following.
Use a multivalue answer routing policy to achieve any of the following.