AWS Security ChangesHomeSearch

AWS AWSEC2 documentation change

Service: AWSEC2 · 2025-04-25 · Documentation low

File: AWSEC2/latest/UserGuide/ami-last-launched-time.md

Summary

Removed redundant 'following' from CLI/PowerShell command descriptions

Security assessment

Syntax cleanup of command examples without altering security-related functionality

Diff

diff --git a/AWSEC2/latest/UserGuide/ami-last-launched-time.md b/AWSEC2/latest/UserGuide/ami-last-launched-time.md
index 301971faa..735f11412 100644
--- a//AWSEC2/latest/UserGuide/ami-last-launched-time.md
+++ b//AWSEC2/latest/UserGuide/ami-last-launched-time.md
@@ -43 +43 @@ AWS CLI
-Use the following [describe-images](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-images.html) command. If `LastLaunchedTime` is not present in the output, verify that you own the AMI.
+Use the [describe-images](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-images.html) command. If `LastLaunchedTime` is not present in the output, verify that you own the AMI.
@@ -58 +58 @@ The following is example output.
-Use the following [describe-image-attribute](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-image-attribute.html) command. You must be the owner of the specified AMI.
+Use the [describe-image-attribute](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-image-attribute.html) command. You must be the owner of the specified AMI.
@@ -77 +77 @@ PowerShell
-Use the following [Get-EC2Image](https://docs.aws.amazon.com/powershell/latest/reference/items/Get-EC2Image.html) cmdlet. If `LastLaunchedTime` is not present in the output, verify that you own the AMI.
+Use the [Get-EC2Image](https://docs.aws.amazon.com/powershell/latest/reference/items/Get-EC2Image.html) cmdlet. If `LastLaunchedTime` is not present in the output, verify that you own the AMI.
@@ -89 +89 @@ The following is example output.
-Use the following [Get-EC2ImageAttribute](https://docs.aws.amazon.com/powershell/latest/reference/items/Get-EC2ImageAttribute.html) cmdlet. You must be the owner of the specified AMI.
+Use the [Get-EC2ImageAttribute](https://docs.aws.amazon.com/powershell/latest/reference/items/Get-EC2ImageAttribute.html) cmdlet. You must be the owner of the specified AMI.