KBHS-00719: Error 'AccessDenied'

0

We are getting below error while using AWS S3 bucket for RMAN Backups. Everything else (config/setup) is fine and tested but unable to run backups

KBHS-00719: Error 'AccessDenied'; User: arn:aws:sts::accnt:assumed-role/role/role is not authorized to perform: s3:GetBucketLocation on resource: "arn:aws:s3:::mybucket" with an explicit deny in a resource-based policy

Please advice what we missing.

1 Answer
0

Check the IAM policies on your role and ensure that you are allowing 's3:GetBucketLocation' on the 'arn:aws:s3:::mybucket'.

Second, check the bucket policy on the specific bucket to ensure it is not blocking your action.

Hope this helps.

profile pictureAWS
EXPERT
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions