Skip to content
11:11 Systems
The Resilient Cloud Platform
11:11 Systems11:11 Systems
  • Why 11:11
    • Submenu
      • Column 1
        • 11:11 Systems Consulting
          Consulting Services
          Global Regions
          Cloud Regions
          11:11 Systems Security
          Security

      • Column 2
        • Cloud Console
          Cloud Console
          Catalyst
          Planning and Assessment
          Compliance
          Compliance

      • WHY CHOOSE 11:11
      • Overview
      • Leadership
      • News & Media
      • ESG Program
      •  
      • Careers
      • Technology Partners
      • Customer Stories
      • Innovation Blog
  • Products & Services
    • Products & Services

        • Cloud Overview
        • Managed Public Cloud
        • Private Cloud
        • Object Storage
        • Cloud Labs
        • Flexible Cloud Environment/Colocation
        • AWS Solutions
        • Managed OS Services
        • Managed DB Services

        Infrastructure as a Service

        Take a 30-day free trial of 11:11 Cloud.

        Cloud hosting built for your business.
        START FREE TRIAL
        REQUEST A QUOTE

        • Backup Overview
        • Veeam Backup
        • Microsoft 365 Backup
        • Managed Backup for Cohesity
        • Cyber Vault
        • Data Protection Services
        Backup as a Service

        11:11 Cloud Backup

        Protect your data wherever it lives.
        REQUEST A QUOTE
        REQUEST A DEMO

        • DRaaS Overview
        • DRaaS for Veeam
        • DRaaS for Zerto
        • DRaaS for Azure
        • DRaaS for Cohesity
        • Managed Recovery
        • Cloud Recovery
        • Cyber Recovery Platform
        • Infrastructure Recovery
        • Continuity Consulting Services
        • Disaster Recovery Consulting
        Disaster Recovery

        5TB 30Day Free Trial of DRaaS for Veeam

        Protect your business-critical workloads and reduce recovery time with the Leader in Disaster Recovery.
        START FREE TRIAL
        LEARN MORE

        • Security Overview
        • Continuous Risk Scanning
        • Managed Detection and Response
        • Managed SIEM
        • Managed EDR
        • Managed Firewall
        • Application and Zero Trust Services
        Security Services

        Take the first steps toward cyber resilience.

        Download our white paper and learn how to stay ahead of threats.
        REQUEST A QUOTE
        DOWNLOAD NOW

        • Networking Overview
        • SD-WAN
        • Managed Connectivity for AWS Direct Connect
        • Multi-Cloud Connect
        • Network Consulting Services
        Connectivity Services

        Transform your network.

        Take your infrastructure and performance to the next level.
        REQUEST A QUOTE
        WATCH VIDEO
  • Solutions
    • Solutions Submenu
      • INDUSTRY
      • Education
      • Financial
      • Government
      • Healthcare
    • Solutions Business Objective Submenu
      • BUSINESS OBJECTIVE
      • Cyber Resilience
      • Modernize
      • Protect
  • Partners
    • Partners Submenu
      • Overview
      • Become a Partner
      • Partner Portals
  • Resources
    • Resources Submenu
      • Events
      • Webinars
      • News & Media
      • White Papers
      • Podcast
      • Data Sheets
      • Customer Stories
      • Innovation Blog
  • Support
    • Support Submenu
      • Contact Support
      • Product Documentation
      • API Documentation
Search:
  • Login
  • Contact
Header Right Menu
Free Trial
  • Why 11:11
    • Consulting Services
    • Cloud Console
    • Cloud Regions
    • Planning and Assessment
    • Security
    • Compliance
    • WHY CHOOSE 11:11
    • Overview
    • Leadership
    • News & Media
    • ESG Program
    • Careers
    • Technology Partners
    • Customer Stories
    • Blog
  • Products & Services
    • CLOUD
    • Cloud Overview
    • Managed Public Cloud
    • Private Cloud
    • Object Storage
    • Cloud Labs
    • Flexible Cloud Environment/Colocation
    • AWS Solutions
    • Managed OS Services
    • Managed DB Services
    • BACKUP
    • Backup Overview
    • Veeam Backup
    • Microsoft 365 Backup
    • Managed Backup for Cohesity
    • Cyber Vault
    • Data Protection Services
    • DISASTER RECOVERY
    • DRaaS Overview
    • DRaaS for Veeam
    • DRaaS for Zerto
    • DRaaS for Azure
    • DRaaS for Cohesity
    • Managed Recovery
    • Cloud Recovery
    • Cyber Recovery Platform
    • Infrastructure Recovery Services
    • Continuity Consulting
    • Disaster Recovery Consulting
    • SECURITY
    • Security Overview
    • Continuous Risk Scanning
    • Managed Detection and Response
    • Managed SIEM
    • Managed EDR
    • Managed Firewall
    • Application and Zero Trust Services
    • NETWORK
    • Network Overview
    • SD-WAN
    • Managed Connectivity for AWS Direct Connect
    • Multi Cloud Connect
    • Managed IP
  • Solutions
    • INDUSTRY
    • Education
    • Financial
    • Government
    • Healthcare
    • BUSINESS OBJECTIVE
    • Cyber Resilience
    • Modernize
    • Protect
  • Partners
    • Overview
    • Become a Partner
    • Partner Portals
  • Resources
    • Events
    • Webinars
    • News & Media
    • Whitepapers
    • Podcast
    • Datasheets
    • Customer Stories
    • Innovation Blog
  • Support
    • Contact Support
    • Product Documentation
    • API Documentation
  • Contact
  • Login
  • Free Trial
