AWS athena documentation change
Summary
Changed 'does not' to 'doesn't' for grammatical consistency in traffic privacy explanation
Security assessment
Minor grammatical change with no security implications. The content remains focused on existing TLS encryption practices without introducing new security concepts.
Diff
diff --git a/athena/latest/ug/internetwork-traffic-privacy.md index 8e83cfaa9..e095c4b40 100644 --- a/athena/latest/ug/internetwork-traffic-privacy.md +++ b/athena/latest/ug/internetwork-traffic-privacy.md @@ -17 +17 @@ You can use one of the connectivity options between your private network and AWS - * For traffic between Athena and Amazon S3 buckets, Transport Layer Security (TLS) encrypts objects in-transit between Athena and Amazon S3, and between Athena and customer applications accessing it, you should allow only encrypted connections over HTTPS (TLS) using the [`aws:SecureTransport condition`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_Boolean) on Amazon S3 bucket IAM policies. Although Athena currently uses the public endpoint to access data in Amazon S3 buckets, this does not mean that the data traverses the public internet. All traffic between Athena and Amazon S3 is routed over the AWS network and is encrypted using TLS. + * For traffic between Athena and Amazon S3 buckets, Transport Layer Security (TLS) encrypts objects in-transit between Athena and Amazon S3, and between Athena and customer applications accessing it, you should allow only encrypted connections over HTTPS (TLS) using the [`aws:SecureTransport condition`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_Boolean) on Amazon S3 bucket IAM policies. Although Athena currently uses the public endpoint to access data in Amazon S3 buckets, this doesn't mean that the data traverses the public internet. All traffic between Athena and Amazon S3 is routed over the AWS network and is encrypted using TLS.