How do I resolve HTTP 400 "AccessDeniedException" errors from Amazon SNS?

1 minute read
0

I want to resolve the HTTP 400 "AccessDeniedException" error I get when my Amazon Simple Notification Service (Amazon SNS) topic tries to publish messages to another AWS resource.

Resolution

  1. Update your resource's AWS Identity and Access Management (IAM) resource-based policy to allow Amazon SNS access to the resource. For more information, see Editing IAM policies in the AWS IAM User Guide.
  2. Verify that your resource's IAM resource-based policy doesn't include any Deny statements that explicitly deny your Amazon SNS topic access to the resource.
    Note: AWS Lambda function IAM resource-based policies don't include the option to add an explicit deny statement.

Related information

Access management for AWS resources

Amazon SNS event destinations

AWS OFFICIAL
AWS OFFICIALUpdated 4 months ago