Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 7de952c

Browse files
update docs
1 parent 0f22f14 commit 7de952c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,15 @@ TEMPLATE_ROOT_URL=https://<dist-bucketname>.s3-<region>.amazonaws.com/test/templ
4343
aws cloudformation create-stack \
4444
--region <region> \
4545
--stack-name <stackname> \
46-
--template-url $TEMPLATE_ROOT_URL/gwfcore-root.template.yaml \
46+
--template-url $TEMPLATE_ROOT_URL/gwfcore/gwfcore-root.template.yaml \
4747
--capabilities CAPABILITY_IAM CAPABILITY_AUTO_EXPAND \
4848
--parameters \
4949
ParameterKey=VpcId,ParameterValue=<vpc-id> \
5050
ParameterKey=SubnetIds,ParameterValue=\"<subnet-id-1>,<subnet-id-2>,...\" \
5151
ParameterKey=ArtifactBucketName,ParameterValue=<dist-bucketname> \
52-
ParameterKey=TemplateRootUrl,ParameterValue=$TEMPLATE_ROOT_URL
52+
ParameterKey=TemplateRootUrl,ParameterValue=$TEMPLATE_ROOT_URL \
53+
ParameterKey=S3BucketName,ParameterValue=<store-buketname> \
54+
ParameterKey=ExistingBucket,ParameterValue=false
5355

5456
```
5557

docs/orchestration/cromwell/cromwell-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,9 @@ This value can also be supplied as a Java command line variable.
210210

211211
### Accessing the Cromwell server
212212

213-
The Cromwell EC2 instance may be accessed using the [AWS Session Manager](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/session-manager.html). Please note that by default this will log you in as user `ec2-user` in the directory `/usr/bin`. You may prefer to become the ec2-user with the command `sudo su - ec2-user` which will switch you to that user's home directory.
213+
The Cromwell EC2 instance may be accessed using the [AWS Session Manager](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/session-manager.html) via console or in the terminal with the command `aws ssm start-session --target <instance-id>`.
214+
215+
Please note that by default this will log you in as user `ec2-user` in the directory `/usr/bin`. You may prefer to become the ec2-user with the command `sudo su - ec2-user` which will switch you to that user's home directory.
214216

215217
### Stop / Start / Restart the Cromwell service
216218

0 commit comments

Comments
 (0)