AWS Security ChangesHomeSearch

AWS AWSEC2 documentation change

Service: AWSEC2 · 2025-08-22 · Documentation low

File: AWSEC2/latest/UserGuide/create-ami-with-uefi-secure-boot.md

Summary

Updated AWS CLI documentation links for UEFI Secure Boot-related commands to use 'docs.aws.amazon.com' domain

Security assessment

These changes only modify URLs pointing to CLI command references. While UEFI Secure Boot is a security feature, the documentation updates do not add new security information or address vulnerabilities - they merely correct link formatting. The security-related content about UEFI Secure Boot existed prior to these changes.

Diff

diff --git a/AWSEC2/latest/UserGuide/create-ami-with-uefi-secure-boot.md b/AWSEC2/latest/UserGuide/create-ami-with-uefi-secure-boot.md
index d04bb98b8..04326737b 100644
--- a//AWSEC2/latest/UserGuide/create-ami-with-uefi-secure-boot.md
+++ b//AWSEC2/latest/UserGuide/create-ami-with-uefi-secure-boot.md
@@ -25 +25 @@ The following procedure is intended for **advanced users only**. You must have s
-    * [get-instance-uefi-data](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/get-instance-uefi-data.html) command
+    * [get-instance-uefi-data](https://docs.aws.amazon.com/cli/latest/reference/ec2/get-instance-uefi-data.html) command
@@ -229 +229 @@ After you’ve launched your instance, you can verify that it is ready to be con
-Use the [get-instance-uefi-data](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/get-instance-uefi-data.html) command and specify the instance ID.
+Use the [get-instance-uefi-data](https://docs.aws.amazon.com/cli/latest/reference/ec2/get-instance-uefi-data.html) command and specify the instance ID.
@@ -276 +276 @@ To verify that UEFI Secure Boot is enabled, follow the steps in [Verify whether
-You can now export your UEFI variable store with the [get-instance-uefi-data](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/get-instance-uefi-data.html) CLI command, or you continue to the next step and sign your boot images to reboot into a UEFI Secure Boot-enabled instance.
+You can now export your UEFI variable store with the [get-instance-uefi-data](https://docs.aws.amazon.com/cli/latest/reference/ec2/get-instance-uefi-data.html) CLI command, or you continue to the next step and sign your boot images to reboot into a UEFI Secure Boot-enabled instance.
@@ -322 +322 @@ You can create the variable store _offline_ without a running instance by using
-Use [register-image](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/register-image.html) to pass your UEFI variable store data. For the `--uefi-data` parameter, specify your binary blob, and for the `--boot-mode` parameter, specify `uefi`.
+Use [register-image](https://docs.aws.amazon.com/cli/latest/reference/ec2/register-image.html) to pass your UEFI variable store data. For the `--uefi-data` parameter, specify your binary blob, and for the `--boot-mode` parameter, specify `uefi`.