Skip to content

Commit d1a6b1c

Browse files
committed
Update docs
1 parent 6ca596b commit d1a6b1c

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

aws/README-zh.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929

3030
[![Launch stack](images/cloudformation-launch-stack-button.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/new)
3131

32+
## 延伸阅读
33+
34+
了解有关此 CloudFormation 模板设计的更多信息:
35+
36+
[Introduction to AWS CloudFormation with Example Project Walk-Through](https://nixsanctuary.com/introduction-to-aws-cloudformation-with-example-project-walk-through/)
37+
3238
## 屏幕截图
3339

3440
<details>
@@ -122,4 +128,4 @@ $ ssh -i path/to/your/new-key-file.pem instance-username@instance-ip-address
122128

123129
## 作者
124130

125-
版权所有 (C) 2020-2024 [Scott X. L.](https://github.com/scottpedia) <[[email protected]](mailto:[email protected])>
131+
版权所有 (C) 2020-2025 [Scott X. L.](https://github.com/scottpedia) <[[email protected]](mailto:[email protected])>

aws/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ Click the icon below to start:
2929

3030
[![Launch stack](images/cloudformation-launch-stack-button.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/new)
3131

32+
## Further reading
33+
34+
Learn more about the design of this CloudFormation template:
35+
36+
[Introduction to AWS CloudFormation with Example Project Walk-Through](https://nixsanctuary.com/introduction-to-aws-cloudformation-with-example-project-walk-through/)
37+
3238
## Screenshots
3339

3440
<details>
@@ -122,4 +128,4 @@ You may use the "Delete" button on the CloudFormation stack page to delete the C
122128

123129
## Author
124130

125-
Copyright (C) 2020-2024 [Scott X. L.](https://github.com/scottpedia) <[[email protected]](mailto:[email protected])>
131+
Copyright (C) 2020-2025 [Scott X. L.](https://github.com/scottpedia) <[[email protected]](mailto:[email protected])>

aws/cloudformation-template-ipsec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"based on the work of Lin Song <[email protected]> : https://github.com/hwdsl2/setup-ipsec-vpn",
1010
"The latest version of this template can be found at : https://github.com/hwdsl2/setup-ipsec-vpn/aws",
1111
"",
12-
"Copyright (C) 2020-2024 Scott X. L. <[email protected]>",
12+
"Copyright (C) 2020-2025 Scott X. L. <[email protected]>",
1313
"",
1414
"This work is licensed under the Creative Commons Attribution-ShareAlike 3.0",
1515
"Unported License: http://creativecommons.org/licenses/by-sa/3.0/",

0 commit comments

Comments
 (0)