Преглед изворни кода

Add README.md for EC2 module

Aashish Goyal пре 1 година
родитељ
комит
38965ef569
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      modules/ec2/README.md

+ 7 - 0
modules/ec2/README.md

@@ -0,0 +1,7 @@
+# EC2 Module Description
+
+* Create security group for load balancer and ec2 servers
+* Use `for_each` function for ingress / egress security group rules to add multiple rule config
+* Setup application load balancer with its listeners and target groups
+* Add autoscaling group with custom launch configuration
+* Provisioned servers will automatically add / remove from the target group