Configuring Support integration in ServiceNow - AWS Service Management Connector

End of support notice: On March 31, 2027, AWS will end support for AWS Service Management Connector. After March 31, 2027, you will no longer be able to access the AWS Service Management Connector console or AWS Service Management Connector resources. For more information, see AWS Service Management Connector end of support.

Configuring Support integration in ServiceNow

This section describes how to configure Support integration in ServiceNow.

To configure AWS Support integration features
  1. Set up an SQS queue (in N.Virginia (us-east-1) for Commercial regions and US West (us-gov-west-1) for GovCloud regions) to sync AWS Support cases. Name the queue, AwsServiceManagementConnectorForSupportQueue, to align with the default name in the ServiceNow System Properties for the AWS Support integration. For more information, see Getting started with Amazon SQS.

  2. Set up an Amazon EventBridge rule to detect changes to AWS Support Cases and push these to the queue. For more information, see Getting started with Amazon EventBridge.

The rule should have this event pattern and point to the SQS queue created in Step 1.

"EventPattern": { { "detail-type": ["Support Case Update"], "source": ["aws.support"] } }
Note

You can use baseline CloudFormation tempates for the Connector for ServiceNow to automate the Support integration features. For more information, see Baseline Permissions.

To create the required SQS queue and EventBridge rule, use Connector for ServiceNow - AWS Support Commercial Regions, and Connector for Service Management - AWS Support GovCloud West Region.