**To add a scheduled action to a DynamoDB table** This example adds a scheduled action to a DynamoDB table called `TestTable` to scale out on a recurring schedule. On the specified schedule (every day at 12:15pm UTC), if the current capacity is below the value specified for MinCapacity, Application Auto Scaling scales out to the value specified by MinCapacity. Command:: aws application-autoscaling put-scheduled-action --service-namespace dynamodb --scheduled-action-name my-recurring-action --schedule "cron(15 12 * * ? *)" --resource-id table/TestTable --scalable-dimension dynamodb:table:WriteCapacityUnits --scalable-target-action MinCapacity=6 For more information, see `Scheduled Scaling`_ in the *Application Auto Scaling User Guide*. .. _`Scheduled Scaling`: https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-scheduled-scaling.html
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
delete-scaling-policy.rst | File | 345 B | 0644 |
|
delete-scheduled-action.rst | File | 669 B | 0644 |
|
deregister-scalable-target.rst | File | 950 B | 0644 |
|
describe-scalable-targets.rst | File | 1.39 KB | 0644 |
|
describe-scaling-activities.rst | File | 4.72 KB | 0644 |
|
describe-scaling-policies.rst | File | 2.47 KB | 0644 |
|
describe-scheduled-actions.rst | File | 1.94 KB | 0644 |
|
list-tags-for-resource.rst | File | 708 B | 0644 |
|
put-scaling-policy.rst | File | 6.37 KB | 0755 |
|
put-scheduled-action.rst | File | 889 B | 0644 |
|
register-scalable-target.rst | File | 2.84 KB | 0644 |
|
tag-resource.rst | File | 680 B | 0644 |
|
untag-resource.rst | File | 667 B | 0644 |
|