0

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.

  • Auto Scaling group can automatically detect when an instance is unhealthy and replace it with a new one: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html#replace-unhealthy-instance – TengFeiXie May 02 '23 at 07:05
  • How I am going to retrieve the IIS server cache when the instance is terminated.? – Rehan Shakeel May 03 '23 at 08:04

0 Answers0