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
* <p>Initiates the copy of an AMI. You can copy an AMI from one Region to another, or from a
32
-
* Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost
33
-
* to another, or within the same Outpost. To copy an AMI to another partition, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateStoreImageTask.html">CreateStoreImageTask</a>.</p>
34
-
* <p>To copy an AMI from one Region to another, specify the source Region using the
35
-
* <b>SourceRegion</b> parameter, and specify the
36
-
* destination Region using its endpoint. Copies of encrypted backing snapshots for
37
-
* the AMI are encrypted. Copies of unencrypted backing snapshots remain unencrypted,
38
-
* unless you set <code>Encrypted</code> during the copy operation. You cannot
39
-
* create an unencrypted copy of an encrypted backing snapshot.</p>
40
-
* <p>To copy an AMI from a Region to an Outpost, specify the source Region using the
41
-
* <b>SourceRegion</b> parameter, and specify the
42
-
* ARN of the destination Outpost using <b>DestinationOutpostArn</b>.
43
-
* Backing snapshots copied to an Outpost are encrypted by default using the default
44
-
* encryption key for the Region, or a different key that you specify in the request using
45
-
* <b>KmsKeyId</b>. Outposts do not support unencrypted
46
-
* snapshots. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">
47
-
* Amazon EBS local snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>.</p>
48
-
* <p>For more information about the prerequisites and limits when copying an AMI, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/CopyingAMIs.html">Copy an AMI</a> in the
49
-
* <i>Amazon EC2 User Guide</i>.</p>
31
+
* <p>Initiates an AMI copy operation. You can copy an AMI from one Region to another, or from a
32
+
* Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to
33
+
* another, or within the same Outpost. To copy an AMI to another partition, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateStoreImageTask.html">CreateStoreImageTask</a>.</p>
34
+
* <p>When you copy an AMI from one Region to another, the destination Region is the
35
+
* current Region.</p>
36
+
* <p>When you copy an AMI from a Region to an Outpost, specify the ARN of the Outpost as
37
+
* the destination. Backing snapshots copied to an Outpost are encrypted by default using
38
+
* the default encryption key for the Region or the key that you specify. Outposts do not
39
+
* support unencrypted snapshots.</p>
40
+
* <p>For information about the prerequisites when copying an AMI, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/CopyingAMIs.html">Copy an AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
50
41
* @example
51
42
* Use a bare-bones client and the command you need to make an API call.
* <p>Describes the stale security group rules for security groups in a specified VPC.
32
-
* Rules are stale when they reference a deleted security group in the same VPC or peered VPC. Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has
32
+
* Rules are stale when they reference a deleted security group in a peered VPC. Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has
33
33
* been deleted.</p>
34
34
* @example
35
35
* Use a bare-bones client and the command you need to make an API call.
* <p>Specifies whether the destination snapshots of the copied image should be encrypted. You
7936
7936
* can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an
7937
7937
* encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a non-default
7938
-
* Key Management Service (KMS) KMS key using <code>KmsKeyId</code>. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the
7939
-
* <i>Amazon EBS User Guide</i>.</p>
7938
+
* Key Management Service (KMS) KMS key using <code>KmsKeyId</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html">Use encryption with
7939
+
* EBS-backed AMIs</a> in the <i>Amazon EC2 User Guide</i>.</p>
0 commit comments