
Answer-first summary for fast verification
Answer: Amazon RDS Multi-AZ DB instance creation., Amazon ECS cluster with Fargate for dynamic application load management.
Option A, 'Amazon RDS Multi-AZ DB instance creation,' ensures high availability of the relational database by automatically replicating data to a standby instance in a different Availability Zone. This setup provides failover support with minimal manual intervention. Option D, 'Amazon ECS cluster with Fargate for dynamic application load management,' allows you to run containers without managing servers, ensuring high availability and scalability of the container-based application with minimal manual effort. Together, these solutions fulfill the requirement for high availability and low manual intervention for the ecommerce application.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
For an ecommerce application with a load-balanced front end, container-based application, and relational database, which AWS solutions ensure high availability with minimal manual management? (Select two.)
A
Amazon RDS Multi-AZ DB instance creation.
B
Amazon RDS DB instance with replication in a different Availability Zone.
C
Establishment of a Docker cluster on Amazon EC2 for dynamic load handling.
D
Amazon ECS cluster with Fargate for dynamic application load management.
E
Amazon ECS cluster with EC2 for dynamic load handling.
No comments yet.