You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-scaling DynamoDB tables are neat - they enable you to handle scaling workloads with DynamoDB without losing money overprovisioning your table, and can be more cost effective than by-request pricing in some cases. Unfortunately, they're kinda a pain to set up - they require including several additional resources, including IAM roles.
It'd be nice to have a cloudfriend shortcut which can handle generation of the scaling scaffolding for you, exposing just the min/max and scaling threshold parameters needed to configure autoscaling.
The text was updated successfully, but these errors were encountered:
Auto-scaling DynamoDB tables are neat - they enable you to handle scaling workloads with DynamoDB without losing money overprovisioning your table, and can be more cost effective than by-request pricing in some cases. Unfortunately, they're kinda a pain to set up - they require including several additional resources, including IAM roles.
It'd be nice to have a cloudfriend shortcut which can handle generation of the scaling scaffolding for you, exposing just the min/max and scaling threshold parameters needed to configure autoscaling.
The text was updated successfully, but these errors were encountered: