availabilityZoneRebalancing
Indicates whether to use Availability Zone rebalancing for the service.
For more information, see Balancing an Amazon ECS service across Availability Zones in the Amazon Elastic Container Service Developer Guide.
The default behavior of AvailabilityZoneRebalancing
differs between create and update requests:
For create service requests, when when no value is specified for
AvailabilityZoneRebalancing
, Amazon ECS defaults the value to toENABLED
.For update service requests, when no value is specified for
AvailabilityZoneRebalancing
, Amazon ECS defaults to the existing service’sAvailabilityZoneRebalancing
value. If the service never had anAvailabilityZoneRebalancing
value set, Amazon ECS treats this asDISABLED
.
This parameter doesn't trigger a new service deployment.