There is a possibility that you may need to adjust the number of resources serving the application, so application load can be managed without any issues. Manual configuration of increasing and decreasing resources based on load application is not only facing difficulties but also hardly serves the purpose effectively.
It is better to scale in and scale out automatically, so whenever peak load is countered on the application, then additional resources are allocated automatically and whenever the load is normal, additional resources can be deallocated.
There are some visible benefits of Auto Scaling:
In short, Auto Scaling feature in AWS provides us flexibility to manage application traffic in a cost-effective manner. We can achieve this by configuring the minimum number of instances in each Auto Scaling group. This minimum number of instances...