Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/en/user-guide/aws/elb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ The following command creates a listener for the load balancer created in the pr

{{< command >}}
$ listenerArn=$(awslocal elbv2 create-listener \
--protocol HTTP \
--port 80 \
--default-actions '{"Type":"forward","TargetGroupArn":"'$targetGroup'","ForwardConfig":{"TargetGroups":[{"TargetGroupArn":"'$targetGroup'","Weight":11}]}}' \
--load-balancer-arn $loadBalancer | jq -r '.Listeners[]|.ListenerArn')
{{< /command >}}
Expand Down