Skip to content

Commit

Permalink
Merge branch 'EronHennessey-doc_updates' into develop
Browse files Browse the repository at this point in the history
* EronHennessey-doc_updates:
  removed tab chars from a topic, and removed a bad link from another
  • Loading branch information
jamesls committed Jun 24, 2014
2 parents bb10d30 + 9df1437 commit 273352a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

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
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

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::

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
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

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

Expand Down
4 changes: 0 additions & 4 deletions awscli/examples/rds/create-db-instance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,3 @@ This command outputs a JSON block that indicates that the DB instance was create
}
}

For more information, see `Create an Amazon RDS DB Instance`_ in the *AWS Command Line Interface User Guide*.

.. _`Create an Amazon RDS DB Instance`: http://docs.aws.amazon.com/cli/latest/userguide/cli-rds-create-instance.html

0 comments on commit 273352a

Please sign in to comment.