Multiple Choice
A company caches session information for a web application in an Amazon DynamoDB table. The company wants an automated way to delete old items from the table. What is the simplest way to do this?
A) Write a script that deletes old records; schedule the scripts as a cron job on an Amazon EC2 instance.
B) Add an attribute with the expiration time; enable the Time To Live feature based on that attribute.
C) Each day, create a new table to hold session data; delete the previous day's table.
D) Add an attribute with the expiration time; name the attribute ItemExpiration . Add an attribute with the expiration time; name the attribute ItemExpiration .
Correct Answer:

Verified
Correct Answer:
Verified
Q288: In AWS, which security aspects are the
Q289: A company is building a compute-intensive application
Q290: A developer is planning to use an
Q291: A Developer has code running on Amazon
Q292: A Developer is developing an application that
Q294: Company C has recently launched an online
Q295: A Developer wants to encrypt new objects
Q296: Given the source code for an AWS
Q297: A Developer is trying to deploy a
Q298: A company is using AWS CloudFormation templates