Amazon Relational Database Service
Amazon Relational Database Service is a web service that allows you to set up, operate, and scale a relational database in AWS Cloud.
Actions
-
deleteDBInstance: Delete a previously provisioned DB instance
-
rebootDBInstance: Restart the database engine service
-
describeDBSnapshots: Gives detailed information about DB snapshots
-
createDBSnapshot: The source DBInstance must be in "available" state to create DBSnapshot
-
modifyDBSnapshot: Updates a manual DBSnapshot with a new version of engine
-
startDBCluster: Starts an Amazon Aurora DB cluster which was stopped using either AWS console,stop-db-cluster AWS CLI command, or the StopDBCluster action
-
describeDBInstances: Gives detailed information about RDS
-
deleteDBSnapshot: If the Snapshot is copied, the operation is deleted
-
stopDBCluster: Stops an Amazon Aurora DB cluster
-
copyDBSnapshot: The source DBSnapshot must be in the "available" state to copy the specified
-
stopDBInstance: Stops the Output
-
restoreDBInstanceFromDBSnapshot: Creates a new DBInstance from a DBSnapshot
-
createDBInstance: Amazon RDS provides MySQL,PostgreSQL, Microsoft SQL Server and Oracle DB to create the DBInstance
-
modifyDBInstance: Modifies settings for a DBInstance
-
startDBInstance: Starts an Amazon RDS DBInstance which was stopped using either AWS console,stop-db-instance AWS CLI command, or the StopDBInstance action
-
createDBInstanceReadReplica: Creates a DBInstance that acts as a read replica of a source DBInstance