Using Console
Using CLI
YOUR_TABLE_NAME
with the name of the DynamoDB table that you want to enable autoscaling for.BillingMode
and ProvisionedThroughput
settings:Using Python
'ReadCapacityUnits': 5
and 'WriteCapacityUnits': 5
with your desired values for read and write capacity units.