小编har*_*wal的帖子

将 AWS Application Load Balancer 的可见性更改为内部负载均衡器

我创建了一个 Application Load Balancer 并将其设置为公共。我已经分叉了某些东西,并希望将其转换为内部负载均衡器,以便它仅暴露给 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)
Run Code Online (Sandbox Code Playgroud)

amazon-web-services amazon-elastic-beanstalk aws-application-load-balancer

6
推荐指数
1
解决办法
855
查看次数