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
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Description
I'm trying to configure an AWS ECS service deployment using the following YAML configuration:
However, it seems that the current implementation of the
ecspackage in goformation (https://github.com/awslabs/goformation/blob/master/cloudformation/ecs/aws-ecs-service_deploymentconfiguration.go#L31) includesomitemptyon theMinimumHealthyPercentfield, which prevents me from setting thex-aws-min_percentvalue to 0.Is there any way to configure the AWS ECS service deployment to achieve the desired behavior? Please advise.