AWS just announced that they're cutting prices of DynamoDB on-demand throughput by 50%! (
Announcement)
You now need more than 30% utilization with provisioned throughput to beat on-demand pricing.
Now's a good time to check your table's utilization and reconsider switching to on-demand mode to save money and make operations easier 🙌
If you want to change your table's throughput mode in Pulumi, you can do it by setting the
billingMode
to
PAY_PER_REQUEST
(
docs).