amazon s3 - Getting access denied on cloud-bosh-artifacts.s3.amazonaws.com -


i trying deploy micro bosh in ec2 per http://docs.cloudfoundry.com/docs/running/deploying-cf/ec2/

i getting (aws::s3::errors::accessdenied) when executing bosh aws create

also url http://cloud-bosh-artifacts.s3.amazonaws.com/ returns following:

<error><code>accessdenied</code>   <message>access denied</message>   <requestid>zzzzzzzz</requestid>   <hostid>xxxxxxxxx</hostid> </error> 

is there obvious bit of configuration missing?

thanks

michal

i ran issue when following same guide. turns out issue s3 bucket created (which generates name bosh_vpc_subdomain created in bosh_environment file) has unique.

changing subdomain very specific should process rolling again.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -