From faabc7a7d96b981b1fd9561d3b60b37da8f43860 Mon Sep 17 00:00:00 2001 From: oddgrd <29732646+oddgrd@users.noreply.github.com> Date: Tue, 5 Aug 2025 11:05:46 +0200 Subject: [PATCH 1/2] feat: clarify shared pg limitations, rds pricing --- resources/shuttle-aws-rds.mdx | 6 ++++++ resources/shuttle-shared-db.mdx | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/resources/shuttle-aws-rds.mdx b/resources/shuttle-aws-rds.mdx index de90c8b..85ef08f 100644 --- a/resources/shuttle-aws-rds.mdx +++ b/resources/shuttle-aws-rds.mdx @@ -9,6 +9,12 @@ This plugin provisions AWS RDS databases on [Shuttle](https://www.shuttle.dev). - MySQL - MariaDB + +This resource is available on the Pro tier and up. Provisioning it incurs additional charges, except +on the Growth tier, where the first instance is included. For details, see our +[pricing page](https://www.shuttle.dev/pricing). + + ## RDS vs Shared DB - Dedicated Instance: Each AWS RDS database is it's own dedicated instance. diff --git a/resources/shuttle-shared-db.mdx b/resources/shuttle-shared-db.mdx index 8e2ae28..fee2578 100644 --- a/resources/shuttle-shared-db.mdx +++ b/resources/shuttle-shared-db.mdx @@ -11,6 +11,13 @@ If you want a high performing and isolated database, we also offer dedicated [Sh You can connect to any type of remotely hosted database from your code, so do not let our current database offerings limit your creativity! Got other databases you want to see on Shuttle? Let us know! + +The Shared Database is intended primarily for experimentation and development. Since it runs on AWS +RDS instances shared with other Shuttle users, performance may be impacted during times of high demand +from other databases. For business-critical workloads, we recommend using a dedicated dedicated +[Shuttle AWS RDS database](./shuttle-aws-rds). + + The Shuttle Shared Postgres cluster is RDS-based and uses Postgres version 16. Contact support if you want to enable common [Postgres Extensions](https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-extensions.html#postgresql-extensions-16x) for your project. ## Usage From 0a1b3f155f181286a348a91d4bd0b76d285b4754 Mon Sep 17 00:00:00 2001 From: oddgrd <29732646+oddgrd@users.noreply.github.com> Date: Tue, 5 Aug 2025 11:34:53 +0200 Subject: [PATCH 2/2] fix: too dedicated --- resources/shuttle-shared-db.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/shuttle-shared-db.mdx b/resources/shuttle-shared-db.mdx index fee2578..2e3f008 100644 --- a/resources/shuttle-shared-db.mdx +++ b/resources/shuttle-shared-db.mdx @@ -14,7 +14,7 @@ If you want a high performing and isolated database, we also offer dedicated [Sh The Shared Database is intended primarily for experimentation and development. Since it runs on AWS RDS instances shared with other Shuttle users, performance may be impacted during times of high demand -from other databases. For business-critical workloads, we recommend using a dedicated dedicated +from other databases. For business-critical workloads, we recommend using a dedicated [Shuttle AWS RDS database](./shuttle-aws-rds).