Aashish Goyal 38965ef569 Add README.md for EC2 module il y a 1 an
..
README.md 38965ef569 Add README.md for EC2 module il y a 1 an
outputs.tf 09b4f56a8e infra: add `EC2` module to provision servers il y a 1 an
terraform.tf 09b4f56a8e infra: add `EC2` module to provision servers il y a 1 an
userdata.sh 09b4f56a8e infra: add `EC2` module to provision servers il y a 1 an
variables.tf 09b4f56a8e infra: add `EC2` module to provision servers il y a 1 an

README.md

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