Custom Amazon SES permissions
To make sure your EmailOctopus Connect account is fully integrated with Amazon SES, we recommend adding the full Amazon SES permission set we mention in this guide.
If your organisation has more strict security procedures, you can also use a custom permission set. As a minimum, you would require the following permissions added to your new Amazon SES user:
{ "Version":"2012-10-17", "Statement":[ { "Sid":"VisualEditor0", "Effect":"Allow", "Action":[ "ses:CreateConfigurationSet", "ses:CreateConfigurationSetEventDestination", "ses:CreateConfigurationSetTrackingOptions", "ses:DescribeConfigurationSet", "ses:GetIdentityDkimAttributes", "ses:GetIdentityMailFromDomainAttributes", "ses:GetIdentityNotificationAttributes", "ses:GetIdentityVerificationAttributes", "ses:GetSendQuota", "ses:GetSendStatistics", "ses:ListConfigurationSets", "ses:ListIdentities", "ses:SendRawEmail", "ses:SetIdentityFeedbackForwardingEnabled", "ses:SetIdentityHeadersInNotificationsEnabled", "ses:SetIdentityNotificationTopic", "ses:UpdateConfigurationSetEventDestination", "ses:UpdateConfigurationSetTrackingOptions", "ses:VerifyEmailIdentity" ], "Resource":"*" } ] }