AWS RDS
Database

AWS RDS Connector

Create and manage relational databases -- PostgreSQL, MySQL, Aurora, and more.

$pip install "toolsconnector[rds]"
25
Actions
Database
Category
Free
Apache 2.0

All 25 Actions

Action Description Parameters Returns
add_tags_to_resourceAdd tags to a database resourceresource_name, tagsdict
create_db_cluster ⚠Create an Aurora database clusterdb_cluster_identifier  [engine, master_username, master_user_password, database_name]RDSCluster
create_db_instance ⚠Create a database instancedb_instance_identifier  [db_instance_class, engine, master_username, master_user_password, allocated_storage, storage_type, publicly_accessible, availability_zone, db_name, vpc_security_group_ids, db_subnet_group_name]RDSInstance
create_db_instance_read_replicaCreate a read replicadb_instance_identifier, source_db_instance_identifier  [db_instance_class]RDSInstance
create_db_snapshotCreate a database snapshotdb_snapshot_identifier, db_instance_identifierRDSSnapshot
create_db_subnet_groupCreate a DB subnet groupdb_subnet_group_name, db_subnet_group_description, subnet_idsRDSSubnetGroup
delete_db_cluster ⚠Delete an Aurora database clusterdb_cluster_identifier  [skip_final_snapshot]RDSCluster
delete_db_instance ⚠Delete a database instancedb_instance_identifier  [skip_final_snapshot, final_snapshot_identifier]RDSInstance
delete_db_snapshot ⚠Delete a database snapshotdb_snapshot_identifierRDSSnapshot
describe_db_clustersDescribe Aurora database clusters[db_cluster_identifier]list
describe_db_engine_versionsDescribe available database engine versions[engine]list
describe_db_instancesDescribe database instances[db_instance_identifier]list
describe_db_parameter_groupsDescribe DB parameter groups[db_parameter_group_name]list
describe_db_snapshotsDescribe database snapshots[db_instance_identifier, db_snapshot_identifier]list
describe_db_subnet_groupsDescribe DB subnet groups[db_subnet_group_name]list
describe_eventsDescribe database events[source_identifier, source_type, duration]list
describe_orderable_db_instance_optionsDescribe orderable DB instance options[engine]list
list_tags_for_resourceList tags for a database resourceresource_namedict
modify_db_instanceModify a database instancedb_instance_identifier  [db_instance_class, allocated_storage, apply_immediately]RDSInstance
promote_read_replicaPromote a read replica to standalonedb_instance_identifierRDSInstance
reboot_db_instanceReboot a database instancedb_instance_identifier  [force_failover]RDSInstance
remove_tags_from_resourceRemove tags from a database resourceresource_name, tag_keysdict
restore_db_instance_from_snapshotRestore a database instance from a snapshotdb_instance_identifier, db_snapshot_identifier  [db_instance_class]RDSInstance
start_db_instanceStart a stopped database instancedb_instance_identifierRDSInstance
stop_db_instanceStop a database instancedb_instance_identifierRDSInstance
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing