Managing AWS API Credentials
When working with the AWS API interactively, each user should have one periodically-rotated credential that is used to generate temporary credentials that allow access your AWS account(s). In this post, I show you a sample implementation of this pattern for managing AWS API credentials.