From e032ab09fb2be672bf7615f454090060ec744a2d Mon Sep 17 00:00:00 2001 From: huyhoangpham Date: Fri, 22 Sep 2023 11:17:26 +0200 Subject: [PATCH] doc: rename filename --- README.md | 2 +- ...atabase and EC2 Instances.docx => Project1.docx} | Bin ... Database and EC2 Instances.pdf => Project1.pdf} | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename manual/{Creating a VPC with Database and EC2 Instances.docx => Project1.docx} (100%) rename manual/{Creating a VPC with Database and EC2 Instances.pdf => Project1.pdf} (100%) diff --git a/README.md b/README.md index 78657a5..27d98d9 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ You are expected to provide step-by-step instructions for creating and configuri Then the RDS database supporting multi availability zones is created in a private subnet to only allow data access from the EC2 instances within the security group. Http requests a forwarded from the Internet Gateway to the EC2 instances which can access the data from the RDS database and send the response via Internet Gateway to the client. -
The manual steps to achieve the same result using the AWS management console are documented [here](https://github.com/huyphamch/terraform-aws-create-web-rds/blob/master/manual/Creating a VPC with Database and EC2 Instances.pdf) \ No newline at end of file +
The manual steps to achieve the same result using the AWS management console are documented [here](https://github.com/huyphamch/terraform-aws-create-web-rds/blob/master/manual/Project1.pdf) \ No newline at end of file diff --git a/manual/Creating a VPC with Database and EC2 Instances.docx b/manual/Project1.docx similarity index 100% rename from manual/Creating a VPC with Database and EC2 Instances.docx rename to manual/Project1.docx diff --git a/manual/Creating a VPC with Database and EC2 Instances.pdf b/manual/Project1.pdf similarity index 100% rename from manual/Creating a VPC with Database and EC2 Instances.pdf rename to manual/Project1.pdf