AWS Security ChangesHomeSearch

AWS AmazonRDS medium security documentation change

Service: AmazonRDS · 2025-06-22 · Security-related medium

File: AmazonRDS/latest/UserGuide/TDE.BackupRestoreRDS.md

Summary

Corrected IAM policy action from 's3:GetBucketACL' to 's3:GetBucketAcl'

Security assessment

Resolves a permissions configuration error in TDE backup/restore documentation that could prevent proper S3 bucket access for encrypted backups.

Diff

diff --git a/AmazonRDS/latest/UserGuide/TDE.BackupRestoreRDS.md b/AmazonRDS/latest/UserGuide/TDE.BackupRestoreRDS.md
index 43848016d..2f062bdca 100644
--- a//AmazonRDS/latest/UserGuide/TDE.BackupRestoreRDS.md
+++ b//AmazonRDS/latest/UserGuide/TDE.BackupRestoreRDS.md
@@ -48 +48 @@ In addition to the permissions required for SQL Server native backup and restore
-     * `s3:GetBucketACL`, `s3:GetBucketLocation`, and `s3:ListBucket` on the S3 bucket resource
+     * `s3:GetBucketAcl`, `s3:GetBucketLocation`, and `s3:ListBucket` on the S3 bucket resource