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

AWS Elastic Load Balancing Spoke

Manage load balancers, tags, and target groups in AWS account 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

AWS Elastic Load Balancing spoke v1.0.1 is the latest version.

Supported versions

This spoke was built for AWS Elastic Load Balancing API version 2012-06-01.

Spoke requirements

  • User with full access to AWS Elastic Load Balancing.
  • 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 dependencies

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

  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
  • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
  • Complex Object (com.glide.cobject)
  • ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
  • ServiceNow IntegrationHub Action Step - XML Parser (com.glide.hub.action_step.xmlparser)

Note: Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.

Spoke actions

The AWS Elastic Load Balancing spoke provides actions to automate AWS Elastic Load Balancing tasks when events occurs in your ServiceNow instance. Available actions include:

CategoryActionDescription
Elastic Load Balancer ManagementCreate Load BalancerCreates an application load balancer or network load balancer.
Create Load Balancer ListenerCreates a listener for the specified application load balancer or network load balancer.
Delete Load BalancerDeletes the specified application load balancer or network load balancer.
Delete Load Balancer ListenerDeletes the specified listener.
Get Account LimitsLists the Elastic Load Balancing resource limits for the AWS account.
Get Load Balancer AttributesLists the attributes for the specified application load balancer or network load balancer.
Look up ListenersRetrieves list of the specified listeners for the specified application load balancer or network load balancer.
Look up Load BalancersRetrieves list of the specified load balancers or all the load balancers.
Look up SSL PoliciesLists all policies used for SSL negotiation.
Update Load Balancer AttributesUpdates the specified attributes of the specified application load balancer or network load balancer.
Tag ManagementAdd TagsAdds the specified tags to the specified Elastic Load Balancing resource.
Delete TagsRemoves the specified tags from the specified Elastic Load Balancing resource.
Look up TagsRetrieves list of the tags for the specified resources.
Target Group ManagementCreate Target GroupCreates a target group.
Deregister TargetDeregisters the specified targets from the specified target group.
Get Target Group AttributesLists the attributes for the specified target group.
Get Target HealthLists the health of the targets.
Look up Target GroupsRetrieves details of the specified target groups or all of your target groups.
Register TargetRegisters the specified targets with the specified target group.
Update Target GroupUpdates the health checks used for evaluating the health state of the targets in the specified target group.
Update Target Group AttributeUpdates the specified attributes of the specified target group.

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 AWS Elastic Load Balancing spoke.