|
|
|
|
|
by noahmasur
1352 days ago
|
|
> My current solution is to share my ~/aws/config with everyone so we all have the same profile names and scripts can work for everyone. If you're on Mac/Linux you could have everyone use direnv. Add a .envrc file in each git repo (or your script's subdirectory) with `export AWS_PROFILE=profilename`. Now everyone is working with the same profile names without having to pass around config files. |
|