Skip to content

Commit 68c8361

Browse files
author
ravigurram8
committed
Readme file update
1 parent 20489b3 commit 68c8361

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Deploying an Application Load Balancer as part of Research Gateway deployment he
5555
1. Isolates your portal from being directly exposed over the internet. The ALB allows only https(s) traffic through.
5656
2. Helps to serve the application on a secure port using SSL certificates stored in AWS ACM.
5757

58-
create an ALB security Group with the following inbound and outbound rules
59-
Inbound Rules - HTTP 80 ,HTTPS-443,SSH-20 .
58+
create an ALB security Group with the following inbound and outbound rules.
59+
Inbound Rules - HTTP 80 ,HTTPS 443,SSH 22 .
6060
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.
@@ -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-
- Check aws configure before running script
165-
aws configure
166-
AWS Access Key ID: <access Key ID>
167-
AWS Secret Access Key :<secret Key>
168-
Default region name: <region-name>
169-
Default output format : json
164+
*Note* Check aws configure before running script
165+
- $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
170170

171171

172172
| Parameter# | Purpose |
@@ -192,6 +192,8 @@ runid.json is created in the rgdeploy folder when you first run deploy.sh with p
192192

193193
The deployment creates EC2 Image Builder pipelines for building the RStudio and Nextflow AMIs that are used within Research Gateway. By default, these pipelines are set up to be manually triggered. You can change that in the AWS console if you wish to trigger them on a schedule.
194194

195+
steps to run pipelines: AWS console - Ec2imagebuilder – select image pipelines (Rstudio, Nextflow)-click on Actions-Run pipeline
196+
195197
Once a build is completed, the AMIs are automatically distributed to the regions supported by Research Gateway in your account. The AMI Ids need to be updated into your database before creating any projects.
196198

197199
- Note down the names of the two pipelines created for RStudio and Nextflow_Advanced. They will be of the format:
@@ -201,6 +203,8 @@ The runid will be the random 4-character string generated for your instance duri
201203
- In the rgdeploy folder, cd to products folder. You will find an img-builder-config.json file there. Edit it and set the pipeline names according to the ones deployed in your account. Save the file.
202204
- Run the script make-amilist.sh. You may have to run chmod +x make-amilist.sh if execute permissions are not set on the file.
203205

206+
- Note: we need to wait untill ec2image builder pipeline distribution complete,without builds complete by running below command shows Error
207+
204208
./make-amilist.sh > new-ami-list.json
205209
- Next run the following command to update your DB.
206210

0 commit comments

Comments
 (0)