Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for opinionated Postgres RDS #1786

Open
akash1810 opened this issue Mar 24, 2023 · 2 comments
Open

Support for opinionated Postgres RDS #1786

akash1810 opened this issue Mar 24, 2023 · 2 comments

Comments

@akash1810
Copy link
Member

akash1810 commented Mar 24, 2023

Note This list isn't exhaustive, please add to it!

We don't have any (meaningful) RDS constructs yet. Some of the RDS defaults aren't very helpful, for example StorageEncrypted:

A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted.
Update requires: Replacement

That is, making an RDS database encrypted after the fact, and retaining data, is not trivial.

We should provide an opinionated RDS construct that includes:

Footnotes

  1. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html#UsingWithRDS.SSL.RegionCertificateAuthorities

@akash1810
Copy link
Member Author

@jacobwinch
Copy link
Contributor

  • Multi AZ

AWS offers multi-AZ instances and multi-AZ clusters, which are slightly different. It would be great to encode a recommendation of when to make use of each type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants