From ea1af127832bfa58b3db71358399db52963ead66 Mon Sep 17 00:00:00 2001 From: aashikam Date: Mon, 8 Jan 2024 21:48:18 +0530 Subject: [PATCH] Fix formatting --- README.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2484f6c..8bb7e7c 100644 --- a/README.md +++ b/README.md @@ -21,23 +21,34 @@ To effectively utilize the Ballerina AWS Redshift connector, you must have an Am ### Step 2: Navigate to Amazon Redshift and Create a Cluster 1. In the AWS Console, navigate to the Amazon Redshift service. Click on the "Create cluster" button to initiate the process of creating a new Amazon Redshift cluster. - Create cluster - Create cluster + + Create cluster + + Create cluster ### Step 3: Configure Cluster Settings 1. Follow the on-screen instructions to configure your Redshift cluster settings, including cluster identifier, database name, credentials, and other relevant parameters. - Create cluster + + Create cluster + 2. Configure security groups to control inbound and outbound traffic to your Redshift cluster. Ensure that your Ballerina application will have the necessary permissions to access the cluster. - Create cluster + + Create cluster + 3. Record the username and password you set during the cluster configuration. These credentials will be used to authenticate your Ballerina application with the Redshift cluster. - Create cluster + + Create cluster + 4. Finally, review your configuration settings, and once satisfied, click "Create cluster" to launch your Amazon Redshift cluster. ### Step 4: Wait for Cluster Availability 1. It may take some time for your Redshift cluster to be available. Monitor the cluster status in the AWS Console until it shows as "Available". - Create cluster + + Create cluster + 2. After the cluster is successfully created, copy the JDBC URL. You can find this information in the cluster details or configuration section of the AWS Console. - Create cluster + + Create cluster ## Quickstart