awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
959 stars 188 forks source link

Switch from SSE-KMS to SSE-SQS for SQS encryption at rest #427

Closed brtrvn closed 1 year ago

brtrvn commented 1 year ago

Replace the KMS key with SQS owned encryption keys for encryption at rest of the SQS queues.

This change allows EventBridge to directly interact with SQS instead of requiring a customer managed KMS key with a special key policy.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license