Mahesh_Loya
Mahesh_Loya

Reputation: 2832

Not able to add TTL in new DynamoDB table

Not able to see Manage TTL section in new DynamoDB console. It was there in old console.

Old console -

enter image description here

New Console -

enter image description here

Any help which can guide me to the manage ttl section in new console?

The documentation still points or showcase old console -

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/time-to-live-ttl-how-to.html#time-to-live-ttl-how-to-enable-console

Upvotes: 0

Views: 284

Answers (1)

jarmod
jarmod

Reputation: 78603

As indicated at the bottom of the new console pages:

Some features are not available yet in the preview of the new console. To access features still to be added to the preview, please revert to the current console.

You can revert temporarily to the old/current console, or you could use the awscli's update-time-to-live command.

Upvotes: 2

Related Questions