aws_rds
Manage AWS RDS database instances through MCP SysOperator. Perform operations like list, create, delete, start, and stop databases with configuration control.
Instructions
Manage AWS RDS database instances
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| region | Yes | ||
| dbInstanceIdentifier | No | ||
| dbEngine | No | ||
| dbInstanceClass | No | ||
| allocatedStorage | No | ||
| masterUsername | No | ||
| masterPassword | No | ||
| vpcSecurityGroupIds | No | ||
| dbSubnetGroupName | No | ||
| tags | No | ||
| multiAZ | No | ||
| backupRetentionPeriod | No | ||
| skipFinalSnapshot | No |