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

Amazon VPC Spoke

Provision a logically isolated section of the AWS cloud using Amazon VPC and launch the required AWS resources in a virtual network, from your ServiceNow instance.

Request apps on the Store

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.

Integration Hub subscription

This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

Spoke version

Amazon VPC spoke v1.0.3 is the latest version.

Spoke dependencies

If you’re having trouble installing the app, ensure that these dependent plugins are installed:

  • ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
  • Complex Object (com.glide.cobject)
  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
  • ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
  • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)

Note: Some of these plugins are licensable features and require an appropriate license if used outside the spoke implementation. For information on licenses, contact your account manager.

Supported version

This spoke was built for API version 2016-11-15, but may be compatible with later versions.

Note: If you use different API version, ensure that you change the API version in all spoke actions.

Spoke requirements

  • User with full access to Amazon VPC.
  • Access Key ID and Secret Access Key of the user. Record these values for later use.

For more information about creating user in IAM and providing the required access, see Understanding and Getting Your Security Credentials page on the AWS Documentation site.

Spoke subflows

The Amazon VPC spoke provides sample subflows to demonstrate automating Amazon VPC tasks. To customize a sample subflow, copy it to a new application scope. Available sample subflows include:

SubflowDescription
Delete SubnetDeletes the specified subnet. Before you delete the subnet, you must terminate all the running instances in the subnet.
Delete VPCDeletes the specified VPC. Before you delete the VPC, you must terminate all the associated instances.

Spoke actions

The Amazon VPC spoke provides actions to automate Amazon VPC tasks when events occur in ServiceNow. Available actions include:

CategoryActionDescription
Network & Security Group ManagementAdd Egress Rules To A Security GroupAdds the specified egress rules to a security group.
Add Ingress Rules To A Security GroupAdds the specified ingress rules to a security group.
Create Security GroupCreates a security group.
Delete Egress Rules From Security GroupRemoves the specified egress rules from security group. Values must match the existing rule's values exactly.
Delete Ingress Rules From Security GroupAdds the specified ingress rules to a security group.
Delete Security GroupDeletes a security group.
List Security GroupsLists the specified security groups or all of your security groups.
Lookup Security GroupRetrieves the specified security group.
Virtual Private Cloud ManagementCreate SubnetCreates a subnet in an existing VPC.
Create VPCCreates a VPC with the specified IPv4 CIDR block and can optionally request an IPv6 CIDR block for the VPC.
Delete NAT GatewayDeletes the specified NAT gateway. Deleting a NAT gateway disassociates its Elastic IP address, but does not release it.
Delete Route TableDeletes the specified route table. You must disassociate the route table from any subnets before you can delete it.
Delete SubnetDeletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet.
Delete VPCDeletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it or use Delete VPC subflow.
Delete VPC Peering ConnectionDeletes a VPC peering connection. Either the owner of the requester VPC or the owner of the accepter VPC can delete the VPC peering connection if it's in the active state.
Detach Internet GatewayDetaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC.
Detach Route TableDisassociates a subnet from a route table.
List Internet GatewaysRetrieves the details of the required internet gateways.
List NAT GatewaysRetrieves the details of the required NAT gateways.
List Route TablesRetrieves the details of the required route tables.
List SubnetsRetrieves the details of the required subnets in an existing VPC.
List VPC Peering ConnectionsRetrieves the details of the required VPC peering connections.
Virtual Private Network ManagementDetach VPN GatewayDetaches a virtual private gateway from a VPC.
List VPN GatewaysRetrieves the details of the required virtual private gateways.

Connection and credential alias requirements

Integration Hub uses aliases to manage connection and credential information, and OAuth credentials. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection.

For information about setting up the spoke, see Set up the Amazon VPC spoke.