AWS AWSEC2 documentation change
Summary
Updated AWS CLI command documentation links across multiple steps in AMI boot mode configuration guide
Security assessment
Changes are purely documentation URL updates without altering security context. The boot mode configuration guidance remains unchanged except for CLI reference links.
Diff
diff --git a/AWSEC2/latest/UserGuide/set-ami-boot-mode.md b/AWSEC2/latest/UserGuide/set-ami-boot-mode.md index 9f0a02f29..fa479ac10 100644 --- a//AWSEC2/latest/UserGuide/set-ami-boot-mode.md +++ b//AWSEC2/latest/UserGuide/set-ami-boot-mode.md @@ -28 +28 @@ To convert an existing Legacy BIOS-based instance to UEFI, or an existing UEFI-b - * You can't use the [register-image](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/register-image.html) command or the [Register-EC2Image](https://docs.aws.amazon.com/powershell/latest/reference/items/Register-EC2Image.html) cmdlet to create an AMI that supports both [NitroTPM](./nitrotpm.html) and UEFI Preferred. + * You can't use the [register-image](https://docs.aws.amazon.com/cli/latest/reference/ec2/register-image.html) command or the [Register-EC2Image](https://docs.aws.amazon.com/powershell/latest/reference/items/Register-EC2Image.html) cmdlet to create an AMI that supports both [NitroTPM](./nitrotpm.html) and UEFI Preferred. @@ -46 +46 @@ If you don't perform this step, the AMI will not be usable. - 2. To find the volume ID of the instance, use the [describe-instances](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-instances.html) command. You'll create a snapshot of this volume in the next step. + 2. To find the volume ID of the instance, use the [describe-instances](https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html) command. You'll create a snapshot of this volume in the next step. @@ -68 +68 @@ The following is example output. - 3. To create a snapshot of the volume, use the [create-snapshot](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/create-snapshot.html) command. Use the volume ID from the previous step. + 3. To create a snapshot of the volume, use the [create-snapshot](https://docs.aws.amazon.com/cli/latest/reference/ec2/create-snapshot.html) command. Use the volume ID from the previous step. @@ -89 +89 @@ The following is example output. - 4. Wait until the state of the snapshot is `completed` before you go to the next step. To get the state of the snapshot, use the [describe-snapshots](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-snapshots.html) command with the snapshot ID from the previous step. + 4. Wait until the state of the snapshot is `completed` before you go to the next step. To get the state of the snapshot, use the [describe-snapshots](https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-snapshots.html) command with the snapshot ID from the previous step. @@ -100 +100 @@ The following is example output. - 5. To create a new AMI, use the [register-image](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/register-image.html) command. Use the value of `SnapshotId` from the output of **CreateSnapshot**. + 5. To create a new AMI, use the [register-image](https://docs.aws.amazon.com/cli/latest/reference/ec2/register-image.html) command. Use the value of `SnapshotId` from the output of **CreateSnapshot**. @@ -124 +124 @@ The following is example output. - 6. (Optional) To verify that the newly-created AMI has the boot mode that you specified, use the [describe-images](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-images.html) command. + 6. (Optional) To verify that the newly-created AMI has the boot mode that you specified, use the [describe-images](https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-images.html) command.