You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ A picture is worth a thousand words:
44
44
1. Click the **Upload SSH public key** button at the bottom of the page
45
45
1. Paste your public SSH key into the text-area and click the **Upload SSH public key** button to save
46
46
1. Attach the IAM permissions defined in `iam_ssh_policy.json` to the EC2 instances (by creating an IAM role and an Instance Profile)
47
-
1. Run the `install.sh` script as `root` on the EC2 instances
47
+
1. Run the `install.sh` script as `root` on the EC2 instances. Run `install.sh -h` for help.
48
48
1. Connect to your EC2 instances now using `ssh $Username@$PublicName` with `$Username` being your IAM user, and `$PublicName` being your server's name or IP address
0 commit comments