File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
4444one should have installed the latest ** aws-cli** with credentials well configured (so that
4545we 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
9393vim 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
You can’t perform that action at this time.
0 commit comments