Skip to content

Commit a8aeadc

Browse files
committed
Remove smart quotes from autoscaling example
1 parent 18687e4 commit a8aeadc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

awscli/examples/autoscaling/put-scheduled-update-group-action.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
**To add a scheduled action to an Auto Scaling group**
1+
**To add a scheduled action to an Auto Scaling group**
22

33
The following ``put-scheduled-update-group-action`` command adds a scheduled action to an Auto Scaling group::
44

55
aws autoscaling put-scheduled-update-group-action --auto-scaling-group-name basic-auto-scaling-group --scheduled-action-name sample-scheduled-action --start-time "2014-05-12T08:00:00Z" --end-time "2014-05-12T08:00:00Z" --min-size 2 --max-size 6 --desired-capacity 4
66

77
The following example creates a scheduled action to scale on a recurring schedule that is scheduled to execute at 00:30 hours on the first of January, June, and December every year::
88

9-
aws autoscaling put-scheduled-update-group-action --auto-scaling-group-name basic-auto-scaling-group --scheduled-action-name sample-scheduled-action --recurrence 30 0 1 1,6,12 0 --min-size 2 --max-size 6 --desired-capacity 4
9+
aws autoscaling put-scheduled-update-group-action --auto-scaling-group-name basic-auto-scaling-group --scheduled-action-name sample-scheduled-action --recurrence "30 0 1 1,6,12 0" --min-size 2 --max-size 6 --desired-capacity 4
1010

1111
For more information, see `Scheduled Scaling`_ in the *Auto Scaling Developer Guide*.
1212

0 commit comments

Comments
 (0)