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
Post a Comment