Skip to content

Instantly share code, notes, and snippets.

@Y-LyN-10
Created October 24, 2019 06:39
Show Gist options
  • Save Y-LyN-10/d62bdfedbb2987e4d722d601ce8c3bc7 to your computer and use it in GitHub Desktop.
Save Y-LyN-10/d62bdfedbb2987e4d722d601ce8c3bc7 to your computer and use it in GitHub Desktop.
Update password for AWS account from the AWS CLI
$ aws iam update-login-profile --user {username} --password {newpass}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment