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?