AWS Configure
Configures your AWS CLI with your AWS Access Key ID, Secret Access Key, Default region name, and Default output format
Open AWS Config File
Opens the AWS config file in your default text editor
Open AWS Credentials File
Opens the AWS credentials file in your default text editor
Switch AWS Profile
export AWS_PROFILE=profileName
Switches the AWS profile to the specified profile name
Reverse AWS Profile
export AWS_PROFILE=default
Switches the AWS profile to the default profile
List Profiles
aws configure list-profiles
Lists all the profiles configured in the AWS CLI
List Configured Profile Stats
Lists the configured profile stats