{"slug":"iam-aws-ses","cloud":"aws","service":"ses","title":"AWS SES (IAM)","description":"Amazon Simple Email Service (SES) is a cloud-based email sending service designed to send marketing, notification, and transactional emails.","category":"messaging","common_permissions":["ses:GetSendQuota","ses:ListIdentities","ses:GetAccount","ses:ListTemplates","ses:GetTemplate","ses:ListRuleSets","ses:GetRuleSet","ses:ListContacts"],"least_privilege_example":"{\n  \"Version\": \"2012-10-17\",\n  \"Statement\": [\n    {\n      \"Effect\": \"Allow\",\n      \"Action\": [\n        \"ses:GetSendQuota\",\n        \"ses:ListIdentities\",\n        \"ses:GetAccount\",\n        \"ses:ListTemplates\",\n        \"ses:GetTemplate\",\n        \"ses:ListRuleSets\",\n        \"ses:GetRuleSet\",\n        \"ses:ListContacts\"\n      ],\n      \"Resource\": \"*\"\n    }\n  ]\n}","warnings":["Avoid ses:* — grants full control including creating, updating, and deleting identities, templates, rule sets, and contacts","Avoid ses:DeleteIdentity and ses:DeleteTemplate — can remove verified sending identities or email templates"],"docs":"https://servicereference.us-east-1.amazonaws.com/v1/ses/ses.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:51:18.801Z","updated_at":"2026-06-14T04:51:18.801Z"}