AWS CloudWatch Event Connector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 07:24 PM
I want to integrate AWS CloudWatch alarms with ServiceNow Event management and want to use the OOB AWS push connector for that. However, I am not very sure of the authentication method supported by this integration. Does it support OAuth or only basic or both? Can someone please provide some guidance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2025 12:56 AM - edited 10-09-2025 12:57 AM
Hi @Deepa Biyani2 ,
You’ll need to create an API key to replace basic authentication. Since AWS SNS doesn’t allow adding custom headers (like an API key), the best approach is to include the key directly in the endpoint URL itself. That’s the only available option in this case.
Example:
https://yourinstance.service-now.com/api/sn_em_connector/em/inbound_event?source=aws&sys_id=<sys_id>&x-sn-apikey=<your_api_key_token>
Please appreciate the efforts of community contributors by marking appropriate response as Mark my Answer Helpful or Accept Solution this may help other community users to follow correct solution in future.
Regards,
Amitoj
