aws-cloudformation-user-guide
aws-cloudformation-user-guide copied to clipboard
AWS::RDS::DBInstance replacement update notice
Issue #, if available: Users would be confused when using AWS::RDS::DBInstance for replacement update:
- The automated backups will be deleted when the DB instance was deleted by default.
- The previous document only mentioned to use DeletionPolicy but didn't mention to use UpdateReplacePolicy.
Description of changes:
- Add a description of using DeleteAutomatedBackups property to explicitly define whether to delete automated backups in the first Important section.
- Remind users to use DeleteAutomatedBackups and UpdateReplacePolicy in Important section of Updating DB Instances.
- 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.