Q54 — AWS SAP-C02 Ch.1

Question 54 of 75 | ← Chapter 1

Q129. A company is hosting a critical application on a single Amazon EC2 instance.The application uses an Amazon ElastiCache for Redis single-node cluster for an in-memory data store The application uses an Amazon RDS for MariaDB DB instance for a relational database. For the application to function, each piece of the infrastructure must be healthy and must be in an active state. A solutions architect needs to improve the application's architecture so that the infrastructure can automatically recover from failure with the least possible downtime. Which combination of steps will meet these requirements? (Select THREE.)

Correct Answer: A. Use an Elastic Load Balancer to distribute traffic across multiple EC2 instances. Ensure that the EC2 instances are part of an Auto Scaling group that has a minimum capacity of two instances, D. Modify the DB instance to create a Multi_AZ deployment that extends across two Availability Zones, F. Create a replication group for the ElastiCache for Redis cluster. Enable Multi-AZ on the cluster