S3 replication buckets from 2 regions

0

I have lambda function in region X and I have s3 bucket in region x and region y. the lambda create replication rule for those 2 bucket (from region x and region y). the lambda role and replicate role has policy to all actions in s3. currently the replication code in the lambda failed with access denided . which policy need to be on bucket in region x and bucket in region y?

Brachy
質問済み 3ヶ月前129ビュー
1回答
0

Can you share a little bit more about the use case? Why are you using a lambda function for replication and not just the native S3 replication feature?

AWS
David C
回答済み 3ヶ月前
  • because it for our automation when we add new region, we would like that all the bucket services will mark as replication of master region.

  • Please take a look at this blog that explains how to give a lambda function, cross region and cross account access to S3 Buckets.

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

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

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

関連するコンテンツ