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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则