You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the rds-ca-rsa2048-g1 certificate authority over the default rds-ca-2019. rds-ca-rsa2048-g1 offers automatic rotation, whereas rds-ca-2019 is manual.1
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.
We don't have any (meaningful) RDS constructs yet. Some of the RDS defaults aren't very helpful, for example StorageEncrypted:
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:
Secrets manager for root password(already a default of AWS CDK)rds-ca-rsa2048-g1
certificate authority over the defaultrds-ca-2019
.rds-ca-rsa2048-g1
offers automatic rotation, whereasrds-ca-2019
is manual.1Footnotes
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html#UsingWithRDS.SSL.RegionCertificateAuthorities ↩
The text was updated successfully, but these errors were encountered: