aws-ecs: minHealthyPercent default value should match documented default in ecs service #14277
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
breaking-change
This issue requires a breaking change to remediate.
bug
This issue is a bug.
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
p2
Please see:
The default value of minHealthyPercent is 50. See in the source.
The documented default value is 100%.
This discrepancy is a bit weird, perhaps we could simply leave the value undefined; set the default according to the rules in the documentation; or always set it to 100%.
The text was updated successfully, but these errors were encountered: