Amio.io
Amio.io

Reputation: 21585

Attach ELB instance to "Application Load Balancer"

Questions

  1. How to attach Elastic Beanstalk instance to Application Load Balancer (ALB)?

  2. Why is ALB ignored and AWS creates a new Classic LB?

Upvotes: 2

Views: 235

Answers (1)

John Rotenstein
John Rotenstein

Reputation: 270124

The AWS Elastic Beanstalk Configuring an Application Load Balancer documentation says:

You can set the load balancer type only during environment creation using the EB CLI, the Elastic Beanstalk APIs, or using .ebextensions like the one in the example .ebextensions/application-load-balancer.config; the console does not support this functionality.

Upvotes: 2

Related Questions