Amazon Aurora · Capability

Relational Database Management Workflow

Workflow capability for managing Amazon Aurora relational database clusters including creation, scaling, snapshots, and global database configurations.

Run with Naftiko Amazon AuroraMySQLPostgreSQLRelational DatabaseAWS

What You Can Do

POST
Create db cluster — Create a new Aurora DB cluster
/v1/clusters
GET
Describe db clusters — List Aurora DB clusters
/v1/clusters

MCP Tools

describe-db-clusters

List all Aurora DB clusters to understand available databases and their status.

read-only
create-db-cluster

Create a new Aurora MySQL or PostgreSQL compatible DB cluster.

modify-db-cluster

Modify the configuration of an existing Aurora DB cluster.

start-db-cluster

Start a stopped Aurora DB cluster to resume database operations.

stop-db-cluster

Stop an Aurora DB cluster to reduce costs when not in use.

create-db-instance

Add a new read replica or writer instance to an Aurora DB cluster.

describe-db-instances

List all DB instances in Aurora clusters.

read-only
create-db-cluster-snapshot

Create a snapshot of an Aurora DB cluster for backup or cloning.

describe-db-cluster-snapshots

List available Aurora DB cluster snapshots for backup management.

read-only
restore-db-cluster-from-snapshot

Restore an Aurora DB cluster from a snapshot for disaster recovery.