Skip to content

Commit 7cb733c

Browse files
authored
Update README.md (hwdsl2#1086)
- change the url to the latest redirection destination - cli line fix - update year
1 parent 8992213 commit 7cb733c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

aws/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This template will create a fully-working IPsec VPN server on Amazon Elastic Com
77
Available customization parameters:
88

99
- Amazon EC2 instance type
10-
> **Note**: It is possible that not all instance type options offered by this template are available in a specific AWS region. For example, you may not be able to deploy an `m5a.large` instance in `ap-east-1` (hypothetically). In that case, you might experience the following error during deployment: `The requested configuration is currently not supported. Please check the documentation for supported configurations`. Newly released regions are more prone to having this problem as there are less variety of instances. For more info about instance type availability, refer to [https://ec2instances.info](https://ec2instances.info).
10+
> **Note**: It is possible that not all instance type options offered by this template are available in a specific AWS region. For example, you may not be able to deploy an `m5a.large` instance in `ap-east-1` (hypothetically). In that case, you might experience the following error during deployment: `The requested configuration is currently not supported. Please check the documentation for supported configurations`. Newly released regions are more prone to having this problem as there are less variety of instances. For more info about instance type availability, refer to [https://instances.vantage.sh/](https://instances.vantage.sh/).
1111
- OS for your VPN server (Ubuntu 20.04/18.04, Debian 9, CentOS 8/7, Amazon Linux 2)
1212
> **Note:** Before using the Debian 9 image on EC2, you need to first subscribe at the AWS Marketplace: [Debian 9](https://aws.amazon.com/marketplace/pp/B073HW9SP3).
1313
- Your VPN username
@@ -69,7 +69,7 @@ You will need to save the private key from the **Outputs** tab to a file on your
6969

7070
To apply proper permissions to your private key file, run the following command under the directory where the file is located:
7171
```bash
72-
sudo chmod 400 key-file.pem
72+
$ sudo chmod 400 key-file.pem
7373
```
7474

7575
Example command to login to your EC2 instance using SSH:
@@ -80,4 +80,4 @@ $ ssh -i path/to/your/key-file.pem instance-username@instance-ip-address
8080

8181
## Author
8282

83-
Copyright (C) 2020-2021 [S. X. Liang](https://github.com/scottpedia)
83+
Copyright (C) 2020-2022 [S. X. Liang](https://github.com/scottpedia)

0 commit comments

Comments
 (0)