S3 Cross Region Replication Failure

0

Hey, I am trying to execute cross region replication for s3 object for a partticular prefix with KMs Enabled. I am Getting Error (Failure Reason) - SrcGetObjectNotPermitted. I am giving the [s3:GETObjectVersionForReplication ] Action to IAM Role policy that is attached to replication iam role. Can you please help!!

質問済み 1年前829ビュー
2回答
0

Most likely the s3:GetObjectVersionForReplication permission may be missing for the source bucket. You can refer the document for more detail. https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication-failure-codes.html

AWS
回答済み 1年前
0

SrcGetObjectNotPermitted simply means that the IAM role was not allowed to perform a successful GET on the source object. Sometimes, it might be KMS encryption related. You can also check CloudTrail for KMS errors at the time of the replication failure. Decrypt, Encrypt or GenerateDataKey errors might give you some clues into what KMS permissions are required for a successful replication https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication-config-for-kms-objects.html#replication-kms-permissions

profile pictureAWS
回答済み 10ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