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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南