My developer is unable to access my s3 bucket due to a disabled region (how can he enable this region)

0

My developer continually receives this message when he tries to access our S3 bucket:

error message when accessing bucket

When checking regions we have found that the region of the bucket Cape Town (Africa) is disabled for him. region disabled

I created a policy for him to be able to enable/disable regions:

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ec2:EnableRegion", "ec2:DisableRegion" ], "Resource": "*" } ] }

But when he goes to the drop down and selects Manage regions, he gets taken to this page:

Enter image description here

Which leads to a request to upload cc info etc.

Other permissions given:

  • FullS3Access
  • MultiRegion Access

Please help!

已提問 1 年前檢視次數 347 次
1 個回答
0

Are you talking about 2 different AWS accounts because regions are enabled at the account level and not for individual IAM users? https://docs.aws.amazon.com/general/latest/gr/rande-manage.html

AWS
已回答 1 年前
  • It's 1 AWS account. That's what I thought but somehow I have Africa (Cape Town) enabled and my developer, when logging into the same account, doesn't have that region enabled.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南