Connect your own AWS account to manage Redshift provisioned clusters, Redshift Serverless workgroups, databases, and run SQL via the Redshift Data API, and audit warehouse cost and health -- from I...
What this app can do
19 tools registered
Connect RedshiftFree
Connect your own AWS account by saving an IAM Access Key ID + Secret Access Key, after checking it actually works against Redshift.
List ConnectionsFree
List the connected AWS accounts (for Redshift access).
Disconnect RedshiftFree
Disconnect an AWS account: deletes the saved Access Key. Nothing in AWS itself is changed.
List Clusters8 tok
List Redshift provisioned clusters in the connected AWS account/region.
Get Cluster8 tok
Read one Redshift provisioned cluster in full by its identifier.
Delete Cluster20 tok
Permanently delete a Redshift provisioned cluster. Cannot be undone unless a final snapshot is taken.
Reboot Cluster16 tok
Reboot a Redshift provisioned cluster.
Resize Cluster16 tok
Resize a Redshift provisioned cluster -- change its node type and/or node count.
List Snapshots8 tok
List snapshots for a Redshift provisioned cluster, or across the account if no cluster is given.
List Workgroups8 tok
List Redshift Serverless workgroups in the connected AWS account/region.
Get Workgroup8 tok
Read one Redshift Serverless workgroup in full by its name.
List Namespaces8 tok
List Redshift Serverless namespaces in the connected AWS account/region.
List Databases8 tok
List databases available on a Redshift cluster or Serverless workgroup, via the Data API.
Execute Sql16 tok
Run a SQL statement against Redshift (provisioned cluster or Serverless workgroup) via the Data API. Returns a statement id -- poll get_statement_status, then get_statement_result.
Get Statement Status8 tok
Read a SQL statement's current status by id from execute_sql -- whether it's done, and row/duration info.
Get Statement Result8 tok
Read the result rows of a completed SQL statement by id from execute_sql.
Cancel Statement20 tok
Cancel a running SQL statement.
List Statements8 tok
List recent SQL statements run via the Data API in the connected AWS account/region.
Audit Redshift40 tok
Build one aggregated health report across the connected AWS account: publicly accessible clusters, clusters/workgroups with default settings that may indicate weak security posture.