Skip to content

Instantly share code, notes, and snippets.

View carlnordenfelt's full-sized avatar

Carl Nordenfelt carlnordenfelt

  • by nordenfelt
  • Stockholm, Sweden
View GitHub Profile
@carlnordenfelt
carlnordenfelt / AWS_Credentials.md
Last active July 17, 2023 10:59
Easily swap between AWS Profiles without having to manage keys

Adding these scripts will give you the following aliases on your command line.

Note: the scripts are only tested on OSX

  • awsall - Lists all available AWS profiles. Note that the list is based on the .aws/credentials file.
  • awswho - Lets you know what profile you are currently using
  • awsp profilename - Quickly swap to the provided profile name
  • awssso profilename - Similar to awsp but specifically for IAM Identity Center users (AWS SSO)

Setup