Skip to content

Commit

Permalink
feat(ecs): support availability zone rebalancing (#32263)
Browse files Browse the repository at this point in the history
### Issue # (if applicable)

Closes #32226

### Reason for this change

New AZ rebalancing feature is not yet supported in L2 constructs.


### Description of changes

Add `availabilityZoneRebalancing` to the props of FargateService and Ec2Service, and validate all the documented constraints on it being `ENABLED`.


### Description of how you validated changes

Unit and integration tests.


### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
isker authored Feb 5, 2025
1 parent 361c7d3 commit a8e2622
Show file tree
Hide file tree
Showing 26 changed files with 5,460 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a8e2622

Please sign in to comment.