AWS Security ChangesHomeSearch

AWS AWSEC2 documentation change

Service: AWSEC2 · 2025-05-03 · Documentation low

File: AWSEC2/latest/UserGuide/macos-ami-ids-parameter-store.md

Summary

Simplified documentation titles and improved CLI command formatting

Security assessment

Changes are editorial improvements without security context or impact

Diff

diff --git a/AWSEC2/latest/UserGuide/macos-ami-ids-parameter-store.md b/AWSEC2/latest/UserGuide/macos-ami-ids-parameter-store.md
index 9d3051474..70ab4c4de 100644
--- a//AWSEC2/latest/UserGuide/macos-ami-ids-parameter-store.md
+++ b//AWSEC2/latest/UserGuide/macos-ami-ids-parameter-store.md
@@ -5 +5 @@
-# Retrieve macOS AMI IDs using AWS Systems Manager Parameter Store API
+# Retrieve macOS AMI IDs using Systems Manager Parameter Store
@@ -13 +13 @@ To perform this action, the [IAM principal](https://docs.aws.amazon.com/IAM/late
-###### To view a list of all macOS AMIs in the current AWS Region using the AWS CLI
+###### To view a list of all macOS AMIs in the current AWS Region
@@ -18 +18,4 @@ Use the following [get-parameters-by-path](https://awscli.amazonaws.com/v2/docum
-    aws ssm get-parameters-by-path --path /aws/service/ec2-macos --recursive --query "Parameters[].Name"
+    aws ssm get-parameters-by-path \
+        --path /aws/service/ec2-macos \
+        --recursive \
+        --query "Parameters[].Name"
@@ -20 +23 @@ Use the following [get-parameters-by-path](https://awscli.amazonaws.com/v2/docum
-###### To retrieve the AMI ID of the latest major macOS AMI using the AWS CLI
+###### To retrieve the AMI ID of the latest major macOS AMI
@@ -25 +28,3 @@ Use the following [get-parameter](https://awscli.amazonaws.com/v2/documentation/
-    aws ssm get-parameter --name /aws/service/ec2-macos/sonoma/x86_64_mac/latest/image_id --region region-code
+    aws ssm get-parameter 
+        --name /aws/service/ec2-macos/sonoma/x86_64_mac/latest/image_id \
+        --region region-code