Topic 1 Question 357
A company is using an Amazon DynamoDB table for data. A SysOps administrator must configure replication of the table to another AWS Region for disaster recovery.
What should the SysOps administrator do to meet this requirement?
Enable DynamoDB Accelerator (DAX).
Enable DynamoDB Streams, and add a global secondary index (GSI).
Enable DynamoDB Streams, and add a global table Region.
Enable point-in-time recovery.
ユーザの投票
コメント(3)
C. Enable DynamoDB Streams, and add a global table Region.
By enabling DynamoDB Streams, you can capture changes (inserts, updates, and deletes) made to the DynamoDB table. This stream of changes can then be replicated to another AWS Region using the Global Table feature of DynamoDB. Global Tables automatically replicates the data across multiple AWS Regions, providing a fully managed, multi-Region, and multi-master database.
👍 2trvtrinh2023/07/21- 正解だと思う選択肢: C
should be C
👍 1kevino812023/06/28 C. Enable DynamoDB Streams, and add a global table Region.
👍 1[Removed]2023/07/09
シャッフルモード