ThoughtWorksStudios / eb_deployer

AWS Elastic Beanstalk blue-green deployment automation from ThoughtWorks Mingle Team
MIT License
400 stars 94 forks source link

elbv2 #102

Open shivako opened 6 years ago

shivako commented 6 years ago

I am using classing load balancer for which I am using aws.elb. config elements in eb_deployer.yml file. I want to create ALB instead of ELB and so trying to use aws.elbv2. . This one is not working, it is still creating classic LB with default port 80. How do I trigger creating ALB instead of ELB Any help?

dermot commented 6 years ago

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environments-cfg-alb.html#environments-cfg-alb-console-example

Search for Application Load Balancer Namespaces. There's doc for how to add an ebextension file, but I'm pretty sure you could just add it to the option_settings in eb_config.yml.