

# `AWS-CreateServiceNowIncident`
<a name="automation-aws-createservicenowincident"></a>

 **Description** 

Create an incident in the ServiceNow incident table.

 [Run this Automation (console)](https://console.aws.amazon.com/systems-manager/automation/execute/AWS-CreateServiceNowIncident) 

**Document type**

Automation

**Owner**

Amazon

**Platforms**

Linux, macOS, Windows

**Parameters**
+ AutomationAssumeRole

  Type: String

  Description: (Optional) The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows Systems Manager Automation to perform the actions on your behalf. If no role is specified, Systems Manager Automation uses the permissions of the user that starts this runbook.
+ Category 

  Type: String

  Description: (Optional) The category of the incident.

  Valid values: None \$1 Inquiry/Help \$1 Software \$1 Hardware \$1 Network \$1 Database

  Default Value: None
+ Description

  Type: String

  Description: (Required) A detailed explanation on the incident.
+ Impact

  Type: String

  Description: (Optional) The effect an incident has on business.

  Valid values: High \$1 Medium \$1 Low

  Default Value: Low
+ ServiceNowInstanceUsername

  Type: String

  Description: (Required) The name of the user the incident will be created with.
+ ServiceNowInstancePassword

  Type: String

  Description: (Required) The name of an encrypted SSM Parameter containing the password for the ServiceNow user.
+ ServiceNowInstanceURL

  Type: String

  Description: (Required) The URL of the ServiceNow instance
+ ShortDescription

  Type: String

  Description: (Required) A brief description of the incident.
+ Subcategory

  Type: String

  Description: (Optional) The subcategory of the incident.

  Valid values: None \$1 Antivirus \$1 Email \$1 Internal Application \$1 Operating System \$1 CPU \$1 Disk \$1 Keyboard \$1 Hardware \$1 Memory \$1 Monitor \$1 Mouse \$1 DHCP \$1 DNS \$1 IP Address \$1 VPN \$1 Wireless \$1 DB2 \$1 MS SQL Server \$1 Oracle 

  Default Value: None

 **Document Steps** 

Push\$1incident – Pushes the incident information to ServiceNow.

 **Outputs** 

Push\$1incident.incidentID – The created incident ID.