Topic 1 Question 933
A company hosts an ecommerce application that stores all data in a single Amazon RDS for MySQL DB instance that is fully managed by AWS. The company needs to mitigate the risk of a single point of failure.
Which solution will meet these requirements with the LEAST implementation effort?
Modify the RDS DB instance to use a Multi-AZ deployment. Apply the changes during the next maintenance window.
Migrate the current database to a new Amazon DynamoDB Multi-AZ deployment. Use AWS Database Migration Service (AWS DMS) with a heterogeneous migration strategy to migrate the current RDS DB instance to DynamoDB tables.
Create a new RDS DB instance in a Multi-AZ deployment. Manually restore the data from the existing RDS DB instance from the most recent snapshot.
Configure the DB instance in an Amazon EC2 Auto Scaling group with a minimum group size of three. Use Amazon Route 53 simple routing to distribute requests to all DB instances.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: A👍 5example_2024/08/04
- 正解だと思う選択肢: A
Answer is A
👍 2komorebi2024/08/05 A: This solution provides automated failover and high availability with minimal implementation effort.
👍 2Changwha2024/11/20
シャッフルモード