@@ -56,8 +56,8 @@ Deploying an Application Load Balancer as part of Research Gateway deployment he
56562 . Helps to serve the application on a secure port using SSL certificates stored in AWS ACM.
5757
5858create 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
6262Use 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:
161161Clone this repo on a machine that has AWS CLI configured with Default output format as JSON.
162162Run 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