-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ecs-patterns): add listener port as a property for network/appli…
…cation load balanced services (#4825) * - feat(ecs-patterns): allow to specify different NLB listener port other than the default 80(fix #4793) - feat(ecs-patterns): public facing NLB fronted fargate tasks with assignPublicIp enabled should allow all ipv4 traffic to the ingress port on the fargate task * - support ApplicationLoadBalancedServiceBase as well - remove non-related logic to another PR * minor fix * minor fix * minor fix * add the testing * add more tests: ✔ setting NLB special listener port to create the listener ✔ setting ALB special listener port to create the listener ✔ setting ALB HTTPS protocol to create the listener on 443 ✔ setting ALB HTTP protocol to create the listener on 80 ✔ setting ALB without any protocol or listenerPort to create the listener on 80 * minor lint fix * minor fix
- Loading branch information
1 parent
b7297fa
commit 20b8e5d
Showing
5 changed files
with
1,152 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.