Tony Greenberg

The Technologist's Guide to Trust, Tech, Life and Society

  • Tech
    Tech
    Show More
    Top News
    customer demand
    Why Good Service Is All About Trust
    December 17, 2024
    detroit decay
    Where’s My Flying Car … and an Efficient IT Market?
    December 17, 2024
    Big Business Keeps Buying Startups
    Save the Entrepreneur: Big Business Keeps Buying Startups, And Killing ‘Em
    December 17, 2024
    Latest News
    The Decay of Modern Day Communication & Demoralizing Lack of Accountability in Personal Messaging Which is Especially Dangerous Given all the Nearby Baboons
    December 2, 2024
    MARC ANDREESSEN REBUTTAL 2020
    December 10, 2024
    How CIOs Must Maximize ROI ~ Learn This Or Find A New Role – Joe Weinman
    December 12, 2024
    10 Magic Questions to Make Your Project Go Right- How to Kick Ass by Kicking Assumptions
    December 12, 2024
  • Business
    Business
    Show More
    Top News
    customer demand
    Why Good Service Is All About Trust
    December 17, 2024
    Simplify your life
    From Dr. Bronner’s to Pressure Cookers
    December 17, 2024
    The Tug of War – Ethical vs. Economic Decisions
    December 12, 2024
    Latest News
    The Decay of Modern Day Communication & Demoralizing Lack of Accountability in Personal Messaging Which is Especially Dangerous Given all the Nearby Baboons
    December 2, 2024
    Hiding Fees & Tips in the Transparent Age is Just Bad Business
    February 21, 2025
    More Ignorance or Indignance in the Wake of Covid-19?
    February 21, 2025
    MARC ANDREESSEN REBUTTAL 2020
    December 10, 2024
  • Tony
    Tony
    Show More
    Top News
    The Arithmetic of Relationships > What’s Our Mutual Net Profit?
    January 26, 2025
    HIGH HELLS – The Demise of Powerful Femininity
    December 12, 2024
    Mastering Human and Business Development
    December 9, 2024
    Latest News
    Trap: How DMN8 Gym Became A Poster Child for Fitness Fraud
    May 16, 2025
    DMN8 The Most Beautiful (Crooked) Gym in the World?
    May 16, 2025
    Mastering BD: The Art of the No That Opens the Real Door
    March 22, 2025
    Productivity Apps That Rocked My World in 2024: Secrets of a Workflow Wizard
    February 25, 2025
  • TonyG: Transforming Industries and Perceptions
Reading: Key Cloud Migration Decisions
Share
Aa

Tony Greenberg

The Technologist's Guide to Trust, Tech, Life and Society

Aa
  • Tech
  • Business
  • Tony
  • TonyG: Transforming Industries and Perceptions
  • Tech
  • Business
  • Tony
  • TonyG: Transforming Industries and Perceptions
Follow US
Tony Greenberg > Blog > Featured > Key Cloud Migration Decisions
FeaturedCloudTech

Key Cloud Migration Decisions

Tony Greenberg
Last updated: 2024/12/16 at 4:17 AM
Tony Greenberg
Share
13 Min Read
SHARE

Key Cloud Migration Decisions
Key Cloud Migration DecisionsMost legacy applications have implicit assumptions about operating systems, hardware, geography, latency, throughput, scalability, governance, access rights, monitoring and other aspects that must be carefully addressed before deploying to the public cloud.

Contents
Migration DecisionsPublic Cloud vs. Private CloudHow to Diagnose Moving DifficultyHybridizing AppsThe Final Step: Migrating Apps to SaaSKey Cloud Migration Decisions – Conclusion

by Alex Veytsel, Steve Lerner and Tony Greenberg
as published by Microsoft TechNet 

When faced with the many opportunities afforded by a cloud  infrastructure—on-demand scale, potential cost reductions, elimination of complex maintenance processes, etc.—the decision to build a new application in a public cloud is often a no-brainer, especially for the buyer with the mindset of prioritizing agility and speed-to-market over customization and the perceived security/reliability advantages of internal infrastructure.

Migrating an existing application, however, is a different beast. Most legacy applications have implicit assumptions about operating systems, hardware, geography, latency, throughput, scalability, governance, access rights, monitoring and other aspects that must be carefully addressed before deploying to the public cloud. Some of these have been addressed through the experiences of adapting these applications to function correctly in a private cloud, but the provisioning of shared resources in a public cloud remains a more difficult leap.

Migration Decisions

