I have an auto-scaling group configured with min/max value 1. When the instance fails, there are active calls that would be going on via the server. I want to set up IIS server on aws FSx file system that will act as a cache when my ec2 goes down, it will keep the information and pass to the newly created ec2 instance. Is it possible to set up?
Is there any better solution for this? Any good approach or alternative solution will be appreciated.