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
