Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elbv2 #102

Open
shivako opened this issue May 17, 2018 · 1 comment
Open

elbv2 #102

shivako opened this issue May 17, 2018 · 1 comment

Comments

@shivako
Copy link

shivako commented May 17, 2018

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
Copy link

dermot commented May 19, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants