AWS AWSEC2 documentation change
Summary
Updated AWS CLI documentation links for SSM get-parameters commands from v2 to latest reference
Security assessment
Routine updates to CLI command references without security implications. No changes to AMI security controls or policies.
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..3751358d0 100644 --- a//AWSEC2/latest/UserGuide/macos-ami-ids-parameter-store.md +++ b//AWSEC2/latest/UserGuide/macos-ami-ids-parameter-store.md @@ -15 +15 @@ To perform this action, the [IAM principal](https://docs.aws.amazon.com/IAM/late -Use the following [get-parameters-by-path](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ssm/get-parameters-by-path.html) command to view a list of all macOS AMIs in the current Region. +Use the following [get-parameters-by-path](https://docs.aws.amazon.com/cli/latest/reference/ssm/get-parameters-by-path.html) command to view a list of all macOS AMIs in the current Region. @@ -22 +22 @@ Use the following [get-parameters-by-path](https://awscli.amazonaws.com/v2/docum -Use the following [get-parameter](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ssm/get-parameter.html) command with the sub-parameter `image_id`. In the following example, replace `sonoma` with a macOS supported major version, `x86_64_mac` with the processor, and `region-code` with a supported AWS Region for which you want the latest macOS AMI ID. +Use the following [get-parameter](https://docs.aws.amazon.com/cli/latest/reference/ssm/get-parameter.html) command with the sub-parameter `image_id`. In the following example, replace `sonoma` with a macOS supported major version, `x86_64_mac` with the processor, and `region-code` with a supported AWS Region for which you want the latest macOS AMI ID.