AWS redshift documentation change
Summary
Added note clarifying no-backup table behavior for RA3 clusters and serverless workgroups
Security assessment
Clarifies backup behavior but does not address security vulnerabilities or introduce security features.
Diff
diff --git a/redshift/latest/mgmt/managing-aws-backup.md b/redshift/latest/mgmt/managing-aws-backup.md index e556fb156..c8838629f 100644 --- a//redshift/latest/mgmt/managing-aws-backup.md +++ b//redshift/latest/mgmt/managing-aws-backup.md @@ -14,0 +15,4 @@ Using AWS Backup for Amazon Redshift, you can configure data protection policies +###### Note + +No-backup tables aren't supported for RA3 provisioned clusters and Amazon Redshift Serverless workgroups. A table marked as no-backup in an RA3 cluster or serverless workgroup is treated as a permanent table that will always be backed up while taking a snapshot, and always restored when restoring from a snapshot. To avoid snapshot costs for no-backup tables, truncate them before taking a snapshot. +