This change allows to associate targets on per listener rule basis, instead of creating one Target Group for Application Load Balancer. It adds flexibility into ALB creation.
Motivation and Context
New functionality can be helpful in scenario where architecture contains one central Inbound VPC with configured ALB that is load balancing traffic between multiple targets across various VPCs connected via TGW or VPC Peering. Separate targets might be selected based on listener rules condition.
How Has This Been Tested?
Test environment has been deployed and inbound flows tested with central public ALB.
Screenshots
Types of changes
New feature (non-breaking change which adds functionality)
Checklist
[x] I have updated the documentation accordingly.
[x] I have read the CONTRIBUTING document.
[x] I have added tests to cover my changes if appropriate.
Description
This change allows to associate targets on per listener rule basis, instead of creating one Target Group for Application Load Balancer. It adds flexibility into ALB creation.
Motivation and Context
New functionality can be helpful in scenario where architecture contains one central Inbound VPC with configured ALB that is load balancing traffic between multiple targets across various VPCs connected via TGW or VPC Peering. Separate targets might be selected based on listener rules condition.
How Has This Been Tested?
Test environment has been deployed and inbound flows tested with central public ALB.
Screenshots
Types of changes
Checklist