Ultimate access to all questions.
An online retail application requires migration to AWS due to increasing traffic. The current setup includes a web server handling sessions in memory and a separate MySQL database server. High traffic leads to memory overload and performance issues, primarily due to session management. The developer plans to migrate the web server using EC2 instances with Auto Scaling and an Application Load Balancer. What changes should be made to enhance performance?