AWS emr: SecureTransport URL fix in EKS guide
Summary
Corrected URL for aws:SecureTransport condition in encryption guidance.
Security assessment
The change fixes a documentation URL without modifying the existing security recommendation for TLS enforcement.
Evidence
- * 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.
Diff
diff --git a/emr/latest/EMR-on-EKS-DevelopmentGuide/data-protection.md b/emr/latest/EMR-on-EKS-DevelopmentGuide/data-protection.md index 04fa4f8d1..c2566194d 100644 --- a//emr/latest/EMR-on-EKS-DevelopmentGuide/data-protection.md +++ b//emr/latest/EMR-on-EKS-DevelopmentGuide/data-protection.md @@ -99 +99 @@ For more information, see [Spark security settings](http://spark.apache.org/docs - * 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. + * 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.