Skip to content

Commit 222a691

Browse files
committed
Merge remote-tracking branch 'elysahall/fix-http-links' into add-example-http-link-test
2 parents f7d09cd + d5b2215 commit 222a691

38 files changed

Lines changed: 259 additions & 277 deletions

awscli/examples/ec2/create-vpc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ Output::
158158
}
159159
}
160160

161-
For more information, see `Create a VPC that uses an IPAM pool CIDR <http://mccgeoff.aka.corp.amazon.com/feat/ipam/build/AWSVPCDocs/AWSVPCDocs-3.0/AL2_x86_64/DEV.STD.PTHREAD/build/server-root/vpc/latest/ipam/create-vpc-ipam.html>`__ in the *Amazon VPC IPAM User Guide*.
161+
For more information, see `Create a VPC that uses an IPAM pool CIDR <https://docs.aws.amazon.com/vpc/latest/ipam/create-vpc-ipam.html>`__ in the *Amazon VPC IPAM User Guide*.

awscli/examples/ec2/run-instances.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Contents of ``mapping.json``. This example adds ``ephemeral1`` as an instance st
160160

161161
For an example of the output for ``run-instances``, see Example 1.
162162

163-
For more information about block device mappings, see `Block device mapping <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html>`__ in the *Amazon EC2 User Guide*.
163+
For more information about block device mappings, see `Block device mapping <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html>`__ in the *Amazon EC2 User Guide*.
164164

165165
**Example 4: To launch an instance and add tags on creation**
166166

@@ -192,7 +192,7 @@ The following ``run-instances`` example passes user data in a file called ``my_s
192192

193193
For an example of the output for ``run-instances``, see Example 1.
194194

195-
For more information about instance user data, see `Working with instance user data <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html>`__ in the *Amazon EC2 User Guide*.
195+
For more information about instance user data, see `Working with instance user data <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html>`__ in the *Amazon EC2 User Guide*.
196196

197197
**Example 6: To launch a burstable performance instance**
198198

@@ -209,4 +209,4 @@ The following ``run-instances`` example launches a t2.micro instance with the ``
209209

210210
For an example of the output for ``run-instances``, see Example 1.
211211

212-
For more information about burstable performance instances, see `Burstable performance instances <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html>`__ in the *Amazon EC2 User Guide*.
212+
For more information about burstable performance instances, see `Burstable performance instances <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html>`__ in the *Amazon EC2 User Guide*.

awscli/examples/emr/create-cluster-examples.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following ``create-cluster`` example creates a cluster instance based on the
7777

7878
**Example 8: To customize application configurations**
7979

80-
The following examples use the ``--configurations`` parameter to specify a JSON configuration file that contains application customizations for Hadoop. For more information, see `Configuring Applications <http://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-configure-apps.html>`__ in the *Amazon EMR Release Guide*.
80+
The following examples use the ``--configurations`` parameter to specify a JSON configuration file that contains application customizations for Hadoop. For more information, see `Configuring Applications <https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-configure-apps.html>`__ in the *Amazon EMR Release Guide*.
8181

8282
Contents of ``configurations.json``::
8383

@@ -138,7 +138,7 @@ The following ``create-cluster`` example uses ``--auto-terminate`` to specify th
138138

139139
**Example 11: To specify cluster configuration details such as the Amazon EC2 key pair, network configuration, and security groups**
140140

141-
The following ``create-cluster`` example creates a cluster with the Amazon EC2 key pair named ``myKey`` and a customized instance profile named ``myProfile``. Key pairs are used to authorize SSH connections to cluster nodes, most often the master node. For more information, see `Use an Amazon EC2 Key Pair for SSH Credentials <http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-access-ssh.html>`__ in the *Amazon EMR Management Guide*. ::
141+
The following ``create-cluster`` example creates a cluster with the Amazon EC2 key pair named ``myKey`` and a customized instance profile named ``myProfile``. Key pairs are used to authorize SSH connections to cluster nodes, most often the master node. For more information, see `Use an Amazon EC2 Key Pair for SSH Credentials <https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-access-ssh.html>`__ in the *Amazon EMR Management Guide*. ::
142142

143143
aws emr create-cluster \
144144
--ec2-attributes KeyName=myKey,InstanceProfile=myProfile \
@@ -276,7 +276,7 @@ The following example creates a cluster with multiple EBS volumes attached to EC
276276

277277
**Example 16: To create a cluster with an automatic scaling policy**
278278

279-
You can attach automatic scaling policies to core and task instance groups using Amazon EMR version 4.0 and later. The automatic scaling policy dynamically adds and removes EC2 instances in response to an Amazon CloudWatch metric. For more information, see `Using Automatic Scaling in Amazon EMR` <http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-automatic-scaling.html>`_ in the *Amazon EMR Management Guide*.
279+
You can attach automatic scaling policies to core and task instance groups using Amazon EMR version 4.0 and later. The automatic scaling policy dynamically adds and removes EC2 instances in response to an Amazon CloudWatch metric. For more information, see `Using Automatic Scaling in Amazon EMR` <https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-automatic-scaling.html>`_ in the *Amazon EMR Management Guide*.
280280

281281
When attaching an automatic scaling policy, you must also specify the default role for automatic scaling using ``--auto-scaling-role EMR_AutoScaling_DefaultRole``.
282282

awscli/examples/iam/enable-mfa-device.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ After you use the ``create-virtual-mfa-device`` command to create a new virtual
1010

1111
This command produces no output.
1212

13-
For more information, see `Enabling a Virtual MFA Device <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa_enable_virtual.html>`__ in the *AWS Identity and Access Management User Guide*.
13+
For more information, see `Enabling a Virtual MFA Device <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa_enable_virtual.html>`__ in the *AWS Identity and Access Management User Guide*.

