ExamQuestions.com

Register
Login
AWS Certified Database Specialty Exam Questions

Amazon

AWS Certified Database Specialty

4 / 145

Question 4:

A company based in North America wishes to expand its operation to the European regions. They wish to perform some performance testing and UAT on the production like data of their DynamoDB-based backend system in the European regions. What is the optimal solution for achieving data migration to enable the team to perform their testing tasks?

Answer options:

A.Perform Point-in-Time Recovery of their current DynamoDB table into the new region.
B.Enable DynamoDB Streams on the current DynamoDB table. Create a new DynamoDB table in the new region. Create a Lambda function to poll the current DynamoDB table stream and deliver batch records from streams to the new DynamoDB table.
C.Create a new DynamoDB table in the new region. Create an AWS Glue job to perform a data export from the current DynamoDB table and data import into the new DynamoDB table.
D.Enable DynamoDB Streams. Add a European region to the current DynamoDB table Global Tables setting.