AWS athena documentation change
Summary
Added documentation for managed query results feature (customer-owned S3 bucket vs. managed storage)
Security assessment
The change documents security-relevant storage options (customer-managed permissions vs. AWS-managed lifecycle) but does not address a specific security vulnerability. It adds guidance about security controls for query result retention and access management.
Diff
diff --git a/athena/latest/ug/querying.md b/athena/latest/ug/querying.md index 095acbe94..8fb639c1c 100644 --- a//athena/latest/ug/querying.md +++ b//athena/latest/ug/querying.md @@ -8,0 +9,2 @@ Amazon Athena automatically stores query results and query execution result meta +Athena now offers you two options for managing query results; you can either use a customer-owned S3 bucket or opt for the managed query results feature. With your own bucket, you maintain complete control over storage, permissions, lifecycle policies, and retention, providing maximum flexibility but require more management. Alternatively, when you choose the managed query results option, the service automatically handles storage and lifecycle management, eliminating your need to configure a separate results bucket and automatically cleaning up results after a predetermined retention period. For more information, see [Managed query results](./managed-results.html). + @@ -18,0 +21,2 @@ IAM principals with permission to the Amazon S3 `GetObject` action for the query + * [Managed query results](./managed-results.html) + @@ -44 +48 @@ View query plans -Specify a query result location +Managed query results