-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #215 from nathanjclark/patch-1
Add RDS instance info to RDS page
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,35 @@ This plugin provisions databases on AWS RDS using [Shuttle](https://www.shuttle. | |
|
||
{/* TODO: Write more about the advantages of RDS vs shared */} | ||
|
||
|
||
## RDS vs Shared DB | ||
- 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 | ||
- 20 GiB 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 [email protected]. 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`. | ||
|
||
## Usage | ||
|