You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/docs-chef-io/content/automate/create_amazon_opensearch.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,54 +24,54 @@ Below is our guide on the steps required to create an Amazon OpenSearch cluster.
24
24
25
25
Before proceeding, make sure you have the following prerequisites in place:
26
26
27
-
- An active AWS account
28
-
- Sufficient permissions to create Amazon OpenSearch clusters
27
+
1. An active AWS account
28
+
2. Sufficient permissions to create Amazon OpenSearch clusters
29
29
30
30
## Step 1: Sign in to the AWS Management Console
31
31
32
32
1. Open your preferred web browser and go to the [AWS Management Console](https://console.aws.amazon.com/).
33
-
1. Sign in to your AWS account using your credentials.
33
+
2. Sign in to your AWS account using your credentials.
34
34
35
35
## Step 2: Navigate to the Amazon OpenSearch Service Dashboard
36
36
37
37
1. Once logged in to the AWS Management Console, search for **OpenSearch** in the search bar at the top of the page.
38
-
1. Click on the **Amazon OpenSearch Service** service from the search results to open the Amazon OpenSearch Service dashboard.
38
+
2. Click on the **Amazon OpenSearch Service** service from the search results to open the Amazon OpenSearch Service dashboard.
39
39
40
40
## Step 3: Create a New Amazon OpenSearch 1.3 Cluster
41
41
42
42
1. Click on **Create a new domain** button in the Amazon OpenSearch Service dashboard.
43
-
1. Enter a new **Domain name** for your OpenSearch cluster.
44
-
1. In **Domain creation method**, select **Standard create**.
45
-
1. Choose the appropriate deployment configuration, such as development or production, based on your requirements.
46
-
1. Under the **Engine options** section, select **1.3** as the version for your cluster.
47
-
1. In the **Networks** section, provide the following information:
43
+
2. Enter a new **Domain name** for your OpenSearch cluster.
44
+
3. In **Domain creation method**, select **Standard create**.
45
+
4. Choose the appropriate deployment configuration, such as development or production, based on your requirements.
46
+
5. Under the **Engine options** section, select **1.3** as the version for your cluster.
47
+
6. In the **Networks** section, provide the following information:
48
48
-**VPC**: Select the VPC in which you have your automate cluster.
49
49
-**Subnets**: Select all three private subnets available in your VPC.
50
50
-**Security groups**: Select a security block with incoming access from your VPC CIDR range.
51
-
1. In **Fine-grained access control**,
51
+
7. In **Fine-grained access control**,
52
52
- Enable **Fine-grained access control**
53
53
- Choose **Create master user**
54
54
- Enter the **Master username** and **Master password** you want to create
55
-
1. In **Access policy**,
55
+
8. In **Access policy**,
56
56
- Select **Configure domain level access policy**
57
57
- Choose action **Allow**.
58
-
1. Configure the remaining settings per your requirements, such as the number of nodes and storage options.
59
-
1.Review all the settings and make sure they are accurate.
60
-
1.Click the **Confirm** button to start the cluster creation process.
58
+
9. Configure the remaining settings per your requirements, such as the number of nodes and storage options.
59
+
10.Review all the settings and make sure they are accurate.
60
+
11.Click the **Confirm** button to start the cluster creation process.
61
61
62
62
## Step 4: Wait for the Amazon OpenSearch Cluster to be Created
63
63
64
64
1. The Amazon OpenSearch cluster creation process may take several minutes. Wait for the process to complete.
65
-
1. You can monitor the progress of the cluster creation on the Amazon OpenSearch Service dashboard.
65
+
2. You can monitor the progress of the cluster creation on the Amazon OpenSearch Service dashboard.
66
66
67
67
## Step 5: Retrieve Connection Details
68
68
69
69
You can obtain the necessary connection details once the Amazon OpenSearch 1.3 cluster is created successfully.
70
70
71
71
1. Go to the Amazon OpenSearch Service dashboard.
72
-
1. Find and select your newly created cluster from the list.
73
-
1. In the cluster details view, navigate to the **Endpoint** tab.
74
-
1. Here, you will find the following connection details:
72
+
2. Find and select your newly created cluster from the list.
73
+
3. In the cluster details view, navigate to the **Endpoint** tab.
74
+
4. Here, you will find the following connection details:
75
75
-**Domain name**: This is the domain name we gave for this OpenSearch cluster.
76
76
-**Domain URL**: This is the endpoint or hostname of your OpenSearch cluster. It will look something like `my-opensearch-cluster-1234567890.us-east-1.es.amazonaws.com`.
77
77
-**Username**: The username for accessing your OpenSearch cluster.
0 commit comments