Review Amazon DynamoDB tables based on the storage and throughput usage patterns and switch to DynamoDB Standard-Infrequent Access (DynamoDB Standard-IA) table class for cost optimization.
optimisation
If your DynamoDB tables primarily store data that is accessed infrequently, such as application logs, old social media posts, e-commerce order history, or past gaming achievements, then the DynamoDB Standard-IA table class is an ideal choice. This table class is designed to minimize storage costs while still providing reliable access to your DynamoDB data.
Audit
To determine the table class used by your Amazon DynamoDB tables, perform the following operations:
Remediation / Resolution
To update the table class for your existing Amazon DynamoDB tables, perform the following operations:
References
- AWS Documentation
- Amazon DynamoDB FAQs
- Table classes
- Considerations when choosing a table class
- AWS Command Line Interface (CLI) Documentation
- list-tables
- describe-contributor-insights
- update-contributor-insights