Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/assign-instance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/assign-volume.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/associate-elastic-ip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/attach-elastic-load-balancer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
3 changes: 0 additions & 3 deletions awscli/examples/opsworks/create-app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*::

{
Expand Down
3 changes: 0 additions & 3 deletions awscli/examples/opsworks/create-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. ::
Expand Down
3 changes: 0 additions & 3 deletions awscli/examples/opsworks/create-instance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions awscli/examples/opsworks/create-layer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*::

{
Expand Down
3 changes: 0 additions & 3 deletions awscli/examples/opsworks/create-stack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/create-user-profile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*::

{
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/delete-app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/delete-instance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/delete-layer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/delete-stack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/delete-user-profile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/deregister-elastic-ip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/deregister-instance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/deregister-rds-db-instance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/deregister-volume.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
3 changes: 0 additions & 3 deletions awscli/examples/opsworks/describe-apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

::
Expand Down
3 changes: 0 additions & 3 deletions awscli/examples/opsworks/describe-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*::

{
Expand Down
3 changes: 0 additions & 3 deletions awscli/examples/opsworks/describe-deployments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*::

{
Expand Down
3 changes: 0 additions & 3 deletions awscli/examples/opsworks/describe-elastic-ips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*::

{
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/describe-elastic-load-balancers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

::
Expand Down
3 changes: 0 additions & 3 deletions awscli/examples/opsworks/describe-instances.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 0 additions & 3 deletions awscli/examples/opsworks/describe-layers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*::

{
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/describe-load-based-auto-scaling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. ::

{
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/describe-my-user-profile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 (...). ::

{
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/describe-permissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*::

{
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/describe-raid-arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. ::

{
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/describe-rds-db-instances.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. ::

{
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/describe-stack-summary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*::

{
Expand Down
3 changes: 0 additions & 3 deletions awscli/examples/opsworks/describe-stacks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*::

{
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/describe-timebased-auto-scaling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. ::

{
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/describe-user-profiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*::

{
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/describe-volumes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*::

{
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/detach-elastic-load-balancer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/disassociate-elastic-ip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/get-hostname-suggestion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*::

{
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/reboot-instance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/register-elastic-ip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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* ::

{
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/register-rds-db-instance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 0 additions & 2 deletions awscli/examples/opsworks/register-volume.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*::

{
Expand Down
Loading