
Another practice exam question I am not sure of.
A solution architect is designing a solution to run containerized web application using AWS ECS. He/she wants to minimize costs by running multiple copies of a task on each container instance.
Which solution for routing the requests will meet these requirements?
A. Configure an ALB to distribute the requests using path-based routing.
B. Configure an ALB to distribute the requests using dynamic host port mapping.
C. Configure a Route 53 alias record set to distribute the requests with a failover routing policy.
D. Configure a Route 53 alias record set to distribute the requests with a weighted routing policy.
When I answered the question I didn’t look closely to the ask so I wrongly selected A. Is D the correct answer?
Thanks