-
Hey! We were trying move from an ecs fargate service without autoscaling to one with autoscaling. Is there a way to do it with no downtime? Right now, it seems like there's not. |
Beta Was this translation helpful? Give feedback.
Answered by
denis256
Feb 8, 2022
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
denis256
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
yes, from my tests I found that when enabling auto-scaling ECS service is recreated which will lead to downtime, as a workaround - I was thinking that can be created separated service with auto scale, traffic shifted to new service and then old one can be removed.