What is the lift-and-shift approach when migrating to the cloud?
Many organizations decide to migrate their services and infrastructure to the cloud. In this way, they want to reduce server maintenance costs and, above all, ensure scalability and high availability of applications. Unfortunately, the process of moving services to the cloud may prove to be very costly and laborious. Sometimes it turns out that it is necessary to rewrite the application to support solutions available in the cloud. There are many ways to deal with this and one of them is the “lift-and-shift” approach.
In order to take full advantage of the benefits of migration to the cloud, we need to prepare the application to operate in a distributed environment and change its architecture in such a way that it is scalable. One of such methodologies for building applications is The twelve-factor app – application of twelve factors.
Spis treści
What is lift-and-shift?
One way to move services to clouds is to “upgrade and move” the current infrastructure from physical servers to cloud servers. This solution assumes the mapping of current solutions in services such as AWS, Digital Ocean or Microsoft Azure. Due to the fact that our application cannot take full advantage of cloud solutions (e.g. Auto Scaling group, CDN), it may turn out that it is not the cheapest solution. Sometimes a virtual server with the same power as our physical machine is much more expensive. Nevertheless, this solution allows for the fastest migration of solutions to the cloud. It also allows you to forget about such problems as managing your own server room, or damage to e.g. drives in the server.
The next step after migrating to the cloud should be rewriting the application to take full advantage of the new environment. A lift-and-shift approach is also a good solution for Disaster Recovery. Our infrastructure can be prepared for cloud services and used only when we switch from the main Data Center.
Application application is not equal to
Before deciding whether to move an application to the cloud using “lift-and-shift” or first change its architecture, we need to think about some criteria. Not every application is suitable for a simple transfer to cloud solutions. For example, if we use powerful servers, on which the software is used to count analysis or uses GPUs, we should first think about rewriting the application in such a way that it can work on many distributed servers. Migrating to a 1:1 cloud may not be possible, very expensive or we will not achieve the expected performance.
Small businesses may face a problem with insufficient resources to migrate to the cloud. They may be stuck at the stage of moving services to cloud servers, and will not find time to rewrite applications later.
Check other blog posts
See all blog postsWhy is it a good idea to split sites across different hosting accounts?
Read moreMultiple websites on one server is a threat that can have different faces. Find out what the most important ones are and see why you should split your sites on different hosting accounts. Powiązane wpisy: Compendium: how to secure your WordPress? Everything you have to keep in mind when creating an online store Useful plugins…
How do you get your website ready for Black Friday or more traffic?
Read moreToo much website traffic can be as disastrous as no traffic at all. A traffic disaster results in server overload. In such a situation, no one is able to use e.g. your online store’s offer, and you do not earn. Learn how to optimally prepare your website for increased traffic. Powiązane wpisy: Compendium: how to…
Password management or how not to lose your data
Read moreDo you have a bank account? Use the internet with your smartphone? Congratulations! Then you are on the brighter side of the power, where digital exclusion does not reach. But can you take care of the security of your data as effectively as you invite your friend for a beer via instant messenger? Powiązane wpisy:…