Change README.md
This commit is contained in:
parent
e31c3e1bd3
commit
b4809e97de
4 changed files with 11 additions and 15 deletions
|
@ -16,28 +16,24 @@ You can also use `t2.micro` instance as your server for your deployment, which i
|
|||
|
||||
> When choosing your username and password, do not enter special characters like `" ' \`.
|
||||
|
||||
Make sure to do this with an **AWS ROOT ACCOUNT** or an **IAM ACCOUNT** with **ADMINISTRATION PRVILEGE**. AWS Cloudformation requires the template file to be store on AWS S3, while a [copy](./cloudformation-template-ipsec) is available on Github. If you want to make any contributions to this template, make sure to contact me so that I can update the template on S3.
|
||||
|
||||
Make sure to do this with an **AWS ROOT ACCOUNT** or an **IAM ACCOUNT** with **ADMINISTRATION PRVILEGE**.
|
||||
If you are confused about the instance types available, go to the [FAQ](#faqs) section and check out **"Instance Type Selection"**.
|
||||
|
||||
Download the template file [**here**](https://raw.githubusercontent.com/hwdsl2/setup-ipsec-vpn/master/aws/cloudformation-template-ipsec) and upload it as the template source in the stack creation wizard.
|
||||
|
||||

|
||||
|
||||
At step 4, make sure to confirm that this template may create IAM resources.
|
||||
|
||||

|
||||
|
||||
Click the icon below to initiate the launching sequence.
|
||||
|
||||
<a href="https://console.aws.amazon.com/cloudformation/home#/stacks/new?templateURL=https://vpn-tutorial-template.s3.ca-central-1.amazonaws.com/cloudformation-template-ipsec"><img src="../docs/images/cloudformation-launch-stack-button.png" alt="Deploy to AWS" height="60px"></a>
|
||||
<a href="https://console.aws.amazon.com/cloudformation/home#/stacks/new"><img src="../docs/images/cloudformation-launch-stack-button.png" alt="Deploy to AWS" height="34px"></a>
|
||||
|
||||
Make sure the deployment is successful before going to [Next Step: Configure VPN Clients](https://git.io/vpnclients).
|
||||
|
||||
# FAQs
|
||||
<details>
|
||||
<summary>
|
||||
Instance Type Selection
|
||||
</summary>
|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
A spreadsheet that includes the raw instance data across all AWS regions is available [here](https://vpn-tutorial-template.s3.ca-central-1.amazonaws.com/Analysis+on+Regional+Availability+of+Selected+Instances+Types+on+AWS+EC2.xlsx).
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
|
@ -60,4 +56,4 @@ Copyright (C) 2020 [S. X. Liang](https://github.com/scottpedia)
|
|||
|
||||
## Screenshots
|
||||
|
||||
<img src="specify-template.png" width="50%" height="50%" alt="Step 1"><img src="specify-parameters.png" width="50%" height="50%" alt="Step 2"><img src="confirm-iam.png" width="50%" height="50%" alt="Step 4">
|
||||
<img src="specify-template.png" width="50%" height="50%" alt="Step 1"><img src="specify-parameters.png" width="50%" height="50%" alt="Step 2">
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 417 KiB |
Binary file not shown.
Before Width: | Height: | Size: 207 KiB |
BIN
aws/upload-the-template.png
Normal file
BIN
aws/upload-the-template.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 759 KiB |
Loading…
Add table
Reference in a new issue