From 3024edb178816440453d3f50c316a2e5bce684b6 Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Wed, 18 Dec 2024 10:03:35 -0500 Subject: [PATCH] update language --- docs/self-managed/setup/deploy/amazon/amazon-eks/eksctl.md | 6 +++--- .../self-managed/setup/deploy/amazon/amazon-eks/eksctl.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/self-managed/setup/deploy/amazon/amazon-eks/eksctl.md b/docs/self-managed/setup/deploy/amazon/amazon-eks/eksctl.md index 5d7d3033ac..866861cd53 100644 --- a/docs/self-managed/setup/deploy/amazon/amazon-eks/eksctl.md +++ b/docs/self-managed/setup/deploy/amazon/amazon-eks/eksctl.md @@ -958,17 +958,17 @@ For more information, see the [Amazon OpenSearch Service fine-grained access con :::tip -The instance type `m7i.large.search` in the above example is just a suggestion and can be changed at your discretion depending on your needs. +The instance type `m7i.large.search` in the above example is a suggestion, and can be changed depending on your needs. ::: -6. Wait for the OpenSearch domain to be active: +1. Wait for the OpenSearch domain to be active: ```shell while [ "$(aws opensearch describe-domain --domain-name $OPENSEARCH_NAME --query 'DomainStatus.Processing' --output text)" != "False" ]; do echo "Waiting for OpenSearch domain to become availablen this can up to take 20-30 minutes..."; sleep 30; done && echo "OpenSearch domain is now available\!" ``` -7. Retrieve the endpoint of the OpenSearch domain: +2. Retrieve the endpoint of the OpenSearch domain: ```shell export OPENSEARCH_HOST=$(aws opensearch describe-domains --domain-names $OPENSEARCH_NAME --query "DomainStatusList[0].Endpoints.vpc" --output text) diff --git a/versioned_docs/version-8.6/self-managed/setup/deploy/amazon/amazon-eks/eksctl.md b/versioned_docs/version-8.6/self-managed/setup/deploy/amazon/amazon-eks/eksctl.md index 7c18ce1cd9..e7d382f70b 100644 --- a/versioned_docs/version-8.6/self-managed/setup/deploy/amazon/amazon-eks/eksctl.md +++ b/versioned_docs/version-8.6/self-managed/setup/deploy/amazon/amazon-eks/eksctl.md @@ -958,7 +958,7 @@ For more information, see the [Amazon OpenSearch Service fine-grained access con :::tip -The instance type `m7i.large.search` in the above example is just a suggestion and can be changed at your discretion depending on your needs. +The instance type `m7i.large.search` in the above example is a suggestion, and can be changed depending on your needs. :::