AWS emr documentation change
Summary
Fixed a URL path from 'user-guide' to 'userguide' in an S3 documentation link
Security assessment
This is a typo correction in a documentation URL. While the topic involves LDAP security, the change itself does not alter security guidance or address a vulnerability.
Diff
diff --git a/emr/latest/ReleaseGuide/emr-presto-ldap.md b/emr/latest/ReleaseGuide/emr-presto-ldap.md index 39a0281f8..c293d1f39 100644 --- a//emr/latest/ReleaseGuide/emr-presto-ldap.md +++ b//emr/latest/ReleaseGuide/emr-presto-ldap.md @@ -36 +36 @@ The Presto coordinator on the Amazon EMR master node must be able to reach the L -You must upload the certificate file to a secure location in Amazon S3. For more information, see [How do I upload files and folders to an S3 Bucket](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/upload-objects.html) in the _Amazon Simple Storage Service User Guide_. You create a bootstrap action that copies this certificate from Amazon S3 to each node in the cluster when the cluster launches. In Step 4: Create the script to copy the LDAP server certificate and upload it to Amazon S3. The example certificate is `s3://amzn-s3-demo-bucket/ldap_server.crt`. +You must upload the certificate file to a secure location in Amazon S3. For more information, see [How do I upload files and folders to an S3 Bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html) in the _Amazon Simple Storage Service User Guide_. You create a bootstrap action that copies this certificate from Amazon S3 to each node in the cluster when the cluster launches. In Step 4: Create the script to copy the LDAP server certificate and upload it to Amazon S3. The example certificate is `s3://amzn-s3-demo-bucket/ldap_server.crt`.