# AWS Role assuming script
This script can be used to automatically fetch AWS credentials.

## How to use this script:
  1. Go to your MFA app and get the fresh code (`123456` for instance).
  2. Run the script: `. ~/.sme/get_aws_creds.sh gdb-delphi-dev 123456`. Arguments here:
     1. `gdb-delphi-dev` - profile name, which is used for assuming the role.
     2. `123456` - OTP from Google Authenticator.