Delete Account Alias with AWS CLI in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• Type aws iam list-account-aliases and press the return key to list the account aliases.
image

• Type aws iam delete-account-alias --account-alias < alias > and press the return key to delete the account alias.
image

• Type aws iam list-account-alias and press the return key and the alias will no longer be there.
image

⚠️ **GitHub.com Fallback** ⚠️