Introduction: AWS Auto Scaling is one of the most powerful features and reasons to move your applications to the cloud, as it helps you in building resilient architecture and reduce the cost of maintaining infrastructure with the highest capacity needed. However, there are a few items to consider when building an auto-scaling architecture, to ensure...
Introduction One of the common issues we ran into when running an application on a multi-server environment is how to manage sessions. especially an AWS auto-scaling architecture. In this article, we’re going to discuss some approaches we used in our manage environments to overcome such issues. Load Balancer Session Stickness: AWS application load balancer...