-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Description
Hi,
Following the instructions in the docs, I get an AuthFailure from Amazon -- apparently I am not authorized to access the AMI listed in the docker Vagrantfile. Here is what shows up on my screen when I attempt to follow the above-linked instructions:
$ vagrant up --provider=aws
Bringing machine 'default' up with 'aws' provider...
[default] Warning! The AWS provider doesn't support any of the Vagrant
high-level network configurations (`config.vm.network`). They
will be silently ignored.
[default] Launching an instance with the following settings...
[default] -- Type: t1.micro
[default] -- AMI: ami-ae9806c7
[default] -- Region: us-east-1
[default] -- SSH Port: 22
[default] -- Keypair: AstrawVagrantKeyPair
[default] -- Security Groups: "quicklaunch-1"
There was an error talking to AWS. The error message is shown
below:
AuthFailure</Code><Message>Not authorized for images: [ami-ae9806c7]</Message></Error></Errors><RequestID>5602a561-fcf9-4fcf-94cf-4cc038afe790</RequestID></Response>", :headers=>{"Transfer-Encoding"=>"chunked", "Date"=>"Sun, 31 Mar 2013 22:34:52 GMT", "Cneonction"=>"close", "Server"=>"AmazonEC2"}, :status=>400, :remote_ip=>"72.21.215.33"}, @body="<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Response><Errors><Error><Code>AuthFailure => Not authorized for images: [ami-ae9806c7]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels