AWS powershell documentation change
Summary
Updated documentation links for Get-EC2Image and Get-EC2ImageByName cmdlets to reference versioned (v5) URLs instead of 'latest'
Security assessment
The change updates URL paths to point to version-specific documentation but does not introduce or modify security-related content. The mention of AMIs including 'security enhancements' is part of existing context, not a new security disclosure.
Diff
diff --git a/powershell/v5/userguide/pstools-ec2-get-amis.md b/powershell/v5/userguide/pstools-ec2-get-amis.md index 81981deca..34c2d44f7 100644 --- a//powershell/v5/userguide/pstools-ec2-get-amis.md +++ b//powershell/v5/userguide/pstools-ec2-get-amis.md @@ -11 +11 @@ The AWS Tools for PowerShell version 5 (V5) is in preview, therefore this conten -When you launch an Amazon EC2 instance, you specify an Amazon Machine Image (AMI) to serve as a template for the instance. However, the IDs for the AWS Windows AMIs change frequently because AWS provides new AMIs with the latest updates and security enhancements. You can use the [Get-EC2Image](https://docs.aws.amazon.com/powershell/latest/reference/items/Get-EC2Image.html) and [Get-EC2ImageByName](https://docs.aws.amazon.com/powershell/latest/reference/items/Get-EC2ImageByName.html) cmdlets to find the current Windows AMIs and get their IDs. +When you launch an Amazon EC2 instance, you specify an Amazon Machine Image (AMI) to serve as a template for the instance. However, the IDs for the AWS Windows AMIs change frequently because AWS provides new AMIs with the latest updates and security enhancements. You can use the [Get-EC2Image](https://docs.aws.amazon.com/powershell/v5/reference/items/Get-EC2Image.html) and [Get-EC2ImageByName](https://docs.aws.amazon.com/powershell/v5/reference/items/Get-EC2ImageByName.html) cmdlets to find the current Windows AMIs and get their IDs.