Scottpedia
557f13f661
Update Cloudformation template ( #1446 )
2023-08-18 20:42:15 -05:00
hwdsl2
5a4a97bf1a
Update docs
2023-08-17 22:08:49 -05:00
Scottpedia
49c974f831
Cloudformation template improvements ( #1435 )
2023-08-17 21:55:27 -05:00
hwdsl2
3e343f9d3c
Update docs
2023-07-29 01:41:34 -05:00
Scottpedia
ef24c47928
Re-add AWS Deployment Template ( #1427 )
2023-07-29 00:49:47 -05:00
hwdsl2
d9560a610f
Remove aws
...
- Remove aws/ folder at author's request.
2022-03-18 18:20:11 -05:00
hwdsl2
f0300e7b56
Update templates
2022-03-02 22:51:41 -06:00
hwdsl2
ec089cf800
Update docs
2022-02-26 18:12:47 -06:00
hwdsl2
38ba5f0f7e
Update template
...
- Remove CentOS 8 from AWS template, which is EOL.
2022-02-26 18:11:54 -06:00
hwdsl2
8be670c4c8
Update templates
...
- Update the AWS and Azure deployment template or script to use
the VPN quick start script instead of vpnsetup.sh. The quick
start script sets up IKEv2 automatically, so users don't need
to manually set up IKEv2.
2022-02-25 23:50:55 -06:00
hwdsl2
b073db65a6
Update docs
...
- Update aws/README-zh.md. Ref: #1086
2022-01-24 21:31:54 -06:00
scottpedia
7cb733c99a
Update README.md ( #1086 )
...
- change the url to the latest redirection destination
- cli line fix
- update year
2022-01-24 21:28:33 -06:00
hwdsl2
a5f84d11d1
Update docs
2022-01-22 15:34:38 -06:00
hwdsl2
fa6a84ff98
Update docs
2022-01-18 00:07:35 -06:00
hwdsl2
a88ea14a4b
Update docs
2022-01-16 23:05:17 -06:00
LLZ
e0cbc1db49
Update AWS template ( #1022 )
...
- remove unnecessary references
2021-09-28 22:32:01 -05:00
hwdsl2
560d433918
Update template
2021-08-13 02:12:23 -05:00
hwdsl2
7376fc02d2
Update docs
2021-06-04 17:27:21 -05:00
hwdsl2
7fa6df6105
Update docs
...
- Remove Ubuntu 16.04, whose standard support will end on April 30,
2021
- Add a note on CentOS Linux 8
2021-04-26 00:06:17 -05:00
hwdsl2
92d3835311
Remove Ubuntu 16.04
...
- Remove Ubuntu 16.04 from templates, whose standard support will end on
April 30, 2021.
2021-04-26 00:01:14 -05:00
hwdsl2
6c5e29351f
Optimize images
2021-04-16 22:27:49 -05:00
Jin Jie
170ea8cfa5
Fix availability zone selection ( #953 )
...
* Update cloudformation-template-ipsec.json
Co-authored-by: Scottpedia
2021-03-20 21:33:12 -05:00
Jin Jie
11a0ef16d5
Remove "beta" banner on AWS page and minor improvements ( #952 )
...
- Remove "beta" banner
- Update template file name to add "json" suffix
- Use a python dictionary to store AMI info
Co-authored-by: Scottpedia
2021-03-20 11:43:21 -05:00
hwdsl2
97624bf292
Update docs
2021-02-04 21:43:03 -06:00
hwdsl2
bdfd0be345
Update AWS docs
...
- Add a note on cleaning up the key pair(s)
2021-01-09 14:43:37 -06:00
hwdsl2
2b80fb4ad8
Update AWS template
...
- Add a prefix to the key pair name
2021-01-09 14:25:13 -06:00
hwdsl2
dabf765978
Update year
2021-01-03 00:35:24 -06:00
hwdsl2
40b8561962
Update AWS docs
2021-01-02 14:29:12 -06:00
hwdsl2
753bf5a387
Update AWS template
...
- Minor cleanup
2021-01-02 11:43:19 -06:00
S. X. Liang
f205ecd6f8
Add CentOS 7/8 and Amazon Linux 2 support to Cloudformation template ( #901 )
...
Add CentOS 7/8 and Amazon Linux 2 support to Cloudformation template.
See #901 for details.
Co-authored-by: Scottpedia
2021-01-02 11:40:04 -06:00
hwdsl2
8c166aa4c1
Update AWS docs
2020-12-27 22:43:33 -06:00
S. X. Liang
42feb1fe44
Update README-zh.md ( #899 )
...
- add note to warn users of the possible unavailability of certain instance types in certain regions.
2020-12-27 22:24:32 -06:00
S. X. Liang
922e983830
Update README.md ( #898 )
...
- add note to warn users of the possible unavailability of certain instance types in certain regions.
2020-12-27 22:24:12 -06:00
hwdsl2
d9ab6ae1a5
Update docs
...
- Add a note about the default usernames for Debian/Ubuntu EC2 instances
- Ref: #887
2020-12-08 00:25:26 -06:00
S. X. Liang
26d5b30434
Add link to cloudformation console to the cloudformation page for user convenience. ( #886 )
...
- add link to the stack creation wizard for better user convenience.
2020-12-02 23:04:15 -06:00
hwdsl2
fe01d0aa29
Update AWS template
...
- Send cfn-signal on error, so that stack creation can be cancelled
earlier without waiting for the timeout
- Other minor improvements
2020-11-09 00:32:05 -06:00
hwdsl2
72237c8e56
Update AWS template
...
- Increased timeout to 15 mins
- Exit script on command failures using bash "-e" flag
- Update docs
2020-11-07 14:55:02 -06:00
S. X. Liang
08c6ab2135
Update cloudformation-template-ipsec ( #850 )
...
* Update cloudformation-template-ipsec
- Add "CreationPolicy" to notify the user when the setup script succeeds on the virtual machine. The stack fails if the script fails.
- The timeout is 10 minutes.
- This feature is to be tested on Debian(s). I have personally tested it on Ubuntu20.
* Update README.md
- Remove the notice no longer needed. (The stack will be flagged as CREATE_COMPLETE only when the script succeeds on the VM.)
* Update README-zh.md
- 移除没用的贴士。堆栈将会自动检查脚本是否成功执行。
2020-11-07 14:41:22 -06:00
hwdsl2
7d3046fc14
Update docs
...
- Add translation for AWS deployment README
2020-08-29 14:06:59 -05:00
hwdsl2
ec869e7c05
Update AWS template
...
- Remove Debian 10, which doesn't work on EC2 for IPsec/L2TP mode due to:
https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/clients.md#debian-10-kernel
2020-08-28 00:05:52 -05:00
hwdsl2
1d8b3550cb
Update docs
2020-08-27 23:47:46 -05:00
hwdsl2
a0e0a6ba54
Update AWS template
...
- Filter AMIs using official Ubuntu and Debian AWS account IDs
- Change Debian AMI names back to using wildcards
- Closes : #841
2020-08-27 22:47:46 -05:00
hwdsl2
220954470d
Update docs
2020-08-27 01:16:34 -05:00
hwdsl2
89a7008a6c
Update AWS template
...
- Change Debian AMI names to be more specific
Ref: https://wiki.debian.org/Cloud/AmazonEC2Image
- Change default OS to Ubuntu 20.04
- Minor wording changes
2020-08-27 00:27:00 -05:00
hwdsl2
580678aed5
Update docs
2020-08-26 23:53:41 -05:00
S. X. Liang
736877330b
Add AWS deployment template ( #838 )
...
Add AWS deployment template
Authored-by: Scottpedia (https://github.com/Scottpedia )
2020-08-26 22:20:04 -05:00