When you are using IAM Users you know that at some point you need to rotate your credentials. This is either ignored or forgotten. In the cases where you do take the time to rotate your credentials, it’s somewhat of a tedious task.
~.aws/credentials
file.As you can see these are a lot of actions, and potentially employees will not rotate their credentials. You can execute all these steps in a single command:
aws-iam-user rotate --profile [Profile] --region [Region]