AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2026-05-22 · Documentation low

File: AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.LoadFromS3.md

Summary

Updated documentation to include Aurora MySQL version 8.4 alongside version 3 for S3 integration steps and roles

Security assessment

Changes only reference version compatibility updates without mentioning security vulnerabilities, fixes, or new security features. Modifications are version number expansions in existing functional documentation.

Diff

diff --git a/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.LoadFromS3.md b/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.LoadFromS3.md
index eb8b44f4d..c5ab6291b 100644
--- a//AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.LoadFromS3.md
+++ b//AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.LoadFromS3.md
@@ -64 +64 @@ For more information about creating a custom DB cluster parameter group, see [Cr
-For Aurora MySQL version 3, use `aws_default_s3_role`.
+For Aurora MySQL version 3 and version 8.4, use `aws_default_s3_role`.
@@ -83 +83 @@ For an Aurora global database, enable outbound connections for each Aurora clust
-The database user that issues the `LOAD DATA FROM S3` or `LOAD XML FROM S3` statement must have a specific role or privilege to issue either statement. In Aurora MySQL version 3, you grant the `AWS_LOAD_S3_ACCESS` role. In Aurora MySQL version 2, you grant the `LOAD FROM S3` privilege. The administrative user for a DB cluster is granted the appropriate role or privilege by default. You can grant the privilege to another user by using one of the following statements.
+The database user that issues the `LOAD DATA FROM S3` or `LOAD XML FROM S3` statement must have a specific role or privilege to issue either statement. In Aurora MySQL version 3 and version 8.4, you grant the `AWS_LOAD_S3_ACCESS` role. In Aurora MySQL version 2, you grant the `LOAD FROM S3` privilege. The administrative user for a DB cluster is granted the appropriate role or privilege by default. You can grant the privilege to another user by using one of the following statements.
@@ -85 +85 @@ The database user that issues the `LOAD DATA FROM S3` or `LOAD XML FROM S3` stat
-Use the following statement for Aurora MySQL version 3: 
+Use the following statement for Aurora MySQL version 3 and version 8.4: