AWS SNS integration
Publish every HowlOps alert to an SNS topic, so anything already subscribed to it picks the alert up automatically.
What this brings you
If your team already routes events through AWS SNS, whether that fans out to Lambda functions, SQS queues, another team's alerting pipeline, or a third-party integration you built yourself, connect HowlOps as a publisher and every alert lands on that same topic. You don't have to build a bridge; SNS already is one.
Setup
- In AWS, create (or choose an existing) SNS topic and note its topic ARN.
- Create an IAM user or role with
sns:Publishpermission scoped to that topic, and generate an access key pair for it. - In HowlOps, go to Settings > Notification channels > Add channel > AWS SNS.
- Enter the topic ARN and the access key / secret key from step 2.
- Save the channel, then trigger a test alert and confirm a message arrives on the topic (check any subscriber, or SNS's own delivery logs).
See also
- Integrations reference for the exact field table.
- AWS CloudWatch if you also want alerts to flow the other direction, from CloudWatch alarms into HowlOps as incidents.
Was this page helpful?