What is “TTL” in DynamoDB?

What is “TTL” in DynamoDB?

a) Time To Log
b) Time To Live
c) Temporary Table Log
d) Table Transaction Limit

Answer:

b) Time To Live

Explanation:

Time To Live (TTL) is a feature in DynamoDB that automatically deletes expired items from a table based on a timestamp attribute.

Reference:

DynamoDB Quiz – MCQ Questions and Answers

Scroll to Top