From 9df143700e693b728c4200ac5762f178c5b7ca20 Mon Sep 17 00:00:00 2001 From: Eron Hennessey Date: Fri, 20 Jun 2014 10:35:30 -0700 Subject: [PATCH] removed tab chars from a topic, and removed a bad link from another --- .../autoscaling/put-scheduled-update-group-action.rst | 4 ++-- awscli/examples/rds/create-db-instance.rst | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/awscli/examples/autoscaling/put-scheduled-update-group-action.rst b/awscli/examples/autoscaling/put-scheduled-update-group-action.rst index fea18260856a..81e1c0f0949c 100644 --- a/awscli/examples/autoscaling/put-scheduled-update-group-action.rst +++ b/awscli/examples/autoscaling/put-scheduled-update-group-action.rst @@ -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*. diff --git a/awscli/examples/rds/create-db-instance.rst b/awscli/examples/rds/create-db-instance.rst index ecac070e5483..966cb4fc1a10 100644 --- a/awscli/examples/rds/create-db-instance.rst +++ b/awscli/examples/rds/create-db-instance.rst @@ -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 -