Tags: Cloud Services
Author: 11:11 Systems
Date: August 25, 2016

Ensuring Availability When Migrating Apps to the Cloud

Editor’s Note: As of January 2022, iland is now 11:11 Systems, a managed infrastructure solutions provider at the forefront of cloud, connectivity, and security. As a legacy iland.com blog post, this article likely contains information that is no longer relevant. For the most up-to-date product information and resources, or if you have further questions, please refer to the 11:11 Systems Success Center or contact us directly.

 

In this post, we want to focus on the availability aspects of migrating a typical application to the cloud.

 

One of the advantages of virtualization is the ability to encapsulate the contents of a physical server into a number of files on shared storage. In the event of the physical virtualization host failing, the VM can automatically restart on another available host in a crash-consistent manner. This is known as HA (High Availability) and protects VMs in the case of unplanned downtime; it just requires a reboot.

 

Capabilities such as vMotion or Live Migration allow running VMs to be migrated from one host to another without loss of service. This is great for planned downtime when VMs can be migrated away from a host to allow maintenance to be performed on the host without affecting production applications.

 

There is also the concept of dynamic resource scheduling, where the initial optimal placement of VMs is supported through a cluster of hosts. Those VMs can then be moved around using vMotion to balance the load across the cluster from a CPU and RAM perspective. The least active VMs are usually the ones that get moved around in this scenario.

 

Many IT teams have become accustomed to these capabilities for their traditional applications over the past few years and, understandably, expect the same facilities when migrating apps to the cloud.

 

However, hyperscale clouds, such as Amazon Web Services and Microsoft Azure, have used a different methodology from the outset –  that of “design for failure.”  When designing applications for the cloud (typically new builds), the idea is to take into account that your VMs are going to fail regularly, and design around that using “availability zones or sets.” This ensures that there is always more than one VM carrying out a particular function to account for the fact that potentially at least one is likely to be down at any given time.

 

Indeed, single VM applications will not qualify for a SLA guarantee, and Microsoft recommends not using single VMs for this very reason.

 

In the case of Azure, availability sets are designed using the concept of fault and update domains. Fault domains define the group of virtual machines that share a common power source and network switch, while update domains indicate groups of virtual machines and underlying physical hardware that can be rebooted at the same time.

 

In this way, VMs are grouped together to try to protect against unplanned failure in the event of host issues or reboots following patching of the virtualization software. As the underlying hosts are running Hyper-V on Windows Server, they are subject to the usual “Patch Tuesday” updates.

 

While Hyper-V supports live migration, Microsoft Azure does not hence the need for availability sets.

 

This, of course, does not play very nicely with the traditional workloads that we’ve discussed and often leads to customers having to double up on VMs just to ensure that they can maintain service. This can add significantly to cost.

 

This has led to many of the pets vs cattle’analogies for traditional versus cloud-native apps. Administrators cared for their traditional VMs, whereas the VMs associated with cloud-native apps can be created and destroyed with no real feeling of ownership, and they might only exist for minutes or hours rather than months or years.

 

For customers wanting to migrate existing near-legacy on-premise applications to the cloud, the iland 11:11 Cloud offers all the features that customers are used to in their own facilities: HA, vMotion and DRS, as well as host affinity and anti-affinity rules. With this architecture, 11:11 Systems is able to offer customers a 100% availability SLA and ensure that the cost of running legacy applications in the 11:11 Cloud is kept to a minimum without the need to use multiple VMs to ensure availability.

 

Learn more about the 11:11 Cloud Platform here:  Cloud

 

Category: IaaSBy 11:11 SystemsAugust 25, 2016
Tags: Cloud Services
11:11 Systems

Author: 11:11 Systems

11:11 Systems (“11:11”) is a managed infrastructure solutions provider that holistically addresses the challenges of next-generation managed cloud, connectivity and security requirements. 11:11 combines the teams and technology behind market leading, analyst vetted companies like Green Cloud Defense and iland to deliver increased performance, optimization and savings.

Post navigation

PreviousPrevious post:Picking Between Too Many Clouds to CountNextNext post:Backup and Disaster Recovery with Veeam and 11:11 Systems

Related Posts

Elevated Cloud Backups With 11:11 Systems
May 19, 2025
Cost Optimization: DRaaS to IaaS
Cloud Smart: From DRaaS to IaaS  
May 16, 2025
cost optimization
Achieving IT Cost Optimization with 11:11 Systems
April 15, 2025
VMBlog
Managed Public Cloud: Get the Most Out of Your Cloud Investment
February 25, 2025
DataNet Solutions Group compliance featured image
How Data Net Solutions Group Found IT Success with 11:11 Systems
November 15, 2024
NIS2
Understanding the Impact of the NIS2 Directive on Managed Service Providers (MSPs)
November 4, 2024
PRODUCTS & SERVICES
  • Cloud
  • Backup
  • Disaster Recovery
  • Managed Security
  • Network as a Service
  • Compliance
COMPANY
  • Why 11:11
  • Customer Stories
  • Careers
  • Leadership
  • Technology Partners
  • News & Media
  • Contact Support
CLOUD REGIONS
  • North America
  • EMEA
  • APAC
CONNECT
  • LinkedIn
  • X
  • Youtube

© 2025 11:11 Systems Inc., All Rights Reserved | Privacy Notice | Website Terms of Use |

Go to Top