Amazon RDS Spoke
-
- UpdatedJan 30, 2025
- 4 minutes to read
- Yokohama
- Now Platform Capabilities
Integrate ServiceNow instance with Amazon Relational Database Service (RDS). Manage the process of performing various operations like set up, operate, and scale on Amazon RDS using this spoke.
Request apps on the Store
Visit the ServiceNow Store website 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 RDS spoke v1.0.5 is the latest version.
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)
Supported Versions
This spoke was built for API version 2014-09-01 and 2014-10-31, but may be compatible with later versions.
Spoke Requirements
- User with full access to Amazon RDS.
- Access Key ID and Secret Access Key of the user. Record these values for later use.
Spoke flows and subflows
This spoke has no flows and subflows.
Spoke actions
The Amazon RDS spoke provides actions to automate Amazon RDS tasks when events occurs in ServiceNow. Available actions include:
Category | Action | Description |
---|---|---|
Account Management | List Account Attributes | Retrieves the list of attributes of an account. |
List Certificates | Retrieves the list of certificates of an account. | |
DB Engines Management | List DB Engines | Retrieves the list of available database (DB) engines. |
Default | Generate Random Password | Generates a random password. |
DB Instance Management | Create DB Instance | Creates an instance of DB. |
Create DB Instance Read Replica | Creates a read replica of a DB instance. | |
Delete DB Instance | Deletes an existing provisioned DB instance. Note: When you delete a DB instance, all
the automated backups of that instance are also deleted and cannot be
recovered. |
|
List DB Instances | Retrieves the list of provisioned DB instances. | |
List Reserved DB Instances | Retrieves the list of reserved DB instances. | |
Promote DB Instance Read Replica | Promotes a read replica of a DB instance to standalone DB instance. | |
Reboot DB Instance | Reboots a DB instance. | |
Restore DB Instance From DB Snapshot | Creates a DB instance from a DB snapshot. | |
Start DB Instance | Starts a DB instance. | |
Stop DB Instance | Stops a DB instance. | |
DB Snapshots Management | Create DB Snapshot | Creates a snapshot of a DB instance. |
Delete DB Snapshot | Deletes a snapshot of a DB instance. | |
List DB Snapshots | Retrieves the list of snapshots of a DB instance. | |
Update DB Snapshot | Updates a snapshot of a DB instance. | |
Event Management | Create Event Subscription | Creates an RDS event notification subscription. |
Delete Event Subscription | Deletes an event notification subscription. | |
List Event Categories | Retrieves a list of categories for the specified or all event source types. | |
List Event Subscriptions | Retrieves a list of all subscription descriptions of a customer account. | |
List Events | Retrieves a list of events of the RDS resources. | |
Update Event Subscription | Updates an existing event notification subscription. | |
Groups Management | Create DB Parameter Group | Creates a DB parameter group. |
Create DB Subnet Group | Creates a DB subnet group. Note: A DB subnet group must contain at least one subnet
in at least two Availability Zones (AZ) in the Amazon Web Services (AWS)
region. |
|
Create Option Group | Creates an option group. | |
Delete DB Parameter Group | Deletes the specified DB parameter group. Note: Before deleting the DB parameter
group, ensure that DB parameter group is not associated with any DB
instances. |
|
Delete DB Subnet Group | Deletes a DB subnet group. | |
Delete Option Group | Deletes an existing option group. | |
List DB Parameter Groups | Retrieves a list of DB parameter groups. | |
List DB Subnet Groups | Retrieves a list of DB subnet group descriptions. Note: If a DB subnet group name is
specified, the list contains descriptions of only the specified DB subnet
group. |
|
List Option Groups | Retrieves a list of option groups. | |
Reset DB Parameter Group | Modifies the parameters of a DB parameter group to the engine or system default values. | |
Update DB Parameter Group | Updates the parameters of the specified DB parameter group. | |
Update DB Subnet Group | Updates an existing DB subnet group. Note: A DB subnet group must contain at least
one subnet in at least twos availability zones (AZs) in the Amazon Web Services (AWS)
region. |
|
Update Option Group | Updates an existing option group. | |
Logs Management | List DB Log Files | Retrieves a list of all the log files of a DB instance. |
View DB Log File | Displays a part of or an entire specified log file. Note: The size of the log file
must not exceed 1 MB. |
|
Tags Management | Add Tags To RDS Resource | Adds tags to RDS resource. |
List Tags For RDS Resource | Retrieves a list of tags of RDS resource. | |
Remove Tags From RDS Resource | Removes the tags from an RDS resource. |
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 RDS spoke.