Skip to content

Commit f022795

Browse files
author
ravigurram8
committed
Radme file update
1 parent 68c8361 commit f022795

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Deploying an Application Load Balancer as part of Research Gateway deployment he
5656
2. Helps to serve the application on a secure port using SSL certificates stored in AWS ACM.
5757

5858
create an ALB security Group with the following inbound and outbound rules.
59-
Inbound Rules - HTTP 80 ,HTTPS 443,SSH 22 .
60-
outbound Rules - All Traffic.
59+
- Inbound rules - HTTP 80 ,HTTPS 443,SSH 22 .
60+
- outbound Rules - All Traffic.
6161

6262
Use the AWS CLI to create an Application Load Balancer choosing all three public subnets created by the quickstart above.
6363

@@ -161,12 +161,12 @@ You can create the AMI with pre-requisites yourself by following these steps:
161161
Clone this repo on a machine that has AWS CLI configured with Default output format as JSON.
162162
Run deploy.sh with the following parameters.
163163

164-
*Note* Check aws configure before running script
164+
*Note* : Check aws configure before running script
165165
- $aws configure
166-
AWS Access Key ID:"your_Access_Key"
167-
AWS Secret Access Key :"your_Secret_Key"
168-
Default region name:"Your_Region"
169-
Default output format : json
166+
- AWS Access Key ID:"your_Access_Key"
167+
- AWS Secret Access Key :"your_Secret_Key"
168+
- Default region name:"Your_Region"
169+
- Default output format : json
170170

171171

172172
| Parameter# | Purpose |

0 commit comments

Comments
 (0)