Created
July 20, 2018 02:43
-
-
Save reecestart/9d75c0447deb69792c0b3d8a7a26527b to your computer and use it in GitHub Desktop.
Set AWS IAM Password Policy to clear Trusted Advisor Check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws iam update-account-password-policy --minimum-password-length 8 --require-numbers --require-uppercase-characters --require-lowercase-characters --require-symbols |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment