How to integrate AWS Cloud-Watch with SNOW (Event Management) for receiving Alerts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2021 03:53 PM
Hi There,
There is an the initiative to integrate AWS Cloud-Watch with SNOW (Event Management) for Alerts to be sent to our Production Operations for Production Cloud Server monitoring.
Do anyone know if there is a ServiceNow connector for this integration or how anyone would normally recommend integrating this?
The integration needs to take place fairly quickly.
Thanks for any feedback you can provide around this.
Shaun
- Labels:
-
Event Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2021 01:33 PM
HI,
Table API allows your to perform Read, post,put calls to that table directly with basic authentication.
You can use that Cloud watch API but that is more on demand and not proactive.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2021 01:19 PM
Hi Ashutosh,
Just a follow up around this integration, is the listener transform script that is configured for SNS messages, can it be configured to accept alerts through lambda?
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2021 08:29 PM
Table API means - Posting data into Em_event table REST API which points to em_event table.
To insert records in the event [em_event] table with a single call, use this web service API:
https://<instancename>.service-now.com/api/global/em/jsonv2
Details here-
https://docs.servicenow.com/bundle/paris-it-operations-management/page/product/event-management/task/send-events-via-web-service.html
I see something in app store - Cloud Watch Spoke but it needs Service Now Integration Hub also.
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 03:51 AM
Hi Team,
Did any one find the way to integrate CloudWatch event to ServiceNow event. The paris url is not working