AWS emr: SecureTransport URL correction
Summary
Fixed URL formatting for aws:SecureTransport condition documentation.
Security assessment
The change corrects a documentation URL without modifying security guidance about 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-Serverless-UserGuide/data-protection.md b/emr/latest/EMR-Serverless-UserGuide/data-protection.md index 8205374fd..b41a0fe87 100644 --- a//emr/latest/EMR-Serverless-UserGuide/data-protection.md +++ b//emr/latest/EMR-Serverless-UserGuide/data-protection.md @@ -110 +110 @@ The following application-specific encryption features are available with Amazon -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.