{"slug":"iam-aws-sns","cloud":"aws","service":"sns","title":"AWS SNS (IAM)","description":"Amazon Simple Notification Service (SNS) coordinates message delivery between publishers and subscribers.","category":"messaging","common_permissions":["sns:CreateTopic","sns:DeleteTopic","sns:ListTopics","sns:GetTopicAttributes","sns:TagResource","sns:UntagResource","sns:ListSubscriptions","sns:ListSubscriptionsByTopic"],"least_privilege_example":"{\n  \"Version\": \"2012-10-17\",\n  \"Statement\": [\n    {\n      \"Effect\": \"Allow\",\n      \"Action\": [\n        \"sns:CreateTopic\",\n        \"sns:DeleteTopic\",\n        \"sns:ListTopics\",\n        \"sns:GetTopicAttributes\",\n        \"sns:TagResource\",\n        \"sns:UntagResource\",\n        \"sns:ListSubscriptions\",\n        \"sns:ListSubscriptionsByTopic\"\n      ],\n      \"Resource\": \"*\"\n    }\n  ]\n}","warnings":["Avoid sns:* — grants full control including deletion of topics and subscriptions.","Avoid sns:Publish without conditions — can cause unexpected costs from message delivery."],"docs":"https://servicereference.us-east-1.amazonaws.com/v1/sns/sns.json","tags":["iam","aws"],"last_verified":"2026-06-14T00:00:00.000Z","next_check":"2026-12-11T00:00:00.000Z","created_at":"2026-06-14T04:48:32.466Z","updated_at":"2026-06-14T04:48:32.466Z"}