Ver Fonte

Add README.md for EC2 module

Aashish Goyal há 1 ano atrás
pai
commit
38965ef569
1 ficheiros alterados com 7 adições e 0 exclusões
  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