You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: awscli/examples/ec2/create-vpc.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,4 +158,4 @@ Output::
158
158
}
159
159
}
160
160
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*.
Copy file name to clipboardExpand all lines: awscli/examples/ec2/run-instances.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ Contents of ``mapping.json``. This example adds ``ephemeral1`` as an instance st
160
160
161
161
For an example of the output for ``run-instances``, see Example 1.
162
162
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*.
164
164
165
165
**Example 4: To launch an instance and add tags on creation**
166
166
@@ -192,7 +192,7 @@ The following ``run-instances`` example passes user data in a file called ``my_s
192
192
193
193
For an example of the output for ``run-instances``, see Example 1.
194
194
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*.
196
196
197
197
**Example 6: To launch a burstable performance instance**
198
198
@@ -209,4 +209,4 @@ The following ``run-instances`` example launches a t2.micro instance with the ``
209
209
210
210
For an example of the output for ``run-instances``, see Example 1.
211
211
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*.
Copy file name to clipboardExpand all lines: awscli/examples/emr/create-cluster-examples.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ The following ``create-cluster`` example creates a cluster instance based on the
77
77
78
78
**Example 8: To customize application configurations**
79
79
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*.
81
81
82
82
Contents of ``configurations.json``::
83
83
@@ -138,7 +138,7 @@ The following ``create-cluster`` example uses ``--auto-terminate`` to specify th
138
138
139
139
**Example 11: To specify cluster configuration details such as the Amazon EC2 key pair, network configuration, and security groups**
140
140
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*. ::
@@ -276,7 +276,7 @@ The following example creates a cluster with multiple EBS volumes attached to EC
276
276
277
277
**Example 16: To create a cluster with an automatic scaling policy**
278
278
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*.
280
280
281
281
When attaching an automatic scaling policy, you must also specify the default role for automatic scaling using ``--auto-scaling-role EMR_AutoScaling_DefaultRole``.
Copy file name to clipboardExpand all lines: awscli/examples/iam/enable-mfa-device.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@ After you use the ``create-virtual-mfa-device`` command to create a new virtual
10
10
11
11
This command produces no output.
12
12
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*.
Copy file name to clipboardExpand all lines: awscli/examples/iam/get-role.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,4 @@ Output::
26
26
27
27
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.
28
28
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.
Copy file name to clipboardExpand all lines: awscli/examples/iam/list-signing-certificates.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
**To list the signing certificates for an IAM user**
2
2
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``. ::
4
4
5
-
aws iam list-signing-certificates --user-name Bob
5
+
aws iam list-signing-certificates \
6
+
--user-name Bob
6
7
7
8
Output::
8
9
@@ -18,5 +19,4 @@ Output::
18
19
]
19
20
}
20
21
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.
Copy file name to clipboardExpand all lines: awscli/examples/iam/resync-mfa-device.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@ The following ``resync-mfa-device`` example synchronizes the MFA device that is
10
10
11
11
This command produces no output.
12
12
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*.
Copy file name to clipboardExpand all lines: awscli/examples/medialive/create-channel.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,4 +161,4 @@ The output repeats back the contents of the JSON file, plus the following values
161
161
* ``Tags`` is set to the default (null).
162
162
* ``PipelinesRunningCount`` and ``State`` show the current status of the channel.
163
163
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*.
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*.
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*.
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*.
Copy file name to clipboardExpand all lines: awscli/examples/opsworks/create-server.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
**To create a server**
2
2
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*. ::
4
4
5
5
aws opsworks-cm create-server \
6
6
--engine "ChefAutomate" \
@@ -40,4 +40,4 @@ Output::
40
40
}
41
41
}
42
42
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