The code provided is meant to illustrate various AWS CLI IAM commands that will: Create an IAM Group Attach an AWS Policy to allow the Group Administrator Access Create an IAM User Create a login profile for that user requiring password reset upon login Add the newly created IAM User to the newly created Group [...]
Month: October 2023
AWS CLI: Config, Credentials and Profiles
The AWS config file contains non-secret information. The AWS credentials file may contain access keys in one or more profiles. Use a profile to access different key pairs that may point to different accounts. An easy way to locate the config file is through: aws configure list Note the output: Your credentials file may contain [...]
You must be logged in to post a comment.