When deciding whether or not to migrate existing functionality to the cloud, the decision criteria are more complex than for new builds. Key questions in “cloud planning” include:

  • Should I migrate to a public cloud (and if so, which one), or a private cloud within my existing data center?
  • How can I tell if my application can be moved to the public cloud at all? Should I engage in an application remediation strategy to accommodate such a move or rebuild from scratch?
  • Should I hybridize my application to move some part of functionality to the public cloud while keeping other components on an internal private cloud?
  • When should I consider public cloud SaaS solutions for my end-users, and how should I approach the build? If so, is portability across multiple heterogeneous clouds important for my application and how can it be achieved?

For those enterprises that are just beginning their journey and not yet ready to tackle the full depth of analysis needed for migration, we offer a few rules of thumb for the first few questions above. However, it should be noted that this is only the first step. For organizations with large application portfolios, it is important to go beyond these rough guidelines and establish a consistent scoring and evaluation across disciplines and departments, so that they can effectively prioritize those best suited for cloud migration. More thorny issues of formalizing these rules as well as dealing with governance issues of regulatory constraints, security restrictions, access rights, and SLA commitments often wind up being solved with another technology layer of planning and governance software.

Public Cloud vs. Private Cloud

Many of the advantages of the public cloud can be achieved with a private cloud capability as well — by deploying similar mechanisms used in a public cloud, but within the existing data center and implementing an on-demand, API-driven orchestration layer. Key criteria that would lead buyers to choose this approach instead of public cloud include:

  • Predictable Demand — if you know what amount of compute capacity and storage you will need a year from now, you can provision virtual or even dedicated servers to meet the demand. If every month brings new surprises, private cloud deployments can prevent overprovisioning waste or under-provisioning congestion, not to mention the stress of hitting tight deployment windows.
  • Consistent Demand — for services that have the same amount of volume each hour, day of the week, and each month, a private cloud deployment may make sense. The same goes for those whose divisions have that peaks are asynchronous enough to benefit from optimizing utilization among disparate user groups.  When considering projects in industries like retail (with a Black Friday spike and a broader December plateau) or online games, where winter weekends spike demand, the public cloud becomes more attractive.
  • Tight Coupling Between Apps and Devices — if an application is tightly integrated with other applications or hardware (such as network attached storage devices) that you are not yet ready to move to the cloud, it may encounter latency issues or other problems when moved by itself. A private cloud deployment will help mitigate this issue.
  • Specific Network Access — if applications are required to access specific networks for connection to clients, offices, or other network dependent entities, private cloud may be the only choice due to the ability to deploy hardware on a specific network or mix of networks.

How to Diagnose Moving Difficulty

In our experience, the customers that could benefit the most from moving to the public cloud were often the ones least able to do it due to core assumptions in the design of their applications. Some of the ones we have seen in the past include:

  • Hard-coded Geography and Network Topology — applications may have implicit assumptions as to where they are on the network and in the world. Hard-coded IP addresses are the easiest example, but other decisions may assume geographic or network hop proximity to resources that the cloud instance will no longer have nearby.
  • Tight / Undocumented Latency Needs — in designing data center deployments, we have worked with buyers whose SAN needed to be no further than 20 feet away from their servers because their applications would time out otherwise. In a cloud environment, even if your storage is in the same location (not always guaranteed), it may be a mile away in the same data center campus.
  • Extreme Throughput — many cloud storage providers shy away from high performance database storage altogether because of an inability to hit IOPS targets. Even services ostensibly designed to support databases don’t always offer the consistent high throughput of dedicated hardware.[1] Applications built on high-performance throughput assumptions may not be able to adapt to the more variable – if not outright lower – performance of their cloud instance.

If your application faces multiple constraints such as the one above, it may be worth it to look to the next generation and build for the cloud in the next major release rather than try and adapt existing functionality built on the assumptions of certain latency, throughput, and location.

Hybridizing Apps

Another interim step is “hybridizing” an application to run some instances or functionality in the public cloud while retaining the core on an internal private cloud. Key decision criteria that would make this approach desirable include:

  • Limitations in Existing Infrastructure — a hybrid approach is often useful to overcome specific gaps in the original design. For example, if a company has a single data center on the West Coast of the U.S., a public cloud extension or instance can better serve customers on the East Coast or in Europe while retaining centralization / synchronization to the master database.
  • Low Cost Added Availability — a Tier IV data center can cost up to 50% more than a Tier III data center while offering only 1.2 more hours of uptime annually. So when your app must be available 24x7x365, a light version of an app hosted in a public cloud that can hold down the fort during datacenter outages or maintenance can be a life saver at a fraction of the cost of extra redundancy.
  • Event-Based Demand Spikes — if your spike demand (say due to a promotion or media coverage) is different from your regular demand profile, it may be possible to build functionality just for that extraordinary bulge in the public cloud, trading in some performance for extra flexibility. The interface or functionality or response time might be a bit off, but your one-time spike users will never notice.

