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
Report a conformance issue if DesiredCount is declared for auto-scaled ECS services.
Use Case
Declaring a DesiredCount for an ECS service can lead to availability issues.
Suppose a Service's DesiredCount is set to 2, and Application Auto Scaling has increased the count to 10 to accommodate current demand. When the stack is then updated to deploy new code, the DesiredCount will be reset to 2, leading to overload and failures that may require manual recovery.
Proposed Solution
Report a failure if DesiredCount is declared for such services.
Other information
No response
Acknowledge
I may be able to implement this feature request
This feature might incur a breaking change
The text was updated successfully, but these errors were encountered:
Description
Report a conformance issue if DesiredCount is declared for auto-scaled ECS services.
Use Case
Declaring a DesiredCount for an ECS service can lead to availability issues.
Suppose a Service's DesiredCount is set to 2, and Application Auto Scaling has increased the count to 10 to accommodate current demand. When the stack is then updated to deploy new code, the DesiredCount will be reset to 2, leading to overload and failures that may require manual recovery.
Proposed Solution
Report a failure if DesiredCount is declared for such services.
Other information
No response
Acknowledge
The text was updated successfully, but these errors were encountered: