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
feat(rds): change the default retention policy of Cluster and DB Instance to Snapshot
The 'Snapshot' retention policy is a special one used only for RDS.
It deletes the underlying resource, but before doing that,
creates a snapshot of it, so that the data is not lost.
Use the 'Snapshot' policy instead of 'Retain',
for the DatabaseCluster and DbInstance resources.
Fixesaws#3298
BREAKING CHANGE: the default retention policy for RDS Cluster and DbInstance is now 'Snapshot'
0 commit comments