AWS S3 object encryption and share

0

How do I share a large file (100GB) to an external AWS account? I also want to encrypt it. Can I use KMS CMK? What sorts of IAM permissions are required to achieve this task?

2回答
0

Hello.

The following documents may be helpful.
https://repost.aws/knowledge-center/cross-account-access-s3

Sharing can be done by setting a bucket policy in S3 that allows the IAM user or IAM role of the AWS account you wish to share to the bucket policy.

Other replication from S3 to S3 is also possible.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication-walkthrough-2.html

If the S3 is encrypted with KMS CMK, a key policy must be set so that the CMK can be used by the AWS account to which it is shared.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication-config-for-kms-objects.html#replications

profile picture
エキスパート
回答済み 7ヶ月前
0

Apart from above, you may look into signed URLs to allow externals to temporarily download the file from s3: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html

profile picture
エキスパート
回答済み 7ヶ月前

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

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

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

関連するコンテンツ