From d1a6b1c0e423f8f1fabec9c672cff7ead3eb47cc Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Tue, 24 Jun 2025 23:46:57 -0500 Subject: [PATCH] Update docs --- aws/README-zh.md | 8 +++++++- aws/README.md | 8 +++++++- aws/cloudformation-template-ipsec.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/aws/README-zh.md b/aws/README-zh.md index 282a6a8..31080dc 100644 --- a/aws/README-zh.md +++ b/aws/README-zh.md @@ -29,6 +29,12 @@ [![Launch stack](images/cloudformation-launch-stack-button.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/new) +## 延伸阅读 + +了解有关此 CloudFormation 模板设计的更多信息: + +[Introduction to AWS CloudFormation with Example Project Walk-Through](https://nixsanctuary.com/introduction-to-aws-cloudformation-with-example-project-walk-through/) + ## 屏幕截图
@@ -122,4 +128,4 @@ $ ssh -i path/to/your/new-key-file.pem instance-username@instance-ip-address ## 作者 -版权所有 (C) 2020-2024 [Scott X. L.](https://github.com/scottpedia) <[ge105@ncf.ca](mailto:ge105@ncf.ca)> +版权所有 (C) 2020-2025 [Scott X. L.](https://github.com/scottpedia) <[ge105@ncf.ca](mailto:ge105@ncf.ca)> diff --git a/aws/README.md b/aws/README.md index 36e390e..6192ebd 100644 --- a/aws/README.md +++ b/aws/README.md @@ -29,6 +29,12 @@ Click the icon below to start: [![Launch stack](images/cloudformation-launch-stack-button.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/new) +## Further reading + +Learn more about the design of this CloudFormation template: + +[Introduction to AWS CloudFormation with Example Project Walk-Through](https://nixsanctuary.com/introduction-to-aws-cloudformation-with-example-project-walk-through/) + ## Screenshots
@@ -122,4 +128,4 @@ You may use the "Delete" button on the CloudFormation stack page to delete the C ## Author -Copyright (C) 2020-2024 [Scott X. L.](https://github.com/scottpedia) <[ge105@ncf.ca](mailto:ge105@ncf.ca)> +Copyright (C) 2020-2025 [Scott X. L.](https://github.com/scottpedia) <[ge105@ncf.ca](mailto:ge105@ncf.ca)> diff --git a/aws/cloudformation-template-ipsec.json b/aws/cloudformation-template-ipsec.json index cbcc6a1..44277b8 100644 --- a/aws/cloudformation-template-ipsec.json +++ b/aws/cloudformation-template-ipsec.json @@ -9,7 +9,7 @@ "based on the work of Lin Song : https://github.com/hwdsl2/setup-ipsec-vpn", "The latest version of this template can be found at : https://github.com/hwdsl2/setup-ipsec-vpn/aws", "", - "Copyright (C) 2020-2024 Scott X. L. ", + "Copyright (C) 2020-2025 Scott X. L. ", "", "This work is licensed under the Creative Commons Attribution-ShareAlike 3.0", "Unported License: http://creativecommons.org/licenses/by-sa/3.0/",