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

梦想的初衷 提交于 2019-12-11 09:19:11

问题


I am trying to deploy micro bosh in EC2 as per http://docs.cloudfoundry.com/docs/running/deploying-cf/ec2/

I am getting (AWS::S3::Errors::AccessDenied) when executing bosh aws create

Also URL http://cloud-bosh-artifacts.s3.amazonaws.com/ returns the following:

<Error><Code>AccessDenied</Code>
  <Message>Access Denied</Message>
  <RequestId>zzzzzzzz</RequestId>
  <HostId>xxxxxxxxx</HostId>
</Error>

Is there any obvious bit of configuration that I am missing?

Thanks

Michal


回答1:


I just ran into this issue when following the same guide. It turns out that the issue is that the S3 bucket that is created (which generates its name from the BOSH_VPC_SUBDOMAIN you created in the bosh_environment file) has to be unique.

Changing that subdomain to something very specific should get the process rolling again.



来源:https://stackoverflow.com/questions/16636564/getting-access-denied-on-cloud-bosh-artifacts-s3-amazonaws-com

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!