Amazon SQS queues should be encrypted at rest
Identifier
sqs-enable-at-rest-encryption
Category
Protect > Data protection > Encryption of data at rest
Description
This control checks whether Amazon Simple Queue Service (SQS) queues are encrypted at rest using AWS Key Management Service (KMS). Encryption at rest protects the contents of SQS messages while stored, ensuring data confidentiality and compliance with security policies. This is verified by ensuring the kms_master_key_id attribute is set in the Terraform configuration for the aws_sqs_queue resource.
Non Compliant Example
Remediation
To remediate this issue, enable encryption by specifying a valid KMS key ARN in the kms_master_key_id attribute: