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
While trying to update the protection status of a task, if you receive a DEPLOYMENT_BLOCKED error message, it means the service has more protected tasks than the desired count of tasks for the service. To resolve this error, do one the following:
- Wait for the current task protection to expire. Then set task protection.
- Determine which tasks can be stopped. Then use UpdateTaskProtectionwith the protectionEnabled option set to false for these tasks.
- Increase the desired task count of the service to more than the number of protected tasks.
Protection manager does not handle the case when:
Text from here https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-scale-in-protection.html
The text was updated successfully, but these errors were encountered: