Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

AWS Kinesis discovery with Patterns

The ServiceNow® Discovery application uses the Amazon Kinesis discovery pattern to find Kinesis services available on Amazon Web Services (AWS).

Kinesis is a managed, scalable, AWS cloud-based service that allows real-time processing of streaming large amount of data per second. AWS Kinesis contains four types of services:

  • Kinesis Video Streams - capture, process, and store video streams for analytics and machine learning.
  • Kinesis Data Streams - a fully-managed streaming data service.
  • Kinesis Data Firehose - load data streams into AWS data stores.
  • Kinesis Data Analytics- process and analyze streaming data.

Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

Prerequisites

  • Install the Discovery and Service Mapping Patterns application from the ServiceNow Store.
  • Verify the following plugin versions:
    • Discovery and Service Mapping Patterns 1.0.93 or later (sn_itom_pattern)
    • CMDB CI Class Models version 1.40.0 or later (sn_cmdb_ci_class)

Verify the REST API Permissions

Download the Cloud Discovery patterns spreadsheet so you can grant user permissions required for running the Discovery patterns. In addition to permissions, the spreadsheet also includes useful information such as pattern names, types, CI Classes, and links to vendor documentation. New patterns are available quarterly, so check periodically to be sure you have the latest version of the spreadsheet.

Note: You can test the AWS REST APIs using Postman API platform. For more information, see the How to test AWS REST API using POSTMAN [KB0782183] article in the Now Support Knowledge Base.

Data collected by Discovery during horizontal discovery

The discovered data includes the following fields in the Cloud Database [cmdb_ci_aws_kinesis] table.

FieldDescription
Object IDStream resource name.
NameThe name of the stream. - Kinesis Data - cmdb\_ci\_aws\_kinesis\_data - Kinesis Video - cmdb\_ci\_aws\_kinesis\_video - Kinesis Firehose - cmdb\_ci\_aws\_kinesis\_firehose - Kinesis Data Analytics - cmdb\_ci\_aws\_kinesis\_data\_analytics
StatusThe status of the stream.

Configuration item (CI) relationships

CIRelationshipCI
AWS Kinesis DataHosted on::HostsAWS Datacenter
AWS Kinesis VideoHosted on::HostsAWS Datacenter
AWS Kinesis FirehoseHosted on::HostsAWS Datacenter
AWS Kinesis Data AnalyticsHosted on::HostsAWS Datacenter

Parent Topic:AWS discovery using patterns