Topic 1 Question 526
A solutions architect is reviewing the resilience of an application. The solutions architect notices that a database administrator recently failed over the application's Amazon Aurora PostgreSQL database writer instance as part of a scaling exercise. The failover resulted in 3 minutes of downtime for the application.
Which solution will reduce the downtime for scaling exercises with the LEAST operational overhead?
Create more Aurora PostgreSQL read replicas in the cluster to handle the load during failover.
Set up a secondary Aurora PostgreSQL cluster in the same AWS Region. During failover, update the application to use the secondary cluster's writer endpoint.
Create an Amazon ElastiCache for Memcached cluster to handle the load during failover.
Set up an Amazon RDS proxy for the database. Update the application to use the proxy endpoint.
ユーザの投票
コメント(8)
- 正解だと思う選択肢: D
D is the correct answer. It is talking about the write database. Not reader. Amazon RDS proxy allows you to automatically route write request to the healthy writer, minimizing downtime.
👍 8alexandercamachop2023/06/07 Set up an Amazon RDS proxy for the database. Update the application to use the proxy endpoint. D is the answer
👍 3AshishRocks2023/06/06point is Aurora Multi-Master Set up a secondary Aurora PostgreSQL cluster in the same AWS Region
👍 2hachiri2023/08/18
シャッフルモード