Skip to content

Commit 2bcb2d1

Browse files
committed
Update doc changes
Signed-off-by: Rensy Thomas <rensy.cinuthomas@progress.com>
1 parent 93e3316 commit 2bcb2d1

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

components/docs-chef-io/content/automate/create_amazon_opensearch.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,54 +24,54 @@ Below is our guide on the steps required to create an Amazon OpenSearch cluster.
2424

2525
Before proceeding, make sure you have the following prerequisites in place:
2626

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
2929

3030
## Step 1: Sign in to the AWS Management Console
3131

3232
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.
3434

3535
## Step 2: Navigate to the Amazon OpenSearch Service Dashboard
3636

3737
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.
3939

4040
## Step 3: Create a New Amazon OpenSearch 1.3 Cluster
4141

4242
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:
4848
- **VPC**: Select the VPC in which you have your automate cluster.
4949
- **Subnets**: Select all three private subnets available in your VPC.
5050
- **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**,
5252
- Enable **Fine-grained access control**
5353
- Choose **Create master user**
5454
- Enter the **Master username** and **Master password** you want to create
55-
1. In **Access policy**,
55+
8. In **Access policy**,
5656
- Select **Configure domain level access policy**
5757
- 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.
6161

6262
## Step 4: Wait for the Amazon OpenSearch Cluster to be Created
6363

6464
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.
6666

6767
## Step 5: Retrieve Connection Details
6868

6969
You can obtain the necessary connection details once the Amazon OpenSearch 1.3 cluster is created successfully.
7070

7171
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:
7575
- **Domain name**: This is the domain name we gave for this OpenSearch cluster.
7676
- **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`.
7777
- **Username**: The username for accessing your OpenSearch cluster.

components/docs-chef-io/content/automate/create_amazon_rds.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Below is our guide on the steps required to create an Amazon RDS PostgreSQL inst
2424

2525
Before proceeding, make sure you have the following prerequisites in place:
2626

27-
- An active AWS account
28-
- Sufficient permissions to create Amazon RDS instances
27+
1. An active AWS account
28+
2. Sufficient permissions to create Amazon RDS instances
2929

3030
## Step 1: Sign in to the AWS Management Console
3131

@@ -56,8 +56,8 @@ Before proceeding, make sure you have the following prerequisites in place:
5656
- In **DB subnet group**, choose any private subnet available in your VPC.
5757
- In **Public Access** select **NO**
5858
9. Configure the remaining settings as per your requirements.
59-
10. Review all the settings and make sure they are accurate.
60-
11. Click on the **Create database** button to start the creation process.
59+
10.Review all the settings and make sure they are accurate.
60+
11.Click on the **Create database** button to start the creation process.
6161

6262
## Step 4: Wait for the Amazon RDS Instance to be Created
6363

0 commit comments

Comments
 (0)