
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company designed a stateless two-tier application that uses Amazon EC2 in a single Availability Zone and an Amazon RDS Multi-AZ DB instance. New company management wants to ensure the application is highly available.
What should a solutions architect do to meet this requirement?
A
Configure the application to use Multi-AZ EC2 Auto Scaling and create an Application Load Balancer
B
Configure the application to take snapshots of the EC2 instances and send them to a different AWS Region
C
Configure the application to use Amazon Route 53 latency-based routing to feed requests to the application
D
Configure Amazon Route 53 rules to handle incoming requests and create a Multi-AZ Application Load Balancer
Explanation:
The correct answer is A because:
Current Architecture Issue: The application currently uses EC2 instances in a single Availability Zone, which creates a single point of failure. If that AZ goes down, the application becomes unavailable even though the RDS database is already Multi-AZ.
High Availability Requirements: To achieve high availability for the application tier, we need:
Why Option A is Correct:
Why Other Options are Incorrect:
Complete Solution:
This approach ensures the application tier is highly available across multiple Availability Zones, meeting the company's requirements.