Question:
I am trying to get aws-vault working on my new computer.
I have a config file that looks like:
1 2 3 4 5 |
[profile default] region=eu-west-1 output=json mfa_serial = %%% |
And a credentials file
1 2 3 4 |
[default] aws_access_key_id = %%% aws_secret_access_key = %%% |
but when I run
1 2 |
aws-vault exec default |
I get the error
1 2 |
aws-vault: error: exec: Error getting temporary credentials: profile default: credentials missing |
any ideas of how to fix this problem?
Answer:
solved – never did aws-vault add default
. It works now.