Cross account connection between two AWS accounts on same zone

0

I would like to create cross account connection between two AWS accounts. I have S3 bucket location and KMS key for target account S3 bucket. How do I create cross account connection between both of these?

Thanks!

1回答
1

You don’t technically create a cross account connection.

You have to grant access to the S3 bucket and to the KMS key in the target account using policies.

Please find the 2 pages you will require to grant access

https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-walkthroughs-managing-access-example2.html

https://docs.aws.amazon.com/kms/latest/developerguide/key-policy-modifying-external-accounts.html#

Of course the user/role in source account will need permissions to access s3 resources and Kms functions set in source account also.

profile picture
エキスパート
回答済み 1年前
profile picture
エキスパート
レビュー済み 1年前
  • Thanks, Gary for your input and resource links. I am currently working on creating cross account connection.

  • If this answer solves your question, please be sure to accept the answer to help others

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

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

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

関連するコンテンツ