We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d2904 commit 8608a94Copy full SHA for 8608a94
content/en/user-guide/aws/elb/index.md
@@ -84,6 +84,8 @@ The following command creates a listener for the load balancer created in the pr
84
85
{{< command >}}
86
$ listenerArn=$(awslocal elbv2 create-listener \
87
+ --protocol HTTP \
88
+ --port 80 \
89
--default-actions '{"Type":"forward","TargetGroupArn":"'$targetGroup'","ForwardConfig":{"TargetGroups":[{"TargetGroupArn":"'$targetGroup'","Weight":11}]}}' \
90
--load-balancer-arn $loadBalancer | jq -r '.Listeners[]|.ListenerArn')
91
{{< /command >}}
0 commit comments