aws-cloudformation-user-guide icon indicating copy to clipboard operation
aws-cloudformation-user-guide copied to clipboard

AWS::RDS::DBInstance replacement update notice

Open tp6m4fu6250071 opened this issue 3 years ago • 0 comments

Issue #, if available: Users would be confused when using AWS::RDS::DBInstance for replacement update:

  1. The automated backups will be deleted when the DB instance was deleted by default.
  2. The previous document only mentioned to use DeletionPolicy but didn't mention to use UpdateReplacePolicy.

Description of changes:

  1. Add a description of using DeleteAutomatedBackups property to explicitly define whether to delete automated backups in the first Important section.
  2. Remind users to use DeleteAutomatedBackups and UpdateReplacePolicy in Important section of Updating DB Instances.
  3. Remind user to use UpdateReplacePolicy when they use DeletionPolicy in the Deleting DB Instances section.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

tp6m4fu6250071 avatar May 29 '22 07:05 tp6m4fu6250071