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 Risposta
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
con risposta un anno fa
  • 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.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande