Thursday, October 31, 2019

Cloud migration steps

 Cloud infrastructure offers many benefits, compared to the on-premises infrastructure.
Here are they in short:
  • cost reduction
  • security
  • scalability
  • mobility
  • disaster recovery
  • control
  • conpetitive edge

1. Plan and prepare for migration

Before you start the actual migration to the cloud, you have to prepare for it. The level of preparation details depends on your business, but there are some basic steps you should take.
First, you should be clear about the reasons why you’re moving to the cloud. The cloud offers many benefits, but you must be sure what exact benefits your organizations will get by moving your applications to the cloud.
It may be a good idea to assign a manager to plan and oversee the entire migration process. During a large migration project, organizations have to make many technical plans and decisions, and having a specialist is critical to the success of the project.
When you move an application from an on-premise data center to the cloud, there are two ways you can migrate your application—a shallow cloud integration or a deep cloud integration.
For a shallow cloud integration (sometimes called “lift-and-shift”), you move the on-premise application to the cloud, and make no—or limited—changes to the servers in the cloud for the purpose of running the application. Any application changes are just enough to get it to run in the new environment. You don’t use cloud-unique services. This model is also known as lift-and-shift because the application is lifted “as is” and moved, or shifted, to the cloud intact.
For a deep cloud integration, you modify your application during the migration process to take advantage of key cloud capabilities. This might be something simple like using auto scaling and dynamic load balancing, or it might be as sophisticated as utilizing serverless computing capabilities for portions of the application.

2. Choose your cloud environment

Before you start your cloud migration, you have to decide what kind of cloud model will you adopt. First you must choose whether you want to go single or multi-cloud.
A single cloud environment is accomplished by using a single cloud provider to serve any and all applications or services that the organization decides to migrate to the cloud. Single cloud environments can utilize either private or public clouds, using whichever one better serves their current and future needs.
They enable organizations to move workloads to the cloud as their needs grow, with the option to expand the number of virtualized servers if their need grows beyond a single cloud server’s limits. Often, organizations with a single cloud model are employing the cloud for a single service or application, such as email, enterprise resource planning (ERP), customer relationship management (CRM), or similar.
In a multi-cloud environment, an organization uses multiple different public cloud services, often from multiple different providers. The different clouds may be used for various tasks to achieve best-of-breed results or to reduce vendor lock-in. This reflects the growing acknowledgement that not all clouds are created equal -- Marketing and Sales, for instance, likely have different needs than Software Development or R&D, and different cloud solutions can meet those requirements more effectively.
Multiple clouds also give organizations added peace of mind by minimizing dependence on any one provider, often decreasing costs and increasing flexibility.
Based on a service that the cloud is offering, we are speaking of either:
  • IaaS (Infrastructure-as-a-Service)
  • PaaS (Platform-as-a-Service)
  • SaaS (Software-as-a-Service)
  • or, Storage, Database, Information, Process, Application, Integration, Security, Management, Testing-as-a-service

3. Migrate applications and data & review

If you have planned your migration carefully, the actual migration process should go smoothly and quickly.
Depending on the size of your databases and applications, you will use different techniques for actually copying everything over. If you don’t have too much to migrate, you can just copy the data over your internet connection. This approach isn’t ideal for larger workloads. You might have very long transfer times or charges from the cloud provider. To deal with this, you could compress the data before sending it. Alternatively, you could ship your physical drives to the provider to reduce bandwidth costs.
It’s important to take of security during the migration. Any temporary storages for your data should be as secure as the end destination.
Cloud providers will most likely give you access to various cloud migration tools. Use them to help you with migration.
Even after you’ve finished migrating everything to the cloud, there are a few more things to consider. Most important is resource optimization. The cloud is optimized for dynamic resource allocation, and when you allocate resources (servers, for example) statically, you’re not taking advantage of the cloud’s strengths. As you move into the cloud, make sure your teams have a plan for distributing resources to your application.

Conclusion

Moving your business applications and data to the cloud can be a great strategic move that gives you a competitive edge by reducing IT costs, enabling application scalability and many other benefits.
The complexity of the cloud migration process depends mostly on the size and complexity of your business operations. In this article, we have covered the basic steps you should have in mind when migrating to the cloud.

No comments:

Post a Comment