Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

AWS CloudWatch Event Connector

Deepa Biyani2
Tera Contributor

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?

5 REPLIES 5

Amitoj Wadhera
Kilo Sage

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