2 Answers
- Newest
- Most votes
- Most comments
1
One of the reasons for the validation failure could be an incorrect or misspelled ARN. Or it could be the event types that trigger the SNS notifications. Verify the bucket configuration to make sure it is properly setup to receive event notifications. Specifically it can trigger the right SNS topic. In addition, double check on the regions where the S3 and SNS services are created and the validations will fail if they are in different regions.
answered 2 years ago
0
In SNS topic access policy change the "AWS:SourceOwner" to "AWS:SourceAccount" and add "ArnLike": { "aws:SourceArn": "arn:aws:s3:::your bucket name" }
Then it will work.
answered 7 months ago
Relevant content
- Accepted Answerasked 4 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago