waygee
waygee
ok, found my own answer. 1. Download and install the Amazon Command Line Interface http://docs.aws.amazon.com/cli/latest/userguide/installing.html 2. Configure the command line interface http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html $aws configure 3. Request the session token $aws...
I entered the SecretAccessKey, Session Token, and AccessKeyId from the get-session-token request I made earlier, and now I am getting this error message: $ vagrant up --provider=aws Bringing machine 'default'...
ok, I had to make sure the Amazon IAM user had the correct group access. I used AmazonEC2FullAccess