ServiceNow CMDB CI relationship sync: faster, more complete →
Mods
ServiceNow

Policy: AWS > EC2 > Instance > ServiceNow > Table > Definition

The policy enables the definition of ServiceNow table properties, including its name and the base table from which it extends, and details the specific columns required for representing AWS > EC2 > Instance data.

Resource Types

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Controls

Policy Specification

Schema Type
object
Default
table:
name: guardrails_aws_ec2_instance
label: AWS > EC2 > Instance
extendsTable: cmdb_ci
columns:
- name: account_id
label: Account ID
type: string
- name: ami_launch_index
label: AMI Launch Index
type: integer
- name: architecture
label: Architecture
- name: arn
label: ARN
- name: instance_id
label: Instance ID
- name: instance_type
label: Instance Type
- name: key_name
label: Key Name
- name: launch_time
label: Launch Time
- name: network_interfaces
label: Network Interfaces
type: string
size: 1000
- name: placement_availability_zone
label: Placement Availability Zone
- name: private_ip_address
label: Private Ip Address
- name: public_dns_name
label: Public DNS Name
- name: public_ip_address
label: Public IP Address
- name: region
label: Region
type: string
- name: security_groups
label: Security Groups
type: string
size: 1000
- name: subnet_id
label: Subnet ID
- name: tags
label: Tags
type: string
size: 1000
- name: virtualization_type
label: Virtualization Type
- name: vpc_id
label: VPC ID

Category

In Your Workspace

Developers