Benchmark: SNS
Description
This section contains recommendations for configuring SNS resources.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-aws-compliance
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select SNS.
Run this benchmark in your terminal:
powerpipe benchmark run aws_compliance.benchmark.all_controls_sns
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run aws_compliance.benchmark.all_controls_sns --share
Controls
- SNS topics should be encrypted at rest
- Logging of delivery status should be enabled for notification messages sent to a topic
- SNS topic policies should prohibit cross account access
- SNS topic policies should prohibit public access
- SNS topic policies should prohibit publishing access
- SNS topic policies should prohibit subscription public access