AWS powershell documentation change
Summary
Updated version paths in documentation links from '/latest/' to '/v5/' for credential-related cmdlets
Security assessment
Changes are purely versioning updates in URLs without altering security guidance or addressing vulnerabilities.
Diff
diff --git a/powershell/v5/userguide/specifying-your-aws-credentials.md b/powershell/v5/userguide/specifying-your-aws-credentials.md index 610b36e73..f59c9cb9c 100644 --- a//powershell/v5/userguide/specifying-your-aws-credentials.md +++ b//powershell/v5/userguide/specifying-your-aws-credentials.md @@ -119 +119 @@ The `-ProfileName` parameter specifies the profile that you want to delete. -The deprecated command [Clear-AWSCredential](https://docs.aws.amazon.com/powershell/latest/reference/items/Clear-AWSCredential.html) is still available for backward compatibility, but `Remove-AWSCredentialProfile` is preferred. +The deprecated command [Clear-AWSCredential](https://docs.aws.amazon.com/powershell/v5/reference/items/Clear-AWSCredential.html) is still available for backward compatibility, but `Remove-AWSCredentialProfile` is preferred. @@ -194 +194 @@ We strongly recommend using profiles instead of putting literal credentials in y - 3. A profile name or profile location that was specified by using the [Set-AWSCredential](https://docs.aws.amazon.com/powershell/latest/reference/items/Set-AWSCredential.html) cmdlet. + 3. A profile name or profile location that was specified by using the [Set-AWSCredential](https://docs.aws.amazon.com/powershell/v5/reference/items/Set-AWSCredential.html) cmdlet.