How can a Cloudfront distribution an AWS KMS key to GET an S3 image encrypted at rest?
问题 I would like to use AWS's Server Side Encryption (SSE) with the AWS Key Management Service (KMS) to encrypt data at rest in S3. (See this AWS blog post detailing SSE-KMS.) However, I also have the requirement that I use Cloudfront Presigned URLs. How can I set up a Cloudfront distribution to use a key in AWS KMS to decrypt and use S3 objects encrypted at rest? (This Boto3 issue seems to be from someone looking for the same answers as me, but with no results). 回答1: This was previously not