将 ELB 实例附加到 "Application Load Balancer"
Attach ELB instance to "Application Load Balancer"
问题
如何将 Elastic Beanstalk 实例附加到 Application Load Balancer (ALB)?
为什么 ALB 被忽略而 AWS 创建了一个新的经典 LB?
AWS Elastic Beanstalk Configuring an Application Load Balancer 文档说:
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.
问题
如何将 Elastic Beanstalk 实例附加到 Application Load Balancer (ALB)?
为什么 ALB 被忽略而 AWS 创建了一个新的经典 LB?
AWS Elastic Beanstalk Configuring an Application Load Balancer 文档说:
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.