Terraform AWS SNS
SNS topics and subscriptions with KMS encryption, topic policies, delivery policies, dead letter configuration, and controlled fan out of events and notifications.
Controls Enforced
The following compliance controls are enforced by this module at terraform plan time.
- SNS topics should be encrypted at rest low effort
Quick Start
module "sns" {
source = "acscessentialeight.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "acscism2023.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "awscontroltower.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "awsgenai.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "awswellarchitected.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "cccsmedium.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "cfrpart11.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "cis.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "cisv500.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "cisv600.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "cisv80ig1.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "cisacyberessentials.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "eugmpannex11.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "fedramplow.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "fedrampmoderate.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "ffiec.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "gdpr.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "hipaa.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "iso27001.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "nis2.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "nist800171.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "nist80053.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "nistcsf.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "nydfs23.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "pcidss.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "rbicybersecurity.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "rbiitfnbfc.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
module "sns" {
source = "soc2.compliance.tf/terraform-aws-modules/sns/aws"
version = "<version>"
# ... your arguments here
}
See the Get Started guide to get started and read the Features section for more details on how to customize the module for your requirements.
Migration from Upstream
Already using terraform-aws-modules? Change only the source URL:
module "sns" {
source = "terraform-aws-modules/sns/aws"
version = "1.0"
}
module "sns" {
source = "soc2.compliance.tf/terraform-aws-modules/sns/aws"
version = "1.0"
}
Same arguments. Same outputs. Compliance controls are enforced automatically at terraform plan. If a required value is missing, you get a clear validation error telling you what to set.
See the Migration Guide for step-by-step instructions.
Reversibility
No lock-in. Switch back by reverting the source URL to the upstream path:
module "sns" {
source = "terraform-aws-modules/sns/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
ISM-1059: Handling media
Data protection
SC-28(1): Cryptographic Protection
11.30 Controls for open systems
Your Data-1
Your Data-2
Your Systems-3
7.1 Data Storage - Damage Protection
Use of Cryptography (SC-13)
Protection of Information at Rest (SC-28)
Use of Cryptography (SC-13)
Article 32 Security of processing
164.308(a)(1)(ii)(B) Risk Management
164.308(a)(4)(ii)(A) Isolating health care clearinghouse functions
164.312(a)(2)(iv) Encryption and decryption
164.312(e)(2)(ii) Encryption
A.8.3 Information access restriction
A.8.11 Data masking
A.8.24 Use of cryptography
3.13.11 Employ FIPS-validated cryptography when used to protect the confidentiality of CUI
3.13.16: Protect the confidentiality of CUI at rest.
AU-9(3) Cryptographic Protection
CP-9(d)
SC-8(3) Cryptographic Protection For Message Externals
SC-8(4) Conceal Or Ramdomize Communications
SC-13(a)
SC-28(1): Cryptographic Protection
3.5.1: Primary account number (PAN) is secured wherever it is stored.
8.3.2: Strong authentication for users and administrators is established and managed.
8.3.2: Strong cryptography is used to render all authentication factors unreadable during transmission and storage on all system components
Annex I (1.3)
CC6.2 Prior to issuing system credentials and granting system access, the entity registers and authorizes new internal and external users whose access is administered by the entity
PI1.4 System outputs are complete, accurate, distributed only to intended parties, and retained to meet the entity's processing integrity commitments and system requirements
Framework Coverage
Which controls from this module are active under each framework endpoint. ● enforced by default · ○ not activated by this endpoint
| Control | ACSC ISM March 2023 | AWS Well-Architected Framework v10 | CCCS Medium Cloud Control Profile | Title 21 CFR Part 11 | CISA Cyber Essentials | EU GMP Annex 11 | FedRAMP Low Baseline Rev 4 | FedRAMP Moderate Baseline Rev 4 |
|---|---|---|---|---|---|---|---|---|
| SNS topics should be encrypted at rest | ● | ● | ● | ● | ● | ● | ● | ● |
Showing top 8 frameworks by coverage. All framework endpoints →