I have a .NET web application that is deployed to EC2 instances via AWS Elastic Beanstalk.
I have auto-scaling enabled with instance counts ranging from 3-10. I have notifications in place that tell me when new instances are added and no-longer-needed instances are removed from the cluster.
Sometimes, around when the instances are added/removed, I'm getting complaints from my users that they are seeing the IIS web server web page - you know, the blue one...? After a few seconds, the same user is able to see the application correctly and things work fine.
I've turned off sticky sessions and I've enabled connection draining - what could be causing this?