The Final Step: Migrating Apps to SaaS

The last key migration question is when to make a more wholesale change from a client application to software as a service (SaaS), and if so, how much to rely on pre-built functionality of a PaaS or SaaS vendor rather than developing in house. Rather than a classic migration dilemma, this is more of an architectural decision, and is made at a more strategic level based on the following questions:

  • What’s Less Predictable: Configuration or Access? — the bane of the desktop application is the plurality of desktop hardware and software configurations and the possible conflicts this engenders. If the desktop is not locked down, client-side apps are harder to build and support than browser-based apps. Conversely, if access to the internet is more inconsistent, then SaaS often runs into problems absent client-side workarounds, while local apps work better.
  • Can I Support Constant Releases? — a major advantage of SaaS approaches is the constant addition of incremental functionality. If developing significant functionality in-house but without tight QA controls, this advantage can turn into a liability quickly, as bugs are introduced along with new features on a weekly or monthly basis. The discipline of the development process becomes key.
  • How Much Lock-In Is Acceptable? — IaaS approaches, while not perfectly interchangeable, can be switched with relatively little pain. PaaS and SaaS platforms are much easier to get started on but may be much harder to leave. If Microsoft or salesforce.com is a strategic vendor that you trust implicitly, the tradeoff is worth it. If you envision changing platforms down the road, a more generic approach may be better.

Key Cloud Migration Decisions – Conclusion

The decision to choose public or private cloud-based solution is not trivial even for new builds — a stigma of risk still hovers over the industry given outages at some public cloud vendors. When migrating existing applications, the risk threshold is even higher and buyers still often choose to only dip their toes by virtualizing within existing data centers or building extensions in the cloud while keeping the core as it was.

As public cloud technology matures, the aspect of risk will start to fade away. What will remain is the tradeoff between easy / rapid scale on one hand and customization / control to accommodate application-specific environments on the other. And as connectivity becomes more ubiquitous, and development discipline reduces the need for fine-tuning hardware, all three flavors of public cloud: IaaS, PaaS, and SaaS, will become increasingly viable targets, not just for new apps, but for migration of legacy functionality.

Share this:

  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X
  • Click to share on Pocket (Opens in new window) Pocket
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Reddit (Opens in new window) Reddit
  • Click to email a link to a friend (Opens in new window) Email
  • Click to print (Opens in new window) Print

Related

You Might Also Like

The Decay of Modern Day Communication & Demoralizing Lack of Accountability in Personal Messaging Which is Especially Dangerous Given all the Nearby Baboons

POWERING PURPOSE-DRIVEN INNOVATION

Innovative Thinking with Tony Greenberg – The Scale Up Show with Ryan Staley 2024

Forward Health is a sideway step at best

More Ignorance or Indignance in the Wake of Covid-19?

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
[mc4wp_form]
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share this Article
Facebook Twitter LinkedIn Copy Link Print
Share
By Tony Greenberg
Follow:
I speed through life building relationships, businesses and finding extraordinary people and contemplating the curious decisions they make. The premise of this space is to expose the bridges and chasms of trust, truth and bias that I encounter daily.
Previous Article Founders Institute Banking on the Wrongs ~ A Guide to the Anti-Millennial Funding Craze
Next Article Profiling the Public Cloud Buyer
Leave a comment Leave a comment

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Stay Connected:

Business InsiderHuffington PostRSSTony on TwitterTony on FacebookRampRate on FacebookTony on LinkedIn

Business Insider

Huffington Post

RSS

Twitter

Facebook

Linkedin

Forbes

Latest News

Trap: How DMN8 Gym Became A Poster Child for Fitness Fraud
Tony May 16, 2025
DMN8 The Most Beautiful (Crooked) Gym in the World?
Tony May 16, 2025
Mastering BD: The Art of the No That Opens the Real Door
Tony March 22, 2025
Productivity Apps That Rocked My World in 2024: Secrets of a Workflow Wizard
Tony December 11, 2024

Copyright ©2000 - 2024. All Rights Reserved.

Welcome Back!

Sign in to your account

Lost your password?