<How to avoid ECS Spot instance termination while ...
# questions
u
How to avoid ECS Spot instance termination while processing user requests? I'm planning to run an ECS cluster with an ALB in front of spot instances. As an example: A user's request enters a container that is running on spot, but before getting the response, the spot instance is terminated. That will return an error, right? How can I resolve this type of issue? Is there any way to stop sending requests before it was gone?