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
I have a variety of ECS services that I manage with JSON templates. CI runs these and updates my services using aws ecs update-service --cli-input-json ...
I would like to enable Availability Zone Rebalancing. I see availabilityZoneRebalancing as an option in --generate-cli-skeleton for aws ecs create-service, but no such option for aws ecs update-service, despite aws-ecs update-service supporting --availability-zone-rebalancing as a flag.
Is there a way to manage this setting via JSON for an existing ECS service?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a variety of ECS services that I manage with JSON templates. CI runs these and updates my services using
aws ecs update-service --cli-input-json ...
I would like to enable Availability Zone Rebalancing. I see
availabilityZoneRebalancing
as an option in--generate-cli-skeleton
foraws ecs create-service
, but no such option foraws ecs update-service
, despiteaws-ecs update-service
supporting--availability-zone-rebalancing
as a flag.Is there a way to manage this setting via JSON for an existing ECS service?
Beta Was this translation helpful? Give feedback.
All reactions