DVA-C02 · Question #607
A developer needs to export the contents of several Amazon DynamoDB tables into Amazon S3 buckets to comply with company data regulations. The developer uses the AWS CLI to run commands to export from
The correct answer is B. Ensure that the target S3 bucket is in the same AWS Region as the DynamoDB table.. When exporting data from DynamoDB to S3 using the AWS CLI or other tools, it is important to ensure that the DynamoDB table and the target S3 bucket are in the same AWS Region. If the S3 bucket is in a different region from the DynamoDB table, the export will fail because data ca
Question
A developer needs to export the contents of several Amazon DynamoDB tables into Amazon S3 buckets to comply with company data regulations. The developer uses the AWS CLI to run commands to export from each table to the proper S3 bucket. The developer sets up AWS credentials correctly and grants resources appropriate permissions. However, the exports of some tables fail. What should the developer do to resolve this issue?
Options
- AEnsure that point-in-time recovery is enabled on the DynamoDB tables.
- BEnsure that the target S3 bucket is in the same AWS Region as the DynamoDB table.
- CEnsure that DynamoDB streaming is enabled for the tables.
- DEnsure that DynamoDB Accelerator (DAX) is enabled.
How the community answered
(28 responses)- A11% (3)
- B71% (20)
- C4% (1)
- D14% (4)
Explanation
When exporting data from DynamoDB to S3 using the AWS CLI or other tools, it is important to ensure that the DynamoDB table and the target S3 bucket are in the same AWS Region. If the S3 bucket is in a different region from the DynamoDB table, the export will fail because data cannot be transferred across regions without additional configuration.
Community Discussion
No community discussion yet for this question.