通过Cloudformation创建负载均衡器

0

【以下的问题经过翻译处理】 使用目标组,是否可以将多个应用程序关联至由cloudformation生成的ELB?

profile picture
專家
已提問 5 個月前檢視次數 39 次
1 個回答
0

【以下的回答经过翻译处理】 你好,

是可以的。

你可以通过使用aws::ElasticLoadBalancingV2::Listener类型将负载均衡器与多个目标组关联起来,通过监听器将它们链接在一起:

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html

在它的默认操作中,你可以指定目标组arn:

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-action.html

希望有所帮助 ;)

profile picture
專家
已回答 5 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南

相關內容