Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 519 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 519 Bytes

AWS ALB with Terraform

AWS ALB Controller

Terraform to manage ALB in AWS via Terraform. Integrating EC2 and Lambdas with ALB, re-route traffic to different ec2 or lambds basd on reqeusts url.

  1. Configure EC2 instances
  2. Create an ALB Target Group
  3. Add the ALB Target Group attachment
  4. Create an ALB Listener
  5. Manage custom ALB Listener rules
  6. Test the path-based routing on ALB
  7. Integrate ALB with AWS Lambda
  8. Integrate ALB with AWS Web Application Firewall