【问题标题】:Change Visibility of AWS Application Load Balancer to Internal Load Balancer将 AWS Application Load Balancer 的可见性更改为内部负载均衡器
【发布时间】:2020-04-29 20:48:07
【问题描述】:

我创建了一个应用程序负载均衡器并将其设置为公共。我已经对某些东西进行了分叉,并希望将其转换为内部负载均衡器,以便仅向 VPC 资源公开。但是当我将可见性选项从“公共”更改为“内部”时,我收到了这个错误 -

Updating Load Balancer listener named: 
arn:aws:elasticloadbalancing:ap-south-1:xxxxxxxxx:listener/app/awseb-AWSEB-xxxxxxxxxxxxxx/xxxxxxxxxxxxxx/xxxxxxxxxxxxxx failed Reason: 
The following target groups cannot be associated with more than one load balancer:
 arn:aws:elasticloadbalancing:ap-south-1:xxxxxxxxxxxxxx:targetgroup/awseb-AWSEB-xxxxxxxxxxxxxx/xxxxxxxxxxxxxx 
(Service: AmazonElasticLoadBalancingV2; Status Code: 400; Error Code: TargetGroupAssociationLimit)

【问题讨论】:

  • 尝试本地化问题。例如创建新的内部 LB 而不是更新现有的,然后尝试将目标组移动到新的 LB。

标签: amazon-web-services amazon-elastic-beanstalk aws-application-load-balancer


【解决方案1】:

我最近遇到了这个问题。要修复它,我必须禁用规则侦听器。之后,我能够将其从公共设置为内部。

【讨论】:

  • 我没有要禁用的规则侦听器
猜你喜欢
  • 2020-12-31
  • 2023-02-09
  • 1970-01-01
  • 2022-06-23
  • 1970-01-01
  • 1970-01-01
  • 2018-12-18
  • 2016-11-12
相关资源
最近更新 更多