© 2026 Hashnode
Today, I implemented the Lift and Shift migration strategy to move my VProfile application into AWS.The goal was simple: move the project as-is from a local environment to AWS with minimal code changes, while keeping the same stack and architecture. ...

Introduction As a cloud engineer, mastering the command line is a fundamental skill that allows you to manage cloud resources efficiently. From navigating file systems to automating infrastructure with AWS CLI (Command Line Interface), shell commands...

What is The AWS Auto Scaling ? AWS auto scaling is used to scale up and scale down the EC2-instance by depending up on the incoming traffic. You can scale up and scale down the applications in few minutes based up on the traffic which will decrease...

Introduction AWS Auto Scaling monitors your applications and automatically adjusts capacity to maintain steady, predictable performance at the lowest possible cost. Using AWS Auto Scaling, it’s easy to setup application scaling for multiple resources...

I remember yesterday when we were all supposed to keep resources at maximum capacity to maintain the application's performance to cope with fluctuating traffic load. On the one hand, our many resources remained unused most of the time, and on the oth...
