From 54926b43f004d66ce2b054d9ea6a998672a0a934 Mon Sep 17 00:00:00 2001 From: nathanjclark Date: Thu, 2 Nov 2023 17:25:50 +0000 Subject: [PATCH 1/4] Add RDS instance info to RDS page --- resources/shuttle-aws-rds.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resources/shuttle-aws-rds.mdx b/resources/shuttle-aws-rds.mdx index 60f7b72..7069a61 100644 --- a/resources/shuttle-aws-rds.mdx +++ b/resources/shuttle-aws-rds.mdx @@ -10,6 +10,18 @@ This plugin provisions databases on AWS RDS using [Shuttle](https://www.shuttle. - MariaDB {/* TODO: Write more about the advantages of RDS vs shared */} +The RDS instance created by Shuttle has the following specifications and features by default: +- 2 vCPU +- 1 GB Memory +- 30 GB Storage +- Backups Disabled +- Single Availability Zone +- 1 Node +- No Proxy + +The pricing of this instance can be found in the Pro Add-ons section of the [pricing page](https://www.shuttle.rs/pricing). + +If you require a different configuration, please contact us on [Discord](https://discord.gg/shuttle) or email us at hello@shuttle.rs. We can provision any size or configuration of RDS to suit your needs - a full list of RDS features can be found [here](https://aws.amazon.com/rds/features/) Shuttle makes sure that any data stored in your provisioned database is stored permanently and will persist if you redeploy your server via `cargo shuttle deploy`, as well as if you restart your service via `cargo shuttle project restart`. From f9be0ee4dc199753807b3074b1979f4a58d131ca Mon Sep 17 00:00:00 2001 From: nathanjclark Date: Mon, 20 Nov 2023 13:24:09 +0000 Subject: [PATCH 2/4] Update resources/shuttle-aws-rds.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Oddbjørn Grødem <29732646+oddgrd@users.noreply.github.com> --- resources/shuttle-aws-rds.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/shuttle-aws-rds.mdx b/resources/shuttle-aws-rds.mdx index 7069a61..81df9e1 100644 --- a/resources/shuttle-aws-rds.mdx +++ b/resources/shuttle-aws-rds.mdx @@ -13,7 +13,7 @@ This plugin provisions databases on AWS RDS using [Shuttle](https://www.shuttle. The RDS instance created by Shuttle has the following specifications and features by default: - 2 vCPU - 1 GB Memory -- 30 GB Storage +- 20 GiB Storage - Backups Disabled - Single Availability Zone - 1 Node From ceb083f7fcc9952c536755367441bd7cb795a78b Mon Sep 17 00:00:00 2001 From: nathanjclark Date: Wed, 22 Nov 2023 14:50:16 +0000 Subject: [PATCH 3/4] Update shuttle-aws-rds.mdx --- resources/shuttle-aws-rds.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/shuttle-aws-rds.mdx b/resources/shuttle-aws-rds.mdx index 81df9e1..19fef79 100644 --- a/resources/shuttle-aws-rds.mdx +++ b/resources/shuttle-aws-rds.mdx @@ -10,6 +10,12 @@ This plugin provisions databases on AWS RDS using [Shuttle](https://www.shuttle. - MariaDB {/* TODO: Write more about the advantages of RDS vs shared */} +## RDS vs Shared DB +- More Flavours: On AWS RDS we offer MySQL and MariaDB in addition to Postgres, while shared DB only offers Postgres or MongoDB. +- Dedicated Instance: Each instance of AWS RDS is it's own dedicated instance. +- Stability and Security: AWS RDS has greater stability due to it being a service directly offered by AWS, and also greater security due to being a dedicated instance. +- Flexible: AWS RDS instances on the Shuttle platform can be customised to suit your needs. Instance size can be increased from the default and AWS RDS features can be enabled or disabled. + The RDS instance created by Shuttle has the following specifications and features by default: - 2 vCPU - 1 GB Memory From 27b116bb0ead87eeaa4ce6c27b763ca93c5f7c88 Mon Sep 17 00:00:00 2001 From: nathanjclark Date: Wed, 22 Nov 2023 15:50:58 +0000 Subject: [PATCH 4/4] Update shuttle-aws-rds.mdx --- resources/shuttle-aws-rds.mdx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/resources/shuttle-aws-rds.mdx b/resources/shuttle-aws-rds.mdx index 19fef79..be6b75a 100644 --- a/resources/shuttle-aws-rds.mdx +++ b/resources/shuttle-aws-rds.mdx @@ -10,12 +10,23 @@ This plugin provisions databases on AWS RDS using [Shuttle](https://www.shuttle. - MariaDB {/* TODO: Write more about the advantages of RDS vs shared */} + + ## RDS vs Shared DB -- More Flavours: On AWS RDS we offer MySQL and MariaDB in addition to Postgres, while shared DB only offers Postgres or MongoDB. - Dedicated Instance: Each instance of AWS RDS is it's own dedicated instance. - Stability and Security: AWS RDS has greater stability due to it being a service directly offered by AWS, and also greater security due to being a dedicated instance. - Flexible: AWS RDS instances on the Shuttle platform can be customised to suit your needs. Instance size can be increased from the default and AWS RDS features can be enabled or disabled. +On *AWS RDS* we offer: +- MariaDB +- MySQL +- Postgres + +With the *Shared DB* we offer: +- MongoDB +- Postgres + +## Default RDS Instance The RDS instance created by Shuttle has the following specifications and features by default: - 2 vCPU - 1 GB Memory