diff --git a/awscli/examples/opsworks/assign-instance.rst b/awscli/examples/opsworks/assign-instance.rst index 847212e6f980..5f4ddf9c3739 100644 --- a/awscli/examples/opsworks/assign-instance.rst +++ b/awscli/examples/opsworks/assign-instance.rst @@ -4,8 +4,6 @@ The following example assigns a registered instance to a custom layer. :: aws opsworks --region us-east-1 assign-instance --instance-id 4d6d1710-ded9-42a1-b08e-b043ad7af1e2 --layer-ids 26cf1d32-6876-42fa-bbf1-9cadc0bff938 -**Note**: OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/assign-volume.rst b/awscli/examples/opsworks/assign-volume.rst index 9274c0402928..5e4710be03bc 100644 --- a/awscli/examples/opsworks/assign-volume.rst +++ b/awscli/examples/opsworks/assign-volume.rst @@ -7,8 +7,6 @@ Before you run ``assign-volume``, you must first run ``update-volume`` to assign aws opsworks --region us-east-1 assign-volume --instance-id 4d6d1710-ded9-42a1-b08e-b043ad7af1e2 --volume-id 26cf1d32-6876-42fa-bbf1-9cadc0bff938 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/associate-elastic-ip.rst b/awscli/examples/opsworks/associate-elastic-ip.rst index 73ed0621b7c4..d139fda66cd2 100644 --- a/awscli/examples/opsworks/associate-elastic-ip.rst +++ b/awscli/examples/opsworks/associate-elastic-ip.rst @@ -4,8 +4,6 @@ The following example associates an Elastic IP address with a specified instance aws opsworks --region us-east-1 associate-elastic-ip --instance-id dfe18b02-5327-493d-91a4-c5c0c448927f --elastic-ip 54.148.130.96 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/attach-elastic-load-balancer.rst b/awscli/examples/opsworks/attach-elastic-load-balancer.rst index ec14febf3d64..49bce5f81511 100644 --- a/awscli/examples/opsworks/attach-elastic-load-balancer.rst +++ b/awscli/examples/opsworks/attach-elastic-load-balancer.rst @@ -4,8 +4,6 @@ The following example attaches a load balancer, identified by its name, to a spe aws opsworks --region us-east-1 attach-elastic-load-balancer --elastic-load-balancer-name Java-LB --layer-id 888c5645-09a5-4d0e-95a8-812ef1db76a4 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/create-app.rst b/awscli/examples/opsworks/create-app.rst index 6a16ca3997e9..0489c5a2d926 100644 --- a/awscli/examples/opsworks/create-app.rst +++ b/awscli/examples/opsworks/create-app.rst @@ -5,9 +5,6 @@ The command uses the shorthand form of the application source definition. :: aws opsworks --region us-east-1 create-app --stack-id f6673d70-32e6-4425-8999-265dd002fec7 --name SimplePHPApp --type php --app-source Type=git,Url=git://github.com/amazonwebservices/opsworks-demo-php-simple-app.git,Revision=version1 -**Note**: AWS OpsWorks CLI commands should set the region to either ``us-east-1`` or ``ap-south-1``. -All regions except ``ap-south-1`` are associated with the ``us-east-1`` endpoint. - *Output*:: { diff --git a/awscli/examples/opsworks/create-deployment.rst b/awscli/examples/opsworks/create-deployment.rst index a7bf6af33cac..b7c7ee4b642d 100644 --- a/awscli/examples/opsworks/create-deployment.rst +++ b/awscli/examples/opsworks/create-deployment.rst @@ -5,9 +5,6 @@ quote (``"``) characters in the JSON object that specifies the command are all p escape characters (\). Without the escape characters, the command might return an invalid JSON error. -**Note**: AWS OpsWorks CLI commands should set the region to either ``us-east-1`` or ``ap-south-1``. -All regions except ``ap-south-1`` are associated with the ``us-east-1`` endpoint. - **Deploy an App** The following ``create-deployment`` command deploys an app to a specified stack. :: diff --git a/awscli/examples/opsworks/create-instance.rst b/awscli/examples/opsworks/create-instance.rst index 02f16e8d4d62..d309cca4cc56 100644 --- a/awscli/examples/opsworks/create-instance.rst +++ b/awscli/examples/opsworks/create-instance.rst @@ -5,9 +5,6 @@ The instance is assigned to one layer. :: aws opsworks --region us-east-1 create-instance --stack-id 935450cc-61e0-4b03-a3e0-160ac817d2bb --layer-ids 5c8c272a-f2d5-42e3-8245-5bf3927cb65b --hostname myinstance1 --instance-type m1.large --os "Amazon Linux" -**Note**: AWS OpsWorks CLI commands should set the region to either ``us-east-1`` or ``ap-south-1``. -All regions except ``ap-south-1`` are associated with the ``us-east-1`` endpoint. - To use an autogenerated name, call `get-hostname-suggestion`_, which generates a hostname based on the theme that you specified when you created the stack. Then pass that name to the `hostname` argument. diff --git a/awscli/examples/opsworks/create-layer.rst b/awscli/examples/opsworks/create-layer.rst index 179a48dcfbb2..e81e4a486ace 100644 --- a/awscli/examples/opsworks/create-layer.rst +++ b/awscli/examples/opsworks/create-layer.rst @@ -4,9 +4,6 @@ The following ``create-layer`` command creates a PHP App Server layer named MyPH aws opsworks create-layer --region us-east-1 --stack-id f6673d70-32e6-4425-8999-265dd002fec7 --type php-app --name MyPHPLayer --shortname myphplayer -**Note**: AWS OpsWorks CLI commands should set the region to either ``us-east-1`` or ``ap-south-1``. -All regions except ``ap-south-1`` are associated with the ``us-east-1`` endpoint. - *Output*:: { diff --git a/awscli/examples/opsworks/create-stack.rst b/awscli/examples/opsworks/create-stack.rst index e4605a54c419..d923887f768e 100644 --- a/awscli/examples/opsworks/create-stack.rst +++ b/awscli/examples/opsworks/create-stack.rst @@ -4,9 +4,6 @@ The following ``create-stack`` command creates a stack named CLI Stack. :: aws opsworks create-stack --name "CLI Stack" --stack-region "us-east-1" --service-role-arn arn:aws:iam::123456789012:role/aws-opsworks-service-role --default-instance-profile-arn arn:aws:iam::123456789012:instance-profile/aws-opsworks-ec2-role --region us-east-1 -**Note**: AWS OpsWorks CLI commands should set the region to either ``us-east-1`` or ``ap-south-1``. -All regions except ``ap-south-1`` are associated with the ``us-east-1`` endpoint. - The ``service-role-arn`` and ``default-instance-profile-arn`` parameters are required. You typically use the ones that AWS OpsWorks creates for you when you create your first stack. To get the Amazon Resource Names (ARNs) for your diff --git a/awscli/examples/opsworks/create-user-profile.rst b/awscli/examples/opsworks/create-user-profile.rst index 25b6a260a96c..27317ecc4dca 100644 --- a/awscli/examples/opsworks/create-user-profile.rst +++ b/awscli/examples/opsworks/create-user-profile.rst @@ -7,8 +7,6 @@ which allows the user to specify an SSH public key. :: aws opsworks --region us-east-1 create-user-profile --iam-user-arn arn:aws:iam::123456789102:user/cli-user-test --ssh-username myusername --allow-self-management -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*:: { diff --git a/awscli/examples/opsworks/delete-app.rst b/awscli/examples/opsworks/delete-app.rst index 891311dbe7f4..44d1db69749e 100644 --- a/awscli/examples/opsworks/delete-app.rst +++ b/awscli/examples/opsworks/delete-app.rst @@ -6,8 +6,6 @@ running the ``describe-apps`` command. :: aws opsworks delete-app --region us-east-1 --app-id 577943b9-2ec1-4baf-a7bf-1d347601edc5 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/delete-instance.rst b/awscli/examples/opsworks/delete-instance.rst index 552a1ac01623..c69260b1baef 100644 --- a/awscli/examples/opsworks/delete-instance.rst +++ b/awscli/examples/opsworks/delete-instance.rst @@ -10,8 +10,6 @@ wait until the instance has stopped. You can use ``describe-instances`` to check aws opsworks delete-instance --region us-east-1 --instance-id 3a21cfac-4a1f-4ce2-a921-b2cfba6f7771 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - To retain the instance's Amazon EBS volumes or Elastic IP addresses, use the ``--no-delete-volumes`` or ``--no-delete-elastic-ip`` arguments, respectively. diff --git a/awscli/examples/opsworks/delete-layer.rst b/awscli/examples/opsworks/delete-layer.rst index 291b51613d4e..4803eccd4de3 100644 --- a/awscli/examples/opsworks/delete-layer.rst +++ b/awscli/examples/opsworks/delete-layer.rst @@ -8,8 +8,6 @@ running the ``describe-layers`` command. aws opsworks delete-layer --region us-east-1 --layer-id a919454e-b816-4598-b29a-5796afb498ed -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/delete-stack.rst b/awscli/examples/opsworks/delete-stack.rst index e8dc5fc2ee89..f881b3031056 100644 --- a/awscli/examples/opsworks/delete-stack.rst +++ b/awscli/examples/opsworks/delete-stack.rst @@ -9,8 +9,6 @@ to delete all of the stack's apps, instances, and layers. :: aws opsworks delete-stack --region us-east-1 --stack-id 154a9d89-7e9e-433b-8de8-617e53756c84 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/delete-user-profile.rst b/awscli/examples/opsworks/delete-user-profile.rst index 4a0d7594afd5..b3028aa6f3bf 100644 --- a/awscli/examples/opsworks/delete-user-profile.rst +++ b/awscli/examples/opsworks/delete-user-profile.rst @@ -7,8 +7,6 @@ does not delete the IAM user. You must use the IAM console, CLI, or API for that aws opsworks --region us-east-1 delete-user-profile --iam-user-arn arn:aws:iam::123456789102:user/cli-user-test -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/deregister-elastic-ip.rst b/awscli/examples/opsworks/deregister-elastic-ip.rst index bf1d32d2f1c4..ff70b6c79f23 100644 --- a/awscli/examples/opsworks/deregister-elastic-ip.rst +++ b/awscli/examples/opsworks/deregister-elastic-ip.rst @@ -4,8 +4,6 @@ The following example deregisters an Elastic IP address, identified by its IP ad aws opsworks deregister-elastic-ip --region us-east-1 --elastic-ip 54.148.130.96 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/deregister-instance.rst b/awscli/examples/opsworks/deregister-instance.rst index 06bed4a856fe..8c9d10074f78 100644 --- a/awscli/examples/opsworks/deregister-instance.rst +++ b/awscli/examples/opsworks/deregister-instance.rst @@ -4,8 +4,6 @@ The following ``deregister-instance`` command deregisters a registered instance aws opsworks --region us-east-1 deregister-instance --instance-id 4d6d1710-ded9-42a1-b08e-b043ad7af1e2 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/deregister-rds-db-instance.rst b/awscli/examples/opsworks/deregister-rds-db-instance.rst index c6759a1c232e..55a27eef6d84 100644 --- a/awscli/examples/opsworks/deregister-rds-db-instance.rst +++ b/awscli/examples/opsworks/deregister-rds-db-instance.rst @@ -4,8 +4,6 @@ The following example deregisters an RDS DB instance, identified by its ARN, fro aws opsworks deregister-rds-db-instance --region us-east-1 --rds-db-instance-arn arn:aws:rds:us-west-2:123456789012:db:clitestdb -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/deregister-volume.rst b/awscli/examples/opsworks/deregister-volume.rst index 80215b677543..ac588d9bbb8b 100644 --- a/awscli/examples/opsworks/deregister-volume.rst +++ b/awscli/examples/opsworks/deregister-volume.rst @@ -6,8 +6,6 @@ you registered the volume with the stack, not the EC2 volume ID. :: aws opsworks deregister-volume --region us-east-1 --volume-id 5c48ef52-3144-4bf5-beaa-fda4deb23d4d -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/describe-apps.rst b/awscli/examples/opsworks/describe-apps.rst index 700faf49735b..67ffc196eea6 100644 --- a/awscli/examples/opsworks/describe-apps.rst +++ b/awscli/examples/opsworks/describe-apps.rst @@ -4,9 +4,6 @@ The following ``describe-apps`` command describes the apps in a specified stack. aws opsworks --region us-east-1 describe-apps --stack-id 38ee91e2-abdc-4208-a107-0b7168b3cc7a -**Note**: AWS OpsWorks CLI commands should set the region to either ``us-east-1`` or ``ap-south-1``. -All regions except ``ap-south-1`` are associated with the ``us-east-1`` endpoint. - *Output*: This particular stack has one app. :: diff --git a/awscli/examples/opsworks/describe-commands.rst b/awscli/examples/opsworks/describe-commands.rst index caecbeba38ee..34ba0773dcae 100644 --- a/awscli/examples/opsworks/describe-commands.rst +++ b/awscli/examples/opsworks/describe-commands.rst @@ -4,9 +4,6 @@ The following ``describe-commands`` commmand describes the commands in a specifi aws opsworks --region us-east-1 describe-commands --instance-id 8c2673b9-3fe5-420d-9cfa-78d875ee7687 -**Note**: AWS OpsWorks CLI commands should set the region to either ``us-east-1`` or ``ap-south-1``. -All regions except ``ap-south-1`` are associated with the ``us-east-1`` endpoint. - *Output*:: { diff --git a/awscli/examples/opsworks/describe-deployments.rst b/awscli/examples/opsworks/describe-deployments.rst index df3053b4a38a..f1c0dc577642 100644 --- a/awscli/examples/opsworks/describe-deployments.rst +++ b/awscli/examples/opsworks/describe-deployments.rst @@ -4,9 +4,6 @@ The following ``describe-deployments`` commmand describes the deployments in a s aws opsworks --region us-east-1 describe-deployments --stack-id 38ee91e2-abdc-4208-a107-0b7168b3cc7a -**Note**: AWS OpsWorks CLI commands should set the region to either ``us-east-1`` or ``ap-south-1``. -All regions except ``ap-south-1`` are associated with the ``us-east-1`` endpoint. - *Output*:: { diff --git a/awscli/examples/opsworks/describe-elastic-ips.rst b/awscli/examples/opsworks/describe-elastic-ips.rst index c1d938037ac0..277da76e5046 100644 --- a/awscli/examples/opsworks/describe-elastic-ips.rst +++ b/awscli/examples/opsworks/describe-elastic-ips.rst @@ -4,9 +4,6 @@ The following ``describe-elastic-ips`` commmand describes the Elastic IP address aws opsworks --region us-east-1 describe-elastic-ips --instance-id b62f3e04-e9eb-436c-a91f-d9e9a396b7b0 -**Note**: AWS OpsWorks CLI commands should set the region to either ``us-east-1`` or ``ap-south-1``. -All regions except ``ap-south-1`` are associated with the ``us-east-1`` endpoint. - *Output*:: { diff --git a/awscli/examples/opsworks/describe-elastic-load-balancers.rst b/awscli/examples/opsworks/describe-elastic-load-balancers.rst index f3ed66e68dbb..61e84ae610bb 100644 --- a/awscli/examples/opsworks/describe-elastic-load-balancers.rst +++ b/awscli/examples/opsworks/describe-elastic-load-balancers.rst @@ -4,8 +4,6 @@ The following ``describe-elastic-load-balancers`` command describes a specified aws opsworks --region us-west-1 describe-elastic-load-balancers --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: This particular stack has one app. :: diff --git a/awscli/examples/opsworks/describe-instances.rst b/awscli/examples/opsworks/describe-instances.rst index 590cc49838ae..7b61136160c6 100644 --- a/awscli/examples/opsworks/describe-instances.rst +++ b/awscli/examples/opsworks/describe-instances.rst @@ -4,9 +4,6 @@ The following ``describe-instances`` commmand describes the instances in a speci aws opsworks --region us-east-1 describe-instances --stack-id 8c428b08-a1a1-46ce-a5f8-feddc43771b8 -**Note**: AWS OpsWorks CLI commands should set the region to either ``us-east-1`` or ``ap-south-1``. -All regions except ``ap-south-1`` are associated with the ``us-east-1`` endpoint. - *Output*: The following output example is for a stack with two instances. The first is a registered EC2 instance, and the second was created by AWS OpsWorks. diff --git a/awscli/examples/opsworks/describe-layers.rst b/awscli/examples/opsworks/describe-layers.rst index ff74ffa6637d..d45a3bdcd403 100644 --- a/awscli/examples/opsworks/describe-layers.rst +++ b/awscli/examples/opsworks/describe-layers.rst @@ -4,9 +4,6 @@ The following ``describe-layers`` commmand describes the layers in a specified s aws opsworks --region us-east-1 describe-layers --stack-id 38ee91e2-abdc-4208-a107-0b7168b3cc7a -**Note**: AWS OpsWorks CLI commands should set the region to either ``us-east-1`` or ``ap-south-1``. -All regions except ``ap-south-1`` are associated with the ``us-east-1`` endpoint. - *Output*:: { diff --git a/awscli/examples/opsworks/describe-load-based-auto-scaling.rst b/awscli/examples/opsworks/describe-load-based-auto-scaling.rst index 110d2cc824df..5a7643c22e8f 100644 --- a/awscli/examples/opsworks/describe-load-based-auto-scaling.rst +++ b/awscli/examples/opsworks/describe-load-based-auto-scaling.rst @@ -6,8 +6,6 @@ details page or by running ``describe-layers``. :: aws opsworks describe-load-based-auto-scaling --region us-east-1 --layer-ids 6bec29c9-c866-41a0-aba5-fa3e374ce2a1 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: The example layer has a single load-based instance. :: { diff --git a/awscli/examples/opsworks/describe-my-user-profile.rst b/awscli/examples/opsworks/describe-my-user-profile.rst index 9f314e3638f9..7ce33d5c016f 100644 --- a/awscli/examples/opsworks/describe-my-user-profile.rst +++ b/awscli/examples/opsworks/describe-my-user-profile.rst @@ -5,8 +5,6 @@ of the AWS Identity and Access Management (IAM) user that is running the command aws opsworks --region us-east-1 describe-user-profile -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: For brevity, most of the user's SSH public key is replaced by an ellipsis (...). :: { diff --git a/awscli/examples/opsworks/describe-permissions.rst b/awscli/examples/opsworks/describe-permissions.rst index c231b5781008..d17ade99d819 100644 --- a/awscli/examples/opsworks/describe-permissions.rst +++ b/awscli/examples/opsworks/describe-permissions.rst @@ -4,8 +4,6 @@ The following example shows how to to obtain an AWS Identity and Access Manageme aws opsworks --region us-east-1 describe-permissions --iam-user-arn arn:aws:iam::123456789012:user/cli-user-test --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*:: { diff --git a/awscli/examples/opsworks/describe-raid-arrays.rst b/awscli/examples/opsworks/describe-raid-arrays.rst index 21694c8d546e..fea1fc9c0ac9 100644 --- a/awscli/examples/opsworks/describe-raid-arrays.rst +++ b/awscli/examples/opsworks/describe-raid-arrays.rst @@ -4,8 +4,6 @@ The following example describes the RAID arrays attached to the instances in a s aws opsworks --region us-east-1 describe-raid-arrays --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: The following is the output for a stack with one RAID array. :: { diff --git a/awscli/examples/opsworks/describe-rds-db-instances.rst b/awscli/examples/opsworks/describe-rds-db-instances.rst index a3364c1c1f22..2d96a7b2d3f9 100644 --- a/awscli/examples/opsworks/describe-rds-db-instances.rst +++ b/awscli/examples/opsworks/describe-rds-db-instances.rst @@ -4,8 +4,6 @@ The following example describes the Amazon RDS instances registered with a speci aws opsworks --region us-east-1 describe-rds-db-instances --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: The following is the output for a stack with one registered RDS instance. :: { diff --git a/awscli/examples/opsworks/describe-stack-summary.rst b/awscli/examples/opsworks/describe-stack-summary.rst index b165f2c45829..018a11dbfc5c 100644 --- a/awscli/examples/opsworks/describe-stack-summary.rst +++ b/awscli/examples/opsworks/describe-stack-summary.rst @@ -4,8 +4,6 @@ The following ``describe-stack-summary`` command returns a summary of the specif aws opsworks --region us-east-1 describe-stack-summary --stack-id 8c428b08-a1a1-46ce-a5f8-feddc43771b8 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*:: { diff --git a/awscli/examples/opsworks/describe-stacks.rst b/awscli/examples/opsworks/describe-stacks.rst index a7ea8c4e3c2e..0487b19a8733 100644 --- a/awscli/examples/opsworks/describe-stacks.rst +++ b/awscli/examples/opsworks/describe-stacks.rst @@ -4,9 +4,6 @@ The following ``describe-stacks`` command describes an account's stacks. :: aws opsworks --region us-east-1 describe-stacks -**Note**: AWS OpsWorks CLI commands should set the region to either ``us-east-1`` or ``ap-south-1``. -All regions except ``ap-south-1`` are associated with the ``us-east-1`` endpoint. - *Output*:: { diff --git a/awscli/examples/opsworks/describe-timebased-auto-scaling.rst b/awscli/examples/opsworks/describe-timebased-auto-scaling.rst index 561a3f344ec6..1848a2d45945 100644 --- a/awscli/examples/opsworks/describe-timebased-auto-scaling.rst +++ b/awscli/examples/opsworks/describe-timebased-auto-scaling.rst @@ -6,8 +6,6 @@ details page or by running ``describe-instances``. :: aws opsworks describe-time-based-auto-scaling --region us-east-1 --instance-ids 701f2ffe-5d8e-4187-b140-77b75f55de8d -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: The example has a single time-based instance. :: { diff --git a/awscli/examples/opsworks/describe-user-profiles.rst b/awscli/examples/opsworks/describe-user-profiles.rst index 6ad97b6240b5..554684cad48a 100644 --- a/awscli/examples/opsworks/describe-user-profiles.rst +++ b/awscli/examples/opsworks/describe-user-profiles.rst @@ -4,8 +4,6 @@ The following ``describe-user-profiles`` command describes the account's user pr aws opsworks --region us-east-1 describe-user-profiles -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*:: { diff --git a/awscli/examples/opsworks/describe-volumes.rst b/awscli/examples/opsworks/describe-volumes.rst index bbbe2121a7eb..60ef2a28afdc 100644 --- a/awscli/examples/opsworks/describe-volumes.rst +++ b/awscli/examples/opsworks/describe-volumes.rst @@ -4,8 +4,6 @@ The following example describes a stack's EBS volumes. :: aws opsworks --region us-east-1 describe-volumes --stack-id 8c428b08-a1a1-46ce-a5f8-feddc43771b8 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*:: { diff --git a/awscli/examples/opsworks/detach-elastic-load-balancer.rst b/awscli/examples/opsworks/detach-elastic-load-balancer.rst index 869b7f6bc66b..32bb3bde2273 100644 --- a/awscli/examples/opsworks/detach-elastic-load-balancer.rst +++ b/awscli/examples/opsworks/detach-elastic-load-balancer.rst @@ -4,8 +4,6 @@ The following example detaches a load balancer, identified by its name, from its aws opsworks --region us-east-1 detach-elastic-load-balancer --elastic-load-balancer-name Java-LB --layer-id 888c5645-09a5-4d0e-95a8-812ef1db76a4 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/disassociate-elastic-ip.rst b/awscli/examples/opsworks/disassociate-elastic-ip.rst index dc608e94a14d..3dd25261217c 100644 --- a/awscli/examples/opsworks/disassociate-elastic-ip.rst +++ b/awscli/examples/opsworks/disassociate-elastic-ip.rst @@ -4,8 +4,6 @@ The following example disassociates an Elastic IP address from a specified insta aws opsworks --region us-east-1 disassociate-elastic-ip --elastic-ip 54.148.130.96 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/get-hostname-suggestion.rst b/awscli/examples/opsworks/get-hostname-suggestion.rst index d022c8344eb1..2f9802fc2724 100644 --- a/awscli/examples/opsworks/get-hostname-suggestion.rst +++ b/awscli/examples/opsworks/get-hostname-suggestion.rst @@ -6,8 +6,6 @@ the default, Layer_Dependent. :: aws opsworks --region us-east-1 get-hostname-suggestion --layer-id 888c5645-09a5-4d0e-95a8-812ef1db76a4 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*:: { diff --git a/awscli/examples/opsworks/reboot-instance.rst b/awscli/examples/opsworks/reboot-instance.rst index 0e18a5d92fcf..8f8acf13c2ad 100644 --- a/awscli/examples/opsworks/reboot-instance.rst +++ b/awscli/examples/opsworks/reboot-instance.rst @@ -4,8 +4,6 @@ The following example reboots an instance. :: aws opsworks --region us-east-1 reboot-instance --instance-id dfe18b02-5327-493d-91a4-c5c0c448927f -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/register-elastic-ip.rst b/awscli/examples/opsworks/register-elastic-ip.rst index dcc7ff697454..0af182e6844e 100644 --- a/awscli/examples/opsworks/register-elastic-ip.rst +++ b/awscli/examples/opsworks/register-elastic-ip.rst @@ -6,8 +6,6 @@ The following example registers an Elastic IP address, identified by its IP addr aws opsworks register-elastic-ip --region us-east-1 --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06 --elastic-ip 54.148.130.96 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output* :: { diff --git a/awscli/examples/opsworks/register-rds-db-instance.rst b/awscli/examples/opsworks/register-rds-db-instance.rst index 086e7f6dcdc4..2503f686901c 100644 --- a/awscli/examples/opsworks/register-rds-db-instance.rst +++ b/awscli/examples/opsworks/register-rds-db-instance.rst @@ -6,8 +6,6 @@ values. If either one is incorrect, your application will not be able to connect aws opsworks register-rds-db-instance --region us-east-1 --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06 --rds-db-instance-arn arn:aws:rds:us-west-2:123456789012:db:clitestdb --db-user cliuser --db-password some23!pwd -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/register-volume.rst b/awscli/examples/opsworks/register-volume.rst index 539c68974c9e..643af1ff2f5e 100644 --- a/awscli/examples/opsworks/register-volume.rst +++ b/awscli/examples/opsworks/register-volume.rst @@ -4,8 +4,6 @@ The following example registers an Amazon EBS volume, identified by its volume I aws opsworks register-volume --region us-east-1 --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06 --ec-2-volume-id vol-295c1638 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*:: { diff --git a/awscli/examples/opsworks/set-load-based-auto-scaling.rst b/awscli/examples/opsworks/set-load-based-auto-scaling.rst index dc34c0103fac..d3aaab2340aa 100644 --- a/awscli/examples/opsworks/set-load-based-auto-scaling.rst +++ b/awscli/examples/opsworks/set-load-based-auto-scaling.rst @@ -6,8 +6,6 @@ You must use ``create-instance`` to add load-based instances to the layer. :: aws opsworks --region us-east-1 set-load-based-auto-scaling --layer-id 523569ae-2faf-47ac-b39e-f4c4b381f36d --enable --up-scaling file://upscale.json --down-scaling file://downscale.json -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - The example puts the upscaling threshold settings in a separate file in the working directory named ``upscale.json``, which contains the following. :: { diff --git a/awscli/examples/opsworks/set-permission.rst b/awscli/examples/opsworks/set-permission.rst index 9adaf8f76ea5..54f6137134e0 100644 --- a/awscli/examples/opsworks/set-permission.rst +++ b/awscli/examples/opsworks/set-permission.rst @@ -12,7 +12,6 @@ instances. :: aws opsworks set-permission --region us-east-1 --stack-id 71c7ca72-55ae-4b6a-8ee1-a8dcded3fa0f --level manage --iam-user-arn arn:aws:iam::123456789102:user/cli-user-test --allow-ssh --allow-sudo -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. *Output*: None. diff --git a/awscli/examples/opsworks/set-time-based-auto-scaling.rst b/awscli/examples/opsworks/set-time-based-auto-scaling.rst index 9089f0c5ce32..a308b9903c2f 100644 --- a/awscli/examples/opsworks/set-time-based-auto-scaling.rst +++ b/awscli/examples/opsworks/set-time-based-auto-scaling.rst @@ -5,8 +5,6 @@ You must first use ``create-instance`` to add the instance to the layer. :: aws opsworks --region us-east-1 set-time-based-auto-scaling --instance-id 69b6237c-08c0-4edb-a6af-78f3d01cedf2 --auto-scaling-schedule file://schedule.json -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - The example puts the schedule in a separate file in the working directory named ``schedule.json``. For this example, the instance is on for a few hours around midday UTC (Coordinated Universal Time) on Monday and Tuesday. :: diff --git a/awscli/examples/opsworks/start-instance.rst b/awscli/examples/opsworks/start-instance.rst index 3e63468bcf42..125fada9a3c4 100644 --- a/awscli/examples/opsworks/start-instance.rst +++ b/awscli/examples/opsworks/start-instance.rst @@ -4,9 +4,6 @@ The following ``start-instance`` command starts a specified 24/7 instance. :: aws opsworks start-instance --instance-id f705ee48-9000-4890-8bd3-20eb05825aaf -**Note**: AWS OpsWorks CLI commands should set the region to either ``us-east-1`` or ``ap-south-1``. -All regions except ``ap-south-1`` are associated with the ``us-east-1`` endpoint. - *Output*: None. Use describe-instances_ to check the instance's status. .. _describe-instances: http://docs.aws.amazon.com/cli/latest/reference/opsworks/describe-instances.html diff --git a/awscli/examples/opsworks/start-stack.rst b/awscli/examples/opsworks/start-stack.rst index f1773f53cb96..674b6b12ec49 100644 --- a/awscli/examples/opsworks/start-stack.rst +++ b/awscli/examples/opsworks/start-stack.rst @@ -5,8 +5,6 @@ To start a particular instance, use ``start-instance``. :: aws opsworks --region us-east-1 start-stack --stack-id 8c428b08-a1a1-46ce-a5f8-feddc43771b8 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/stop-instance.rst b/awscli/examples/opsworks/stop-instance.rst index 04028d23c678..54c09eba9ebf 100644 --- a/awscli/examples/opsworks/stop-instance.rst +++ b/awscli/examples/opsworks/stop-instance.rst @@ -6,8 +6,6 @@ running the ``describe-instances`` command. :: aws opsworks stop-instance --region us-east-1 --instance-id 3a21cfac-4a1f-4ce2-a921-b2cfba6f7771 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - You can restart a stopped instance by calling ``start-instance`` or by deleting the instance by calling ``delete-instance``. diff --git a/awscli/examples/opsworks/stop-stack.rst b/awscli/examples/opsworks/stop-stack.rst index 7dea95411b4f..03c2ec9140a3 100644 --- a/awscli/examples/opsworks/stop-stack.rst +++ b/awscli/examples/opsworks/stop-stack.rst @@ -5,8 +5,6 @@ To stop a particular instance, use ``stop-instance``. :: aws opsworks --region us-east-1 stop-stack --stack-id 8c428b08-a1a1-46ce-a5f8-feddc43771b8 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: No output. **More Information** diff --git a/awscli/examples/opsworks/unassign-instance.rst b/awscli/examples/opsworks/unassign-instance.rst index 9e2a125d9711..e9fbb0a69afb 100644 --- a/awscli/examples/opsworks/unassign-instance.rst +++ b/awscli/examples/opsworks/unassign-instance.rst @@ -4,8 +4,6 @@ The following ``unassign-instance`` command unassigns an instance from its attac aws opsworks --region us-east-1 unassign-instance --instance-id 4d6d1710-ded9-42a1-b08e-b043ad7af1e2 -**Note**: AWS OpsWorks CLI commands should set the region to us-east-1 regardless of the stack's location. - **Output**: None. **More Information** diff --git a/awscli/examples/opsworks/unassign-volume.rst b/awscli/examples/opsworks/unassign-volume.rst index 966f79dcb17d..d3f069876b1c 100644 --- a/awscli/examples/opsworks/unassign-volume.rst +++ b/awscli/examples/opsworks/unassign-volume.rst @@ -6,8 +6,6 @@ you register the volume with a stack, not the Amazon Elastic Compute Cloud (Amaz aws opsworks --region us-east-1 unassign-volume --volume-id 8430177d-52b7-4948-9c62-e195af4703df -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/update-app.rst b/awscli/examples/opsworks/update-app.rst index 00a6d4b7c55e..5b1fb3ccc0e1 100644 --- a/awscli/examples/opsworks/update-app.rst +++ b/awscli/examples/opsworks/update-app.rst @@ -4,8 +4,6 @@ The following example updates a specified app to change its name. :: aws opsworks --region us-east-1 update-app --app-id 26a61ead-d201-47e3-b55c-2a7c666942f8 --name NewAppName -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/update-elastic-ip.rst b/awscli/examples/opsworks/update-elastic-ip.rst index 7758174aa969..709075f21c11 100644 --- a/awscli/examples/opsworks/update-elastic-ip.rst +++ b/awscli/examples/opsworks/update-elastic-ip.rst @@ -4,8 +4,6 @@ The following example updates the name of a specified Elastic IP address. :: aws opsworks --region us-east-1 update-elastic-ip --elastic-ip 54.148.130.96 --name NewIPName -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/update-instance.rst b/awscli/examples/opsworks/update-instance.rst index dca2abcdca81..d4e2dd1cf871 100644 --- a/awscli/examples/opsworks/update-instance.rst +++ b/awscli/examples/opsworks/update-instance.rst @@ -4,8 +4,6 @@ The following example updates a specified instance's type. :: aws opsworks --region us-east-1 update-instance --instance-id dfe18b02-5327-493d-91a4-c5c0c448927f --instance-type c3.xlarge -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/update-layer.rst b/awscli/examples/opsworks/update-layer.rst index e8b204e807d5..c8a0b404db77 100644 --- a/awscli/examples/opsworks/update-layer.rst +++ b/awscli/examples/opsworks/update-layer.rst @@ -4,8 +4,6 @@ The following example updates a specified layer to use Amazon EBS-optimized inst aws opsworks --region us-east-1 update-layer --layer-id 888c5645-09a5-4d0e-95a8-812ef1db76a4 --use-ebs-optimized-instances -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/update-my-user-profile.rst b/awscli/examples/opsworks/update-my-user-profile.rst index b28571ca40a8..b804540c3a48 100644 --- a/awscli/examples/opsworks/update-my-user-profile.rst +++ b/awscli/examples/opsworks/update-my-user-profile.rst @@ -6,8 +6,6 @@ The user's AWS credentials are represented by the ``development`` profile in the aws opsworks --region us-east-1 --profile development update-my-user-profile --ssh-public-key file://development_key.pem -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/update-rds-db-instance.rst b/awscli/examples/opsworks/update-rds-db-instance.rst index 550eb46c1308..bb6c434648c9 100644 --- a/awscli/examples/opsworks/update-rds-db-instance.rst +++ b/awscli/examples/opsworks/update-rds-db-instance.rst @@ -8,8 +8,6 @@ your application will not be able to connect to the database. :: aws opsworks --region us-east-1 update-rds-db-instance --db-password 123456789 -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information** diff --git a/awscli/examples/opsworks/update-volume.rst b/awscli/examples/opsworks/update-volume.rst index 9655071d82bd..182e7ce44e6b 100644 --- a/awscli/examples/opsworks/update-volume.rst +++ b/awscli/examples/opsworks/update-volume.rst @@ -6,8 +6,6 @@ you register it with a stack, not the Amazon Elastic Compute Cloud (Amazon EC2) aws opsworks --region us-east-1 update-volume --volume-id 8430177d-52b7-4948-9c62-e195af4703df --mount-point /mnt/myvol -**Note**: AWS OpsWorks CLI commands should set the region to ``us-east-1`` regardless of the stack's location. - *Output*: None. **More Information**