The ultimate guide to monitoring your cloud IT and hybrid IT infrastructure 3/6

 Originally published on July 25, 2022 by Sascha Neumeier
Last updated on January 23, 2024 โ€ข 17 minute read

Before you start reading the article: This is part three of a six-part blog series. If you already know the previous parts, feel free to read on below. Otherwise, let me briefly explain the structure.

Each blog post in the series builds on the last one. The practical examples refer to our fictional company Example Inc.. I described the structure of the company at the beginning of part 1.


Good. Now that you know the setting, let's get started! ๐Ÿ˜Š


Part 3 โ€“ How to migrate your on-premises IT to the cloud step by step

Glad you joined in for part 3 of our big Cloud & Hybrid IT special. This time we take a look at the different ways you can migrate your on-premises IT to the cloud.

A cloud migration strategy is part of any solid business strategy. Before we look at a practical example - namely the migration of our demo company's intranet server from on premises to the cloud - I have a bit of theory for you.

If you want to go directly to the practical example, either click here, or scroll briefly over the theoretical content (maybe there is something exciting anyway ๐Ÿฅฐ).

Select the suitable migration method

For the actual migration, you need the right method. To take some of the complexity out of the whole topic, I'll briefly show you the different methods.

Hybrid extension This involves adding cloud capabilities to on-premises applications while keeping much of their functionality on-premises or in a local private cloud.
Lift and shift With this method, the applications to be migrated are moved to the cloud without any adjustments and continue to operate there without any changes.
Lift and extend In this case, the applications to be migrated are adapted to the cloud provider's platform or moved to it. They are then optimized for the cloud.
Full rebuild This means that the applications are redeveloped natively in the cloud. Currently, this variant is still the most rarely used migration strategy.

โš ๏ธ Choosing a migration method for one specific use case does not mean that you will treat your entire infrastructure in the same way.

In practice, a lift and shift may be ideal for certain applications, while a full rebuild may make more sense for others. It depends on your individual situation and may differ in every company.

๐Ÿ’ฏ No matter how big or small your IT infrastructure is: Take the time to think through a migration strategy and write it down. I don't recommend the "just do it" principle.

Avoid downtime and monitor  environmental conditions  Get an overview about your data center,  including energy consumtion, room  temperature, and physical access metrics. Learn more

What you should also think about

Migration order

Which of your application areas are most suitable for migration to the cloud? ๐Ÿค” It's best to look at each of your systems and assess their suitability for a move to the cloud.

This will give you an overview that you can use to decide which systems to start your migration with. In practice, BI and CRM systems are quite suitable for migration, while ECM systems, for example, often require more complex preparation.

Multicloud

Be sure to think about a multicloud approach up front. By this I mean using multiple cloud and storage services in a heterogeneous architecture.

Spreading your infrastructure across multiple cloud hosting environments spreads your risk, gives you more flexibility and allows you to optimize performance. ๐Ÿ“ˆ

In addition, multiple cloud providers often enable you to meet your compliance and data protection requirements in the best possible way.

After the cloud migration is before the cloud-to-cloud migration

In the long run, your journey won't end with your chosen cloud provider. One in three companies with hybrid IT has already performed a cloud-to-cloud migration.

This is where the advantages of monitoring come into play. Monitoring won't make your cloud provider better, but it will help you measure its reliability and decide when it's a good time to switch.

That means: Keep your flexibility ๐Ÿ–– and don't make your applications and infrastructure dependent on a particular cloud service. Another move is bound to come!

Don't be afraid to start with a lean solution and scale up step by step later. If you have a strategy in place, the path to the cloud is pretty straightforward.


To consider how easy it is, let's look at the case of our Example Inc..

We are migrating our intranet server to the cloud

There are many reasons to move your infrastructure, or at least parts of it, to the cloud. It starts with cost optimization, higher security, and increasing flexibility up to better efficiency, because you can focus on your core business.

In our example, we are migrating our intranet application server to the cloud. For a long time, Example Inc. got along wonderfully with an on-premises intranet.

However, recently applications have started running slowly, and you can almost hear gears creaking each time a request is made. It's time to pick up speed again and host our intranet in the cloud.

