Error when trying to configure a delivery server for sending through "Amazon SES"

fabyc

Active Member
Hi.

When trying to configure a delivery sever "Amazon SES" and then when I click on "Validate server", I get this error:
User: arn:aws:iam::123456789012:user/SESuser is not authorized to perform: SNS:CreateTopic on resource: arn:aws:sns:us-east-1:123456789012:MWZSESHANDLER

I have configured the credentials like this:

Hostname: email-smtp.us-east-1.amazonaws.com
Access Key ID: myKeyID
Secret Access Key: mySecretAccessKey
From email: myAmazonSESemailAddressforSendingEmails

I have full permissions (policy AmazonSESFullAccess) for using AmazonSES to the user SESuser.

Is it something needed for making work?

Thanks
 
I have full permissions (policy AmazonSESFullAccess) for using AmazonSES to the user SESuser.
Thing is the error says:
User: arn:aws:iam::123456789012:user/SESuser is not authorized to perform: SNS:CreateTopic on resource: arn:aws:sns:us-east-1:123456789012:MWZSESHANDLER

Which means you have assigned the permissions to the user AFTER you have generated the api keys.
This time, assign the Poweruser access to the given user, THEN create the api keys.
 
Back
Top