DEV Community

Integrating AWS with Service now Developer instance

In this blog we are going to see how to integrate AWS with Service now developer instance for enabling ITSM services for AWS.

Create a service now developer instance.

First and foremost, we need to request for a service now developer instance. To request, navigate to https://developer.servicenow.com/dev.do and click on "Sign up and start building"

Image description
Provide the Name, email address and password to signup to the developer environment.

Image description
Once sign up is completed, you will get a confirmation email.
You need to request an instance in any available region. Once the instance is allocated to your email address you can access the instance by logging to the developer environment anytime.
In order to login to your Service now developer environment, navigate to https://signon.service-now.com/x_snc_sso_auth.do?pageId=username URL.
After successfully authenticating to the webpage, click on "start building" to start the developer instance.

Image description
The developer instance will start, and you should be able to view your service now instance page.

Image description

Obtaining the AWS Update Sets

Any application can be integrated with service now using either service now store(marketplace) or via update sets. Developer instance doesn't support store apps hence many vendors has released update sets for integration.
To download AWS update sets, please visit https://servicecatalogconnector.s3.amazonaws.com/AWS_SC_update_set_5.0.0xml.zip
Download the update set file to your local machine.

Deploying update set in Service now instance

Navigate to your developer instance page, expand All in the top left corner and search for update sets. Click on retrieved update set.

Image description

In the retrieved update set page, click on "Import Update Set from XML" .

Image description

Click on choose file to select the downloaded zip file and click on upload to upload the xml file.

Image description
Once the update set got imported, click on the update set and click on "Preview update set".

Image description

Image description

The update set will get updated and is now ready to commit. Click on Commit update set to apply the update set and create the application. This procedure should complete 100%.

Image description

Configuring AWS account in Service Now

AWS provides a guided setup to configure the account in the service now instance. Inorder to configure, click on All and search for "AWS Service Management Connector". Under "AWS service management connector" click on guided setup.

Image description
In the guided setup page, click on "Get started" to initiate the configuration.

Image description

You can mark the 1st task as complete as it is to configure AWS account if you don't have one already.

Image description
Go back to the guided setup and follow the steps mentioned in the section "ServiceNow Administrator configuration". Once completed click the section "Mark as complete"

Once done, navigate back to the guided setup, click on "get started" under "AWS Account configuration and validation"

Image description

Click on configure.

Image description
In the aws account configuration screen, click on New.
The pre-requisite to perform the integration is to create two IAM users, One user will be used to sync the settings(aws roles need to be assigned to this user based on the services you are enabling via service now) and the other one is an end user account with no special permissions.

Image description

Once done, validate the account and "Mark as complete".

The above three sections in the guided setup will enable a communication between AWS and Service now.
To configure any specific service like service catalog, security hub etc, follow the steps mentioned in the respective section under guided setup.

I wrote a blog on how can we use Service now to request AWS services and can be found here.

Hope this blog is informational to you, please let me know your feedback.

Top comments (0)