Explorar el Código

Add README.md for EC2 module

Aashish Goyal hace 1 año
padre
commit
38965ef569
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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