Terraform AWS SQS
SQS queues with server side encryption, access policies, FIFO options, visibility timeout, redrive policies, and dead letter queues for durable message processing.
Controls enforced
These compliance controls are checked at terraform plan time.
Quick start
See the Get Started guide and Registry Endpoints for details on how to customize the module for your requirements.
Migration from upstream
Already using terraform-aws-modules? Change only the source URL:
module "sqs" {
source = "terraform-aws-modules/sqs/aws"
version = "1.0"
}module "sqs" {
source = "soc2.compliance.tf/terraform-aws-modules/sqs/aws"
version = "1.0"
}Same arguments. Same outputs. Controls are checked at terraform plan. See the Migration Guide for step-by-step instructions.
Reversibility
No lock-in. Switch back by reverting the source URL:
module "sqs" {
source = "terraform-aws-modules/sqs/aws"
}Run terraform init -upgrade. Terraform state is unchanged — same resource addresses, same provider, no compliance.tf-specific resources. Controls you already applied remain in AWS.
Mapped compliance frameworks
Framework coverage
Which controls from this module are active under each framework endpoint.
| Control | ISO/IEC 27001:2022 | Cybersecurity Framework v2.0 | Well-Architected Framework v10 |
|---|---|---|---|
| SQS queues should have a dead-letter queue configured | ○ | ○ | ○ |
| SQS queues should have encryption at rest enabled | ● | ● | ● |
| SQS queues should be encrypted with KMS CMK | ● | ● | ● |
● enforced by default · ○ not activated by this endpoint