-
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.
fix(ecs): separate application and network load balanced services (#3719
) Separate out the logic for fronting a service behind either an application or network load balancer from the LoadBalancedServiceBase to either ApplicationLoadBalancedServiceBase or NetworkLoadBalancedServiceBase. **Changes:** * Created the ApplicationLoadBalanced*Service and NetworkLoadBalanced*Service constructs to separate out the logic between using either LoadBalancer type. * Removed unused properties. * Deleted the LoadBalanced*Service constructs. BREAKING CHANGE: The LoadBalancedServiceBase, LoadBalancedEc2Service and LoadBalancedFargateService constructs have been separated out into Application and Network LoadBalancedService constructs for both Ec2 and Fargate Services.
- Loading branch information
Showing
21 changed files
with
612 additions
and
189 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.