AWS AmazonRDS documentation change
Summary
Expanded S3 save operations documentation to include Aurora MySQL version 8.4 compatibility
Security assessment
Version number updates in privilege requirements show no evidence of security fixes or vulnerabilities. Existing security model (AWS_SELECT_S3_ACCESS role) remains unchanged.
Diff
diff --git a/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.SaveIntoS3.md b/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.SaveIntoS3.md index 8078a81ac..6492ba5b4 100644 --- a//AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.SaveIntoS3.md +++ b//AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.SaveIntoS3.md @@ -62 +62 @@ You don't need this permission to encrypt objects using AWS managed keys or Amaz -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 `SELECT INTO OUTFILE S3` statement must have a specific role or privilege. In Aurora MySQL version 3, you grant the `AWS_SELECT_S3_ACCESS` role. In Aurora MySQL version 2, you grant the `SELECT INTO 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 `SELECT INTO OUTFILE S3` statement must have a specific role or privilege. In Aurora MySQL version 3 and version 8.4, you grant the `AWS_SELECT_S3_ACCESS` role. In Aurora MySQL version 2, you grant the `SELECT INTO 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 `SELECT INTO OUTFILE S3` statement must have a -Use the following statement for Aurora MySQL version 3: +Use the following statement for Aurora MySQL version 3 and version 8.4: