Solved

A Company Is Concerned About the Cost of a Large-Scale

Question 153

Multiple Choice

A company is concerned about the cost of a large-scale, transactional application using Amazon DynamoDB that only needs to store data for 2 days before it is deleted. In looking at the tables, a Database Specialist notices that much of the data is months old, and goes back to when the application was first deployed. What can the Database Specialist do to reduce the overall cost?


A) Create a new attribute in each table to track the expiration time and create an AWS Glue transformation to delete entries more than 2 days old.
B) Create a new attribute in each table to track the expiration time and enable DynamoDB Streams on each table.
C) Create a new attribute in each table to track the expiration time and enable time to live (TTL) on each table.
D) Create an Amazon CloudWatch Events event to export the data to Amazon S3 daily using AWS Data Pipeline and then truncate the Amazon DynamoDB table.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions