AWS opensearch-service documentation change
Summary
Updated S3 documentation links and clarified encryption guidance for sensitive dictionaries
Security assessment
Link updates to S3 documentation paths and minor wording changes. The encryption guidance for sensitive data was already present; changes only correct URLs and do not introduce new security features or address vulnerabilities.
Diff
diff --git a/opensearch-service/latest/developerguide/custom-packages.md b/opensearch-service/latest/developerguide/custom-packages.md index 631dd6cc3..708d2e538 100644 --- a//opensearch-service/latest/developerguide/custom-packages.md +++ b//opensearch-service/latest/developerguide/custom-packages.md @@ -74 +74 @@ Grant all permission within IAM, not in the domain access policy. For more infor -This section covers how to upload custom dictionary packages, since pre-packaged plugin packages are already installed. Before you can associate a custom dictionary with your domain, you must upload it to an Amazon S3 bucket. For instructions, see [Uploading objects](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/upload-objects.html) in the _Amazon Simple Storage Service User Guide_. Supported plugins don't need to be uploaded. +This section covers how to upload custom dictionary packages, since pre-packaged plugin packages are already installed. Before you can associate a custom dictionary with your domain, you must upload it to an Amazon S3 bucket. For instructions, see [Uploading objects](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html) in the _Amazon Simple Storage Service User Guide_. Supported plugins don't need to be uploaded. @@ -76 +76 @@ This section covers how to upload custom dictionary packages, since pre-packaged -If your dictionary contains sensitive information, specify [server-side encryption with S3-managed keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html) when you upload it. OpenSearch Service can't access files in S3 that you protect using an AWS KMS key. +If your dictionary contains sensitive information, specify [server-side encryption with S3-managed keys](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingServerSideEncryption.html) when you upload it. OpenSearch Service can't access files in S3 that you protect using an AWS KMS key.