vagrant-aws icon indicating copy to clipboard operation
vagrant-aws copied to clipboard

AuthFailure => Credential must have exactly 5 slash-delimited elements

Open leto opened this issue 10 years ago • 1 comments

I am new to using this Vagrant provider, so perhaps I am doing immensely silly, but I am getting the following error when trying to "vagrant up" (vagrant-aws 0.6.0 and vagrant 1.7.1) on OS X:

 INFO interface: error: There was an error talking to AWS. The error message is shown
below:

AuthFailure => Credential must have exactly 5 slash-delimited elements, e.g. keyid/date/region/service/term, got '[\"REALLY SECRET DONT TELL...\\r\",'
There was an error talking to AWS. The error message is shown
below:

using this configuration in my Vagrantfile: https://gist.github.com/leto/97e7c15cc4ff3b700d5a .

It seems that the plugin is talking to AWS in a way it doesn't like which relates to building a credential string.

Full gory details of VAGRANT_LOG=info vagrant up dev at https://gist.github.com/leto/042f282c807938edbb75

Please let me know if I am using this plugin incorrectly or how I can help debug this issue further.

leto avatar Feb 18 '15 17:02 leto

Verify that each attribute is in the right place, you may have confused the accessKeyId with secretAccessKey

dalthonmh avatar Oct 11 '19 16:10 dalthonmh