소스 검색

Add README.md for VPC module

Aashish Goyal 1 년 전
부모
커밋
93fe2b0756
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      modules/vpc/README.md

+ 7 - 0
modules/vpc/README.md

@@ -0,0 +1,7 @@
+# VPC Module Description
+
+* Create VPC resource with its public and private subnets
+* Use `count` function to create multiple public subnets in different availability zones for ALB
+* User data file name `userdata.sh` to run set of commands at instance launch time
+* Internet gateway and NAT gateway for public and private subnets
+* Route tables to configure routes of internet gateway with public subnets and NAT gateway with private subnets