AWS sent notice that they are going to enable AZ Rebalancing by default on ECS services on June 30, 2025. There is an option to set enableAvailabilityZoneRebalancing
to false
in order to opt an ECS service out of this. However, I am not sure how to set this option for a Convox service using Rack v2 with ECS.
Would it be possible to add support for this option by the AWS deadline? It is important to be able to disable this for long-running worker processes, or else they could be interrupted mid-job.
Thanks in advance