From 610033b353078253232f7c49d38f6b7a54a75cc4 Mon Sep 17 00:00:00 2001
From: "S. X. Liang" <60531983+Scottpedia@users.noreply.github.com>
Date: Tue, 18 Aug 2020 23:57:26 -0400
Subject: [PATCH 1/4] Update README.md
---
aws/README.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/aws/README.md b/aws/README.md
index 981d1c3..1281d3d 100644
--- a/aws/README.md
+++ b/aws/README.md
@@ -42,9 +42,7 @@ A spreadsheet that includes the raw instance data across all AWS regions is avai
How to connect to the server via ssh after deployment?
-AWS does not allow users to access the instances with an SSH password. Instead, users are instructed to create "key pairs", which are used as credentials to access the instances via SSH.
-
-The template here generates a key pair for you during the deployment, and that will be available as plain texts in the **"Output"** section after the stack is successfully created.
+AWS does not allow users to access the instances with an SSH password. Instead, users are instructed to create "key pairs", which are used as credentials to access the instances via SSH. The template here generates a key pair for you during the deployment, and that will be available as plain texts in the **"Output"** section after the stack is successfully created.
You need to note down that key file if you want to later access the VPN server via SSH.
From 0c040e87b80ae696b5863bef350d6583b69c12c2 Mon Sep 17 00:00:00 2001
From: "S. X. Liang" <60531983+Scottpedia@users.noreply.github.com>
Date: Wed, 19 Aug 2020 00:00:06 -0400
Subject: [PATCH 2/4] Update README.md
---
aws/README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/aws/README.md b/aws/README.md
index 1281d3d..0b1ffc7 100644
--- a/aws/README.md
+++ b/aws/README.md
@@ -31,6 +31,7 @@ Make sure that the deployment is successful before going to the [Next Step : Con
Instance Type Selection
+
I have made only a few general-purpose, x64-based instance types available. That's because not all instance types are available in all AWS Regions. Even some of the instance types available in the template are not available in certain AWS regions. So be careful which instance type to choose. The figure below shows the number of regions where each of the selectable instance type is available.

@@ -42,7 +43,10 @@ A spreadsheet that includes the raw instance data across all AWS regions is avai
How to connect to the server via ssh after deployment?
-AWS does not allow users to access the instances with an SSH password. Instead, users are instructed to create "key pairs", which are used as credentials to access the instances via SSH. The template here generates a key pair for you during the deployment, and that will be available as plain texts in the **"Output"** section after the stack is successfully created.
+
+AWS does not allow users to access the instances with an SSH password. Instead, users are instructed to create "key pairs", which are used as credentials to access the instances via SSH.
+
+The template here generates a key pair for you during the deployment, and that will be available as plain texts in the **"Output"** section after the stack is successfully created.
You need to note down that key file if you want to later access the VPN server via SSH.
From 5eaac51db29f13031308334627f06efa0865d255 Mon Sep 17 00:00:00 2001
From: "S. X. Liang" <60531983+Scottpedia@users.noreply.github.com>
Date: Wed, 19 Aug 2020 13:34:40 -0400
Subject: [PATCH 3/4] Update README.md
---
aws/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aws/README.md b/aws/README.md
index 0b1ffc7..8f51e80 100644
--- a/aws/README.md
+++ b/aws/README.md
@@ -24,7 +24,7 @@ Click the icon below to initiate the launching sequence.
-Make sure that the deployment is successful before going to the [Next Step : Configure VPN Clients](../docs/clients.md).
+You need to **wait for 5~10 minutes** for the VPN installation script to finish after the stack is shown as successfully created, before you can connect to the server. During that period, you can prepare your VPN client software by visiting ["Next Step: Configuring VPN Clients"](../docs/clients.md).
# FAQs
From 9ea7b74e12073b2702e19724ed203f6ad23c0fbf Mon Sep 17 00:00:00 2001
From: "S. X. Liang" <60531983+Scottpedia@users.noreply.github.com>
Date: Wed, 19 Aug 2020 13:36:16 -0400
Subject: [PATCH 4/4] Update README.md
---
aws/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aws/README.md b/aws/README.md
index 8f51e80..dff306d 100644
--- a/aws/README.md
+++ b/aws/README.md
@@ -24,7 +24,7 @@ Click the icon below to initiate the launching sequence.
-You need to **wait for 5~10 minutes** for the VPN installation script to finish after the stack is shown as successfully created, before you can connect to the server. During that period, you can prepare your VPN client software by visiting ["Next Step: Configuring VPN Clients"](../docs/clients.md).
+You need to **wait for 5~10 minutes** for the VPN installation script to finish after the stack is shown as successfully created, before you can connect to the server. During that period, you can prepare your VPN client software by visiting ["Next Step: Configuring VPN Clients"](../docs/clients-xauth.md).
# FAQs