You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update ECS service and Fargate documentation for new AZ rebalancing default values (#35156)
Updates documentation to reflect ECS change in default behavior for the
`AvailabilityZoneRebalancing` property:
- For create service requests, when no value is specified for
AvailabilityZoneRebalancing, Amazon ECS defaults to ENABLED if the ECS
service is compatible with AvailabilityZoneRebalancing. If the ECS
service is not compatible with AvailabilityZoneRebalancing, Amazon ECS
defaults to DISABLED.
- For update service requests, when no value is specified for
AvailabilityZoneRebalancing, Amazon ECS defaults to the existing
service’s AvailabilityZoneRebalancing value. If the service never had an
AvailabilityZoneRebalancing value set, Amazon ECS treats this as
DISABLED.
### Issue # (if applicable)
Closes #<issue number here>.
### Reason for this change
<!--What is the bug or use case behind this change?-->
### Description of changes
<!--
What code changes did you make?
Why do these changes address the issue?
What alternatives did you consider and reject?
What design decisions have you made?
-->
### Describe any new or updated permissions being added
<!-- What new or updated IAM permissions are needed to support the
changes being introduced? -->
### Description of how you validated changes
<!-- Have you added any unit tests and/or integration tests? Did you
test by hand? -->
### 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*
0 commit comments