5

I am trying to enable Eventbridge notification on S3 but I am getting this error message "Unable to validate the following destination configurations " I am not sure what's causing this. Any help would be appreciated.

hunterhacker
  • 6,378
  • 1
  • 14
  • 11
Amjad
  • 93
  • 2
  • 9

2 Answers2

14

Make sure that your SNS topic has the proper Access Policy set. In my case, the default Access Policy included an AWS:SourceOwner condition which I needed to remove in order to allow the S3 event configuration to perform the SNS:Publish action against the topic.

Josh M.
  • 26,437
  • 24
  • 119
  • 200
5

You may have an issue with the SNS access policy. There is a video of troubleshooting this issue at https://youtu.be/RjSW75YsBMM.

Kmb40
  • 2,341
  • 3
  • 18
  • 14