Commit 88f3e04
authored
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*1 parent 33703c7 commit 88f3e04
File tree
2 files changed
+2
-2
lines changed- packages/aws-cdk-lib/aws-ecs/lib
- ec2
- fargate
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments