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.