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

feat(rds): retain cluster and instances on deletion and replacement #2063

Merged
merged 4 commits into from
Mar 26, 2019

Commits on Mar 20, 2019

  1. feat(rds): enable storage encryption by default

    Storage encryption with the default master key is now enabled by default
    when creating a new cluster.
    
    BREAKING CHANGE: Storage encryption is enabled by default (update requires replacement)
    
    BREAKING CHANGE: Replaced `kmsKeyArn: string` by `kmsKey: kms.IEncryptionKey` in `DatabaseClusterProps`
    jogold committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    6ea3ede View commit details
    Browse the repository at this point in the history
  2. Remove default encryption

    jogold committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    ba7282a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    2c19587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4920f07 View commit details
    Browse the repository at this point in the history