AWS IAM documentation change
Summary
Added PowerShell V5 example for removing account aliases
Security assessment
Account alias management is an operational task with minimal direct security implications. No evidence of security vulnerability addressed.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_DeleteAccountAlias_section.md b/IAM/latest/UserGuide/iam_example_iam_DeleteAccountAlias_section.md index aa185d8b1..bd52f9064 100644 --- a//IAM/latest/UserGuide/iam_example_iam_DeleteAccountAlias_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_DeleteAccountAlias_section.md @@ -267,0 +268,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example removes the account alias from your AWS account. The user sign in page with the alias at https://mycompanyaws.signin.aws.amazon.com/console no longer works. You must instead use the original URL with your AWS account ID number at https:// <accountidnumber>.signin.aws.amazon.com/console.** + + + Remove-IAMAccountAlias -AccountAlias mycompanyaws + + + * For API details, see [DeleteAccountAlias](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +