1 Answer
- Newest
- Most votes
- Most comments
1
Hello, rik2803,
I reviewed your post and did some research internally here at AWS, noting a case opened (and closed) the same date this post was entered. I see from that case you believe you found the solution, but I wanted to provide a link to SES documentation on the topic of "Sending Authorization" (1) for reference. If you do need assistance, you can reopen the case you previously closed.
RESOURCES
- Using sending authorization with Amazon SES - https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html
- Sending emails for the identity owner for Amazon SES sending authorization - https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-delegate-sender-tasks-email.html
Relevant content
- asked 10 months ago
- asked a year ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 9 months ago

Thanks for the feedback Ron, that's exactly how I solved it. I wanted the notifications to be sent to the AWS account that owns the SES identity, but was a bit misled because the SES console does not allow SNS topics in other accounts when configuring the notification destination. Turned out that this is possible using the AWS CLI. Of course, I had to update the topic access policy.
Everything is working as expected.
Could I clarify what needs to be done? Does the delegate sender account need to create its own configuration set and then forward notifications to the main account? It is not clear as the error is saying ConfigurationSetDoesNotExist but it doesn't specify if this is a permission issue accessing the main account or it is an issue on the delegate sending account.