Skip to content

Commit 9f75cfc

Browse files
authored
Fixed ambiguity in README for Issue #1.
1 parent f971955 commit 9f75cfc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bash standalone_install.sh
4040

4141
#### 2.1.2 Install and Configure AWS CLI
4242

43-
One should have an **AWS account**. Also, at the coordinator node,
43+
One should have an **AWS account**. Also, at your host machine,
4444
one should have installed the latest **aws-cli** with credentials well configured (so that
4545
we can manipulate all the nodes in the cluster remotely via command line tools.).
4646

@@ -89,11 +89,11 @@ vim ec2_node_template.yml
8989
# relevant key:
9090
# BlockDeviceMappings/Ebs/VolumeSize: how large is the storage of each node
9191
# KeyName: the path to the key file (relative to ~/.ssh/) you plan to use to
92-
# log into each node of the cluster from your coordinator node
92+
# log into each node of the cluster from your host machine
9393
vim run.sh
9494
# relevant variable:
9595
# LOCAL_PRIVATE_KEY: the path to the key file (should be absolute) you plan to use to
96-
# log into each node of the cluster from your coordinator node
96+
# log into each node of the cluster from your host machine,
9797
# i.e., the same as the one you configure in ec2_node_template.yml
9898
9999
# 2. cluster-related

0 commit comments

Comments
 (0)