Skip to main content

Cyware Orchestrate

Amazon Relational Database Service (RDS)

App Vendor: Amazon

Connector Category: IT Services

Connector Version: 1.0.0

API Version: 1.0.0

About App

Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a relational database in the cloud. In Orchestrate, Amazon RDS automatically patches the database software and backs up your database, storing the backups for a user-defined retention period and enabling point-in-time recovery.

The Amazon Relational Database Service (Amazon RDS) app is configured with the Orchestrate application to perform the following actions:

Action Name

Description

Create a database snapshot

This action creates automated RDS snapshots.

List database instances

This action lists all the database instances in a region.

Configuration Parameters

The following configuration parameters are required for the Amazon Relational Database Service (RDS) app to communicate with the Amazon Relational Database Service (RDS) application. The parameters can be configured by creating instances in the app.

Parameter

Description

Field Type

Required/Optional

Comments

Access key ID

Enter the access key ID for accessing the Amazon RDS resources.

Text

Required

Secret access key

Enter the secret key for accessing the Amazon RDS resources.

Password

Required

Action: Create a Database Snapshot

This action creates automated RDS snapshots.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Database snapshot ID

Enter the database snapshot ID.

Example:

my-snapshot-id

Text

Required

Database instance identifier

Enter the database instance identifier.

Example:

test-db

Text

Required

Region name

Enter the region name of the database.

Example:

us-central-1

Text

Required

Example Request

[
   {
      "DBSnapshotIdentifier":"mydbsnapshot",
      "DBInstanceIdentifier":"mysqldb",
      "region_name":"eu-central-1"
   }
]
Action: List Database Instances

This action lists all the database instances in a region.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Region name

Enter the region name for which you want to list instances.

Text

Required

Example Request

[
   {
     "region_name":"eu-central-1"
   }
]