通过Cloudformation创建负载均衡器

0

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

1 Risposta
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
ESPERTO
con risposta 5 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande