Skip to content

Instantly share code, notes, and snippets.

@reecestart
Created July 20, 2018 02:43
Show Gist options
  • Save reecestart/9d75c0447deb69792c0b3d8a7a26527b to your computer and use it in GitHub Desktop.
Save reecestart/9d75c0447deb69792c0b3d8a7a26527b to your computer and use it in GitHub Desktop.
Set AWS IAM Password Policy to clear Trusted Advisor Check
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