1 Answer
- Newest
- Most votes
- Most comments
1
It's telling you that your usage is low. You're not overdoing your usage, rather you're potentially "underdoing". (And thus overpaying.)
You should look at your provisioned capacity for the table and see if it's set too high. Turning on auto-scaling might be helpful because then it will dynamically reduce the provisioned capacity when demand is low. If it's already on, ensure the minimum value it's allowed to scale down to is appropriately low.
answered 3 years ago
Relevant content
- asked 5 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 7 months ago
Thank you! I have it set to the default. This is my first table. Do you think the dynamic option would be better than the provisioned option?