AWS opensearch-service documentation change
Summary
Updated links to S3 bucket creation, IAM policy management, and corrected markdown formatting for a snapshot link
Security assessment
Changes involve updating URLs and formatting for clarity. While some links relate to security practices (e.g., IAM roles), the updates do not introduce new security documentation or address vulnerabilities.
Diff
diff --git a/opensearch-service/latest/developerguide/managedomains-snapshots.md b/opensearch-service/latest/developerguide/managedomains-snapshots.md index 83b02c260..c63c7a3ef 100644 --- a//opensearch-service/latest/developerguide/managedomains-snapshots.md +++ b//opensearch-service/latest/developerguide/managedomains-snapshots.md @@ -37 +37 @@ Prerequisite | Description -S3 bucket | Create an S3 bucket to store manual snapshots for your OpenSearch Service domain. For instructions, see [Create a Bucket](http://docs.aws.amazon.com/AmazonS3/latest/gsg/CreatingABucket.html) in the _Amazon Simple Storage Service User Guide_. Remember the name of the bucket to use it in the following places: +S3 bucket | Create an S3 bucket to store manual snapshots for your OpenSearch Service domain. For instructions, see [Creating a general purpose bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-bucket-overview.html) in the _Amazon Simple Storage Service User Guide_. Remember the name of the bucket to use it in the following places: @@ -75 +75 @@ IAM role | Create an IAM role to delegate permissions to OpenSearch Service. For -For instructions to attach a policy to a role, see [Adding IAM Identity Permissions](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html#add-policies-console) in the _IAM User Guide_. **Edit the trust relationship** Edit the trust relationship of `TheSnapshotRole` to specify OpenSearch Service in the `Principal` statement as shown in the following example: +For instructions to attach a policy to a role, see [Adding IAM identity permissions (console)](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html#add-policies-console) in the _IAM User Guide_. **Edit the trust relationship** Edit the trust relationship of `TheSnapshotRole` to specify OpenSearch Service in the `Principal` statement as shown in the following example: @@ -91 +91 @@ For instructions to attach a policy to a role, see [Adding IAM Identity Permissi -For instructions to edit the trust relationship, see [Modifying a role trust policy](https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-managingrole-editing-console.html#roles-managingrole_edit-trust-policy) in the _IAM User Guide_. +For instructions to edit the trust relationship, see [Update a role trust policy](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_update-role-trust-policy.htmly) in the _IAM User Guide_. @@ -128 +128 @@ To delete a manual snapshot, run the following command: -You can use the Index State Management (ISM) `[snapshot](https://opendistro.github.io/for-elasticsearch-docs/docs/im/ism/policies/#snapshot)` operation to automatically trigger snapshots of indexes based on changes in their age, size, or number of documents. ISM is best when you need one snapshot per index. If you need to snapshot of a group of indices, see [Automating snapshots with Snapshot Management](./managedomains-snapshot-mgmt.html). +You can use the Index State Management (ISM) [snapshot](https://opendistro.github.io/for-elasticsearch-docs/docs/im/ism/policies/#snapshot) operation to automatically trigger snapshots of indexes based on changes in their age, size, or number of documents. ISM is best when you need one snapshot per index. If you need to snapshot of a group of indices, see [Automating snapshots with Snapshot Management](./managedomains-snapshot-mgmt.html).