Skip to content

Instantly share code, notes, and snippets.

View chrisforrette's full-sized avatar
🙃
Codesplodin'

Chris Forrette chrisforrette

🙃
Codesplodin'
View GitHub Profile

aws-cli bash helper functions

The official AWS command line tools, have support for configuration profiles. See Configuring the AWS Command Line Interface - Named Profiles.

Managing multiple profiles with the AWS CLI itself is relatively straight forward, switching between them with --profile flag on the command line or the AWS_PROFILE environment variable.

These helpers extend that functionality for convenience with other tools in the ecosystem.

aws-profile