The data is kept safe in the cloud, and access is exclusively via an internally reachable VPN. Another advantage is that we have virtually unlimited storage space in the cloud.

Now, let's migrate! This is how the configuration of our on-premises server in PRTG looks like at the moment:

intranet-server-before-migration-in-prtg-hosted-monitor

As you can see, the current configuration is running on a physical Dell Server. Now, Example Inc. wants to move its intranet application to the cloud.

In our example, we use Amazon's computing capacity for this purpose. Their solution is called Amazon EC2, an acronym for Amazon Elastic Compute Cloud. You can read more about EC2 at the AWS website.

On our virtual machine in the AWS universe, we install the latest Windows OS with all the necessary updates. Next, we start the installation of our intranet application.

Finally, we move on to the migration of the data. From our on-prem system, we start a data export and import the data to our newly installed cloud-based intranet solution.

In PRTG, we then only need to add the new device and include the necessary sensors. We use the AWS EC2 sensor to monitor the virtual machine itself. For monitoring the application, we use sensors like the SSL Certificate sensor, HTTP sensors and more.

๐Ÿ‘จโ€๐Ÿ’ป In many cases you don't even have to change the sensors of the application. Most sensors of our device "intranet.example.org" would just continue to work.

 

As long as the routing and firewall settings fit, it doesn't matter for Paessler PRTG if the server points to an internal IP or to an instance at AWS.


In the end, this is what it looks like in our PRTG Hosted Monitor:

intranet-server-after-migration-in-prtg-hosted-monitor

If you compare the screenshots before and after, you will see that the monitoring has remained almost unchanged. Instead of the physical machine, we now monitor the AWS instance. Within the application server, the sensor types remain identical.

If you click on the AWS EC2 Sensor, it provides more information:

intranet-server-after-migration-in-prtg-hosted-monitor-details-in-aws

The AWS EC2 v2 sensor monitors the performance of an Elastic Compute Cloud (EC2) instance by reading its data from Amazon CloudWatch via the AWS API.

Migration without reinstallation

Assuming your device to be migrated is already a virtual VMware machine, you could even migrate directly to the cloud without reinstalling. Find out how this works with VMware here: VMware Docs - Migrate a Virtual Machine to Cloud

What happens to the old sensors?

That's entirely up to you! ๐Ÿง You can either delete the sensors of the old on-prem device. Alternatively, you can pause the sensors (or the whole device) and keep the historical data of the sensors. This can make sense if you want to check on something later, need historical uptime data from devices or services, etc.

Summary

The migration of an application server was only one example of many. You can map this to virtually any use case. If you can move a device or an app to the cloud, the basic steps are always the same. Whether you migrate your existing installation (including OS) or reinstall the operating system and only port the application depends on your use case.

Most important is to identify the most suitable migration method. In some cases, you're simply moving an old machine to the cloud so it can live out the rest of its life there before it's shut down - here, ideally, you're doing lift and shift.

Other systems start their lifecycle in the cloud from scratch. Here you will probably choose a full rebuild. This costs the most time, but you can be sure that you start with a clean installed system.

Hosted monitoring for small  & medium IT infrastructure  Monitor all the systems, devices, applications,  traffic, and more in your IT infrastructure with  our cloud-based monitoring solution. Learn more

To wrap up: 

โœ”๏ธ We considered the important requirements of a cloud-based monitoring tool.
โœ”๏ธ After that I showed you how to install Paessler PRTG Hosted Monitor to start monitoring right away.
โœ”๏ธ Together we migrated a system from on-prem to the cloud and learned about different migration methods.
โญ๏ธ In the next part, we swap the tie for the work gloves, and walk from the office to your OT area. ๐Ÿงค


Coming up in the next part of our series, I will show that it is really easy to monitor your Industrial environment with Paessler PRTG. ๐Ÿคฉ We will dive back into our Example Inc. where we have an IPC system, an OPC UA environment, MQTT, and a Siemens S7 PLC running on our network.

Thanks for using this guide โค๏ธ, and stay tuned and excited for our next article in the ultimate guide to monitor your cloud and hybrid IT infrastructure!