awscli/examples/iam/get-role.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Output::
2626

2727
The command displays the trust policy attached to the role. To list the permissions policies attached to a role, use the ``list-role-policies`` command.
2828

29-
For more information, see `Creating a Role <http://docs.aws.amazon.com/IAM/latest/UserGuide/creating-role.html>`__ in the *Using IAM* guide.
29+
For more information, see `Creating a Role <https://docs.aws.amazon.com/IAM/latest/UserGuide/creating-role.html>`__ in the *Using IAM* guide.

awscli/examples/iam/list-signing-certificates.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
**To list the signing certificates for an IAM user**
22

3-
The following ``list-signing-certificates`` command lists the signing certificates for the IAM user named ``Bob``::
3+
The following ``list-signing-certificates`` command lists the signing certificates for the IAM user named ``Bob``. ::
44

5-
aws iam list-signing-certificates --user-name Bob
5+
aws iam list-signing-certificates \
6+
--user-name Bob
67

78
Output::
89

@@ -18,5 +19,4 @@ Output::
1819
]
1920
}
2021

21-
For more information, see `Creating and Uploading a User Signing Certificate <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_UploadCertificate.html>`__ in the *Using IAM* guide.
22-
22+
For more information, see `Creating and Uploading a User Signing Certificate <https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_UploadCertificate.html>`__ in the *Using IAM* guide.

awscli/examples/iam/resync-mfa-device.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ The following ``resync-mfa-device`` example synchronizes the MFA device that is
1010

1111
This command produces no output.
1212

13-
For more information, see `Using Multi-Factor Authentication (MFA) Devices in AWS <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa.html>`__ in the *AWS Identity and Access Management User Guide*.
13+
For more information, see `Using Multi-Factor Authentication (MFA) Devices in AWS <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa.html>`__ in the *AWS Identity and Access Management User Guide*.

awscli/examples/medialive/create-channel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ The output repeats back the contents of the JSON file, plus the following values
161161
* ``Tags`` is set to the default (null).
162162
* ``PipelinesRunningCount`` and ``State`` show the current status of the channel.
163163

164-
For more information, see `Creating a Channel from Scratch<http://docs.aws.amazon.com/medialive/latest/ug/creating-channel-scratch.html>`__ in the *AWS Elemental MediaLive User Guide*.
164+
For more information, see `Creating a Channel from Scratch <https://docs.aws.amazon.com/medialive/latest/ug/creating-channel-scratch.html>`__ in the *AWS Elemental MediaLive User Guide*.

awscli/examples/opsworks/create-deployment.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Output::
3030
"DeploymentId": "5746c781-df7f-4c87-84a7-65a119880560"
3131
}
3232

33-
For more information on deployment, see `Deploying Apps <http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-deploying.html>`__ in the *AWS OpsWorks User Guide*.
33+
For more information on deployment, see `Deploying Apps <https://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-deploying.html>`__ in the *AWS OpsWorks User Guide*.
3434

3535
**Example 3: Run a Recipe**
3636

@@ -46,7 +46,7 @@ Output::
4646
"DeploymentId": "5cbaa7b9-4e09-4e53-aa1b-314fbd106038"
4747
}
4848

49-
For more information, see `Run Stack Commands <http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-commands.html>`__ in the *AWS OpsWorks User Guide*.
49+
For more information, see `Run Stack Commands <https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-commands.html>`__ in the *AWS OpsWorks User Guide*.
5050

5151
**Example 4: Install Dependencies**
5252

@@ -63,4 +63,4 @@ Output::
6363
"DeploymentId": "aef5b255-8604-4928-81b3-9b0187f962ff"
6464
}
6565

66-
For more information, see `Run Stack Commands <http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-commands.html>`__ in the *AWS OpsWorks User Guide*.
66+
For more information, see `Run Stack Commands <https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-commands.html>`__ in the *AWS OpsWorks User Guide*.

awscli/examples/opsworks/create-server.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**To create a server**
22

3-
The following ``create-server`` example creates a new Chef Automate server named ``automate-06`` in your default region. Note that defaults are used for most other settings, such as number of backups to retain, and maintenance and backup start times. Before you run a ``create-server`` command, complete prerequisites in `Getting Started with AWS OpsWorks for Chef Automate <http://docs.aws.amazon.com/opsworks/latest/userguide/gettingstarted-opscm.html>`__ in the *AWS Opsworks for Chef Automate User Guide*. ::
3+
The following ``create-server`` example creates a new Chef Automate server named ``automate-06`` in your default region. Note that defaults are used for most other settings, such as number of backups to retain, and maintenance and backup start times. Before you run a ``create-server`` command, complete prerequisites in `Getting Started with AWS OpsWorks for Chef Automate <https://docs.aws.amazon.com/opsworks/latest/userguide/gettingstarted-opscm.html>`__ in the *AWS Opsworks for Chef Automate User Guide*. ::
44

55
aws opsworks-cm create-server \
66
--engine "ChefAutomate" \
@@ -40,4 +40,4 @@ Output::
4040
}
4141
}
4242

43-
For more information, see `CreateServer <http://docs.aws.amazon.com/opsworks-cm/latest/APIReference/API_CreateServer.html>`__ in the *AWS OpsWorks for Chef Automate API Reference*.
43+
For more information, see `CreateServer <https://docs.aws.amazon.com/opsworks-cm/latest/APIReference/API_CreateServer.html>`__ in the *AWS OpsWorks for Chef Automate API Reference*.

0 commit comments

Comments
 (0)