Amazon Elastic Load Balancing · Arazzo Workflow
Amazon Elastic Load Balancing Add a Host-Based Routing Rule
Version 1.0.0
Create a target group and attach a host-header rule to an existing listener.
View Spec
View on GitHub
Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalabilityArazzoWorkflows
Provider
Workflows
add-host-based-routing-rule
Create a target group and a host-header forwarding rule on a listener.
Chains createTargetGroup, createRule, and describeRules so a hostname is routed to a dedicated backend and the resulting rule set is confirmed.
1
createTargetGroup
createTargetGroup
Create the HTTP target group that the host-based rule will forward to.
2
createRule
createRule
Create a host-header condition rule that forwards matching requests to the new target group at the supplied priority.
3
describeRules
describeRules
Read the listener's rules back to confirm the new rule is present.