Scalr White Paper: Architecting the Right Stack for Your Enterprise Cloud

Size: px
Start display at page:

Download "Scalr White Paper: Architecting the Right Stack for Your Enterprise Cloud"

Transcription

1 Scalr White Paper: Architecting the Right Stack for Your Enterprise Cloud

2 Architecting the Right Stack for Your Enterprise Cloud Enterprise Cloud Architecture Best Practices Cloud computing has been on Gartner s Top 10 Strategic Technologies list since 2009, and it isn t showing signs of dropping off any time soon. This is for good reason: the promise of self-service provisioning accelerating application delivery and business innovation thus fostering corporate competitiveness is a strong one. As such, it should not come as a surprise that this white paper does not seek to convince the reader that cloud is the right choice for the enterprise; but instead will focus on providing the knowledge needed to make informed decisions for adopting enterprise-grade cloud computing. To achieve that goal, this whitepaper will deliver an understanding of the layered structure of technologies that make up the cloud: the cloud stack (not to be confused with the Apache CloudStack project). It will successively explore each individual layer of technology, and provide an in-depth understanding of its role in the overall structure, and of the business requirements that it addresses. Leveraging that understanding will enable the reader to ask the educated questions that must be answered before they can make informed technology decisions regarding their cloud stack. The recommendations of this paper are a condensed form of Scalr s many years of experience working with enterprises leading cloud adoption in their industries. Those leaders include Samsung Electronics, Expedia, and Adobe. An Overview: What Is The Cloud Stack? Fundamentally, the cloud stack is a layer structure of technologies. Those layers interact and communicate with each other in order to deliver a cloud computing experience to the end user. More specifically, these layers control one another. End-users of the cloud interact with a cloud management platform, which sends management commands to one or multiple cloud platforms, which in turn will send management commands to their underlying resource layer. This whitepaper will work its way up the stack, starting with the resource layer, then exploring cloud platforms, and finishing with cloud management platforms. Cloud Management Platforms Integrated CMPs: Scalr, CSC ServiceMesh, Dell Cloud Manager,... Cloud Consoles: AWS Console, OpenStack Horizon To provide some context, this paper starts with a quick introduction of each of these layers. The resource layer the foundation the cloud stack relies on is the hardware, virtualization, and network infrastructure that an enterprise likely already has in place. Cloud Platforms Resource Layer Public Clouds: Amazon Web Services, IBM, Verizon, Savvis, Terremark Private Clouds: OpenStack, CloudStack, Eucalyptus Virtualization: VMware, KVM, Xen Bare metal provisioning: PXE boot Networking: Cisco, Citrix,... Scalr White Paper: Architecting the Right Stack for Your Enterprise Cloud 2

3 The next layer cloud platforms is a technology that automates resource provisioning by presenting an API (Application Programming Interface) that other pieces of technology can leverage, and by translating requests made to that API into lower-level commands that it then sends to the resource layer. The final layer before the application stack cloud management platforms (CMPs) is the one enterprise users such as developers, IT, and business analysts will interact with in order to leverage their enterprise s cloud infrastructure. It is worth nothing that the rapid proliferation of CMPs has caused confusion for the enterprise buyer, and that two different CMPs may bear very little resemblance and largely vary in terms of feature set. Enterprise Resource Layer The resource layer is the physical hardware and virtualization technology that your organization s cloud will be built on. This includes computing resources (usually managed through a hypervisor), but also networking infrastructure and storage hardware. It is of course very likely that an enterprise already has much of this in place, and experience choosing those components. But as an enterprise drives its cloud adoption, the first critical business decision it needs to make is to decide whether it will use its own resources, or externalize this layer to a supplier. Companies have three options: They can choose to deploy their entire cloud infrastructure in a public cloud, such as Amazon Web Services. Should they decide to do that, they will not be using their own resource layer for their cloud, and they will instead leverage their public cloud provider s resource layer they will therefore not have to manage it themselves. They can choose to deploy their entire cloud infrastructure in a private cloud, such as OpenStack. In that case, they will have to source and manage their own resource layer, and ensure that it integrates properly with their private cloud. Finally, they can opt to split their infrastructure between private and public cloud, thus achieving a setup that is called hybrid cloud. If an organization chooses to do so, then it will have to manage the resource layer for the private part of their cloud infrastructure. As it turns out, leading enterprises that are adopting cloud are all opting for the hybrid cloud approach. Let s see why. Private Cloud, Public Cloud, or Hybrid Cloud? There hardly is a single answer to the question of choosing between a public and a private cloud. The reason for this is that this decision very much depends on the applications and workloads that an organization intends to run on the cloud. Ultimately, the vast diversity of workloads that an enterprise needs to run will most likely drive it towards opting for a hybrid cloud, where it will place each individual workload in the cloud environment public or private that suits it best. To identify which cloud environment fits a given workload the best, a business will have to closely look at the workload s characteristics. Let s see which specific characteristics should be examined. Scalr White Paper: Architecting the Right Stack for Your Enterprise Cloud 3

4 Sorting Through Enterprise Workloads There are two characteristics to evaluate for enterprise workloads: Can it run on infrastructure outside of the corporate entity? This won t be true for workloads that deal with highlyregulated data, or require very low latency to on-premises infrastructure. Is it elastic? Elastic workloads are workloads whose resource requirements vary greatly over time often in terms of computing power and bandwidth. A few examples that are most likely present at a company include development, test, and demo environments, which are primarily used during business hours; or reporting, which may run every few weeks or months. Understanding Placement Options Naturally, workloads that cannot run on infrastructure outside a corporate entity will have to run on a private cloud, which will let an organization ensure that it meets regulatory standards and performance requirements. But what about those that can? Public clouds offer a usage-based billing model and do not require capital expenditure (CAPEX); as such, elastic workloads will usually be more cost effective there. Indeed, the public cloud pricing model allows businesses to dynamically scale down infrastructure expenditure outside of peak usage periods. Then, what about non-elastic workloads that do not have regulatory or latency requirements? These require accurate cost analysis to determine their most cost-effective placement. Running The Numbers For Private Cloud Accounting For The Upfront Costs Adopting a private cloud can be initially costly! First, an enterprise must purchase or repurpose the hardware on which to run its cloud. This is the resource layer mentioned earlier. Second, an organization will need to invest in a cloud platform. The good news is that the more popular cloud platforms which this paper examines at a later point are open source, which greatly minimizes enterprise investment. The bad news is that deploying and operating a private cloud is a difficult task; one will therefore want to consider purchasing support and bringing in an implementation partner. Saving On What You Won t Need In terms of cost, one major advantage of private cloud is that a business is able to fine-tune its cloud infrastructure to closely match its requirements. This means it can avoid paying for something it will not use. In order to properly evaluate private cloud cost, one will need to look at the following factors: Headroom to grow. How much capacity is needed for an organization s private cloud? Expanding beyond planned capacity can be costly, so this should be considered carefully. This will largely depend on growth expectations, but the risk of accumulating under-utilized cloud instances and thus wasting physical resources should also be taken into consideration. Redundancy. What are requirements in terms of availability and failover? Depending on the SLA an enterprise s private cloud needs to meet, regional or global redundancy may be required. Scalr White Paper: Architecting the Right Stack for Your Enterprise Cloud 4

5 Global presence. Geographically speaking, where are cloud resources needed? This will largely depend on where users are located, so the infrastructure can be close to them. Security. What are the security standards and regulations that must be met? Managed cloud services. Are there managed cloud services such as managed databases that the end users of an enterprise s private cloud will need access to? Once an organization has made its decision on whether to manage the resource layer itself, outsource it to a public cloud provider, or pursue a hybrid cloud strategy, the next decision will be the cloud platform. Let s move on to this paper s next section: best practices to choose a cloud platform for an enterprise. Cloud Platform The cloud platform is the layer of the enterprise cloud stack that presents an Application Programing Interface (API) that end users and other pieces of software can use to request cloud resources. In order to fulfill that purpose, cloud platforms act as a translation layer, converting the API requests they receive into management commands that they then send to the appropriate components of the underlying resource layer, such as hypervisors and network appliances. For this reason, it is of course critical to ensure compatibility between the cloud platform and the components that make up the resource layer. As observed earlier, cloud platforms fall in two categories: public and private. The most popular public platform is of course Amazon Web Services, whereas the more popular private ones are OpenStack, CloudStack, and Eucalyptus. Why Use One? There are two main reasons enterprises adopt a cloud platform. Increased Agility Cloud platforms are the solution to slow and inefficient enterprise IT provisioning processes. This slowdown is caused by a lot of human touch, red tape, and back-and-forth between engineers and IT, which directly results into reduced engineering efficiency and increased time to market for an enterprise s products. Cloud platforms seek to address that issue by empowering engineers with self-service on-demand access to the computing resources they need to rapidly deliver business value. Standardized APIs But perhaps more importantly, cloud platforms expose standardized APIs that are available regardless of the business s underlying resource layer. These valuable APIs can be consumed by higher-level software solutions, such as cloud management platforms, and constitute a fundamental compatibility layer for enterprises, allowing the deployment of consumer software with minimal (and often negligible) integration work. Now that we have covered why an organization would use a cloud platform, we shall focus on how an enterprise can select the right one for its business. Scalr White Paper: Architecting the Right Stack for Your Enterprise Cloud 5

6 Selecting a Cloud Platform What About Public Cloud? Scalr s experience has shown that enterprises tend to leverage pre-existing business relationships to choose their public cloud providers. Consequently, an enterprise might want to evaluate the cloud computing services that are offered by its existing IT service providers. Select enterprise IT service providers that provide public clouds include IBM, HP, Verizon, Savvis, and Terremark. Additionally, a business may also have a relationship with Amazon Web Services. It is even likely that this relationship is informal, in the sense that engineers are using AWS to bypass enterprise IT a common phenomenon known as shadow IT. Choosing The Right Private Cloud Platform The more popular cloud platforms are OpenStack, CloudStack, and Eucalyptus. All three are open source projects which have different strengths and shortcomings, especially in terms of feature set and risk profile. Let s closely examine each one of these and in order to identify which one is the best fit for an enterprise. OpenStack Of the three open source cloud platform projects, OpenStack is the youngest, but arguably has the most momentum. The project is only a few years old, but the OpenStack summit is already attracting thousands of people every six months. OpenStack also enjoys industry support from enterprise leaders such as Red Hat, IBM, and HP. OpenStack is moving fast, adding numerous new features with every new iteration on its six months release cycle, and therefore enjoys a considerable feature breadth. Additionally, OpenStack s component-based architecture means that it is also the most flexible of all three private cloud platforms, as it lets a user mix and match components to design the private cloud their enterprise needs. Community Feature Breadth AWS Compatibility Stability CloudStack OpenStack Eucalyptus Unfortunately, OpenStack s greatest strengths, its large feature set and flexibility, are also cause for its greatest weakness. Scalr s experience with enterprises adopting OpenStack has shown that due to the large number of moving parts that exist in deploying the platform, first-time success with it remains the exception. It should be noted that productized distributions of OpenStack, such as Red Hat OpenStack, Nebula, and Cloudscaling OCS, may turn out to be the solution to this problem. If an enterprise intends to make cloud a core competency, then OpenStack may very well be its best choice, as it will deliver the flexibility needed to reach that objective. However, it is necessary to bear in mind that substantial resources must be committed in order to achieve that goal. Scalr White Paper: Architecting the Right Stack for Your Enterprise Cloud 6

7 CloudStack CloudStack isn t as well-known as OpenStack, but is nonetheless a successful production-ready cloud platform. Major enterprises such as Samsung Electronics a Scalr customer have already been using CloudStack in large-scale production deployments for several years. As opposed to OpenStack, CloudStack favors stability over development velocity. As such, CloudStack has had an upgrade path since version 1.6 (it wasn t even named CloudStack at that time!), whereas OpenStack still lacks a clearly defined one. Enterprise support for CloudStack is also available, using Citrix s commercial distribution of CloudStack: CloudPlatform. Unfortunately, CloudStack s slower and more stable development pace does mean that it lacks the feature breadth of OpenStack. For instance, CloudStack doesn t ship with managed database services, whereas OpenStack does as part of the Trove subproject. CloudStack also doesn t support as many hypervisor configurations as OpenStack, as it is still lacking support for Microsoft Hyper-V and thin hypervisors such as LXC or Docker. If an enterprise requires a stable cloud platform to build upon, and would rather minimize the amount of resources committed to cloud infrastructure, then CloudStack is an excellent choice. The drawback is the reduced feature set. Eucalyptus Eucalyptus mainly differentiates from the other cloud platforms with AWS compatibility. Whereas OpenStack and CloudStack both present a somewhat limited compatibility layer with the AWS APIs, Eucalyptus guarantees full API compatibility. If an enterprise has already started adopting cloud with AWS, and is now considering transitioning towards a hybrid or fully private cloud model, then Eucalyptus will enable a seamless transition for applications that were designed for AWS. As such, if an organization chose to standardize on AWS early, and already has a substantial code base that integrates with it, then Eucalyptus may be the right solution to adopt private cloud. Once an enterprise has selected the right cloud platform or cloud platforms the next decision is how it will make it available to end users. Cloud Management Platforms Cloud management platforms (CMPs) are the highest, final layer of the cloud stack. They leverage the APIs that are provided by the aforementioned cloud platforms in order to integrate with them, and they serve as the interface that business users leverage to integrate with an enterprise s cloud. Why Use One? Cloud management platforms seek to address a wider range of higher-level enterprise business challenges than cloud platforms. The three business challenges that cloud management platforms address are managing multi-cloud infrastructure, enforcing governance for cloud resources, and improving business agility with cloud. As we review each of these business challenges in detail, it is important to note that not all cloud management platforms address all of these challenges. Scalr White Paper: Architecting the Right Stack for Your Enterprise Cloud 7

8 Cloud management is currently a crowded and ill-defined space: the range of available solutions for cloud management spans from cloud consoles that ship with a cloud platform such as the AWS Console or OpenStack Horizon those will of course not address multi-cloud, to multi-cloud integrated cloud management platforms such as Scalr, Dell Cloud Manager, or CSC s ServiceMesh. Multi-Cloud Multi-cloud is a practice where an enterprise uses multiple clouds public or private as part of its cloud infrastructure. Multi-cloud is closely related, but not equivalent, to hybrid cloud: an organization using multiple public clouds would be said to have a multi-cloud strategy, but not a hybrid cloud strategy. However, an enterprise using public and private cloud infrastructure would indeed be said to have both a multi-cloud and a hybrid cloud strategy. There are three business drivers for multi-cloud adoption: Vendor risk management. Having the ability to easily transition between multiple clouds gives an enterprise leverage as it negotiates with cloud providers. Multi-cloud also provides a business with a solution in case one of its cloud providers discontinues its cloud offering, or goes out of business. Cost reduction. As observed earlier, some workloads will be less expensive to run on a public cloud, and some others might be less expensive to run on a private cloud. Multi-cloud lets users place workloads where they belong, which will increase cost effectiveness and ultimately save an enterprise money. Performance optimization. Cloud performance varies in terms of network connectivity, hardware performance, or even latency to the end user. Multi-cloud will afford an enterprise the ability to place its workloads where they will perform best. Whatever the business drivers are, it is unlikely that an enterprise would choose to operate on a single cloud platform. A cloud management platform may provide enterprise users with a single pane of glass to provision from and manage all the clouds they are using. In doing so, it would empower an enterprise to utilize multi-cloud resources more efficiently, which in turn would let it secure a greater return on its investment in multi-cloud. Governance Cloud platforms are geared towards provisioning computing resources, but are lacking with regard to enforcing compliance with business practices, as it is not their primary focus. As such, they are not an ideal fit to implement the governance and security policies that enterprise IT requires. Instead, and as higher-level management tools, cloud management platforms may provide a framework for IT users to leverage in order to implement business rules, and enforce them on cloud infrastructure. To that end, cloud management platforms may integrate with enterprise identity management infrastructure to implement role-based access control, may provide capabilities for lease management and cost allocation (showback and chargeback), and may enforce mandatory security requirements. Agility As previously discussed in this paper, cloud platforms streamline enterprise resource provisioning processes. Nonetheless, effectively using those resources remains up to the business user. Scalr White Paper: Architecting the Right Stack for Your Enterprise Cloud 8

9 Scalr s experience working with enterprises adopting cloud computing has shown that this is a task that is harder than expected. In fact, cloud computing requires new development paradigms, and developers must learn to incorporate horizontal scalability and failover requirements in their applications. To address this challenge, cloud management platforms may provide developers with reusable components and automation frameworks. Those streamline and automate repetitive, error-prone, and undifferentiated tasks that enterprise developers must complete in order to build cloud-ready applications. As such, they help developers accelerate application delivery and reduce time to market. Selecting the Right Cloud Management Platform Often the most important steps an enterprise can take to ensure they select the best cloud management platform is to identify the business problems for which it is solving. Doing so enables the organization to filter through the vast ecosystem of cloud management platforms, and single out the platforms that are the best fit. It is critical to not fall for the common misconception that all cloud management platforms offer the same feature breadth. In fact, two different cloud management platforms may address completely different business challenges, or they may address those to a different extent. Summary For each individual layer of the cloud stack, making the right choice as an enterprise buyer is a two-step process. First, the enterprise buyer needs to identify his company s requirements. These can be expressed in terms of sensitivity to cost, business requirements and risk, including security, supplier and regulatory risk. Second, the enterprise buyer needs to single out the solutions that best address their particular requirements. Cloud is a vast and rapidly evolving ecosystem, so the most crucial mistake an enterprise can make is to assume that all solutions that fall in a given category, such as cloud management platforms, are equivalent. There are numerous options with cloud, and no two enterprises will share the exact same cloud stack; it is up to the enterprise to identify the right one for their organization. Scalr White Paper: Architecting the Right Stack for Your Enterprise Cloud 9

RightScale mycloud with Eucalyptus

RightScale mycloud with Eucalyptus Swiftly Deploy Private and Hybrid Clouds with a Single Pane of Glass View into Cloud Infrastructure Enable Fast, Easy, and Robust Cloud Computing with RightScale and Eucalyptus Overview As organizations

More information

Solution White Paper Build the Right Cloud, Quickly

Solution White Paper Build the Right Cloud, Quickly Solution White Paper Build the Right Cloud, Quickly BMC Express Cloud Table of Contents 1 THE PROMISE OF CLOUD COMPUTING Getting Started 2 SUCCEEDING WITH CLOUD COMPUTING 3 INTRODUCING BMC EXPRESS CLOUD

More information

Elastic Private Clouds

Elastic Private Clouds White Paper Elastic Private Clouds Agile, Efficient and Under Your Control 1 Introduction Most businesses want to spend less time and money building and managing IT infrastructure to focus resources on

More information

Cloud Computing: Elastic, Scalable, On-Demand IT Services for Everyone. Table of Contents. Cloud.com White Paper April 2010. 1 Executive Summary...

Cloud Computing: Elastic, Scalable, On-Demand IT Services for Everyone. Table of Contents. Cloud.com White Paper April 2010. 1 Executive Summary... Cloud Computing: Elastic, Scalable, On-Demand IT Services for Everyone Cloud.com White Paper April 2010 Table of Contents 1 Executive Summary... 2 2 Motivation Around Cloud Computing... 2 3 Comparing Cloud

More information

How To Compare The Two Cloud Computing Models

How To Compare The Two Cloud Computing Models WHITE PAPER Elastic Cloud Infrastructure: Agile, Efficient and Under Your Control - 1 - INTRODUCTION Most businesses want to spend less time and money building and managing infrastructure to focus resources

More information

Who moved my cloud? Part I: Introduction to Private, Public and Hybrid clouds and smooth migration

Who moved my cloud? Part I: Introduction to Private, Public and Hybrid clouds and smooth migration Who moved my cloud? Part I: Introduction to Private, Public and Hybrid clouds and smooth migration Part I of an ebook series of cloud infrastructure and platform fundamentals not to be avoided when preparing

More information

Building an AWS-Compatible Hybrid Cloud with OpenStack

Building an AWS-Compatible Hybrid Cloud with OpenStack Building an AWS-Compatible Hybrid Cloud with OpenStack AWS is Transforming IT Amazon Web Services (AWS) commands a significant lead in the public cloud services market, with revenue estimated to grow from

More information

Beyond frameworks Open source foundations for the enterprise. Eiki Hrafnsson, @EirikurH Co-Founder GreenQloud

Beyond frameworks Open source foundations for the enterprise. Eiki Hrafnsson, @EirikurH Co-Founder GreenQloud Beyond frameworks Open source foundations for the enterprise Eiki Hrafnsson, @EirikurH Co-Founder GreenQloud Who are we? 5+ year old infrastructure software company CloudStack contributors since 2010 Offices

More information

An enterprise- grade cloud management platform that enables on- demand, self- service IT operating models for Global 2000 enterprises

An enterprise- grade cloud management platform that enables on- demand, self- service IT operating models for Global 2000 enterprises agility PLATFORM Product Whitepaper An enterprise- grade cloud management platform that enables on- demand, self- service IT operating models for Global 2000 enterprises ServiceMesh 233 Wilshire Blvd,

More information

Brochure Fast-track to advanced hybrid cloud HP Helion CloudSystem

Brochure Fast-track to advanced hybrid cloud HP Helion CloudSystem Brochure Fast-track to advanced hybrid cloud HP Helion CloudSystem Accelerate your journey to the cloud Why choose HP Helion CloudSystem? The industry s most complete, integrated, and open solution for

More information

Eliminates Cloud Lock-In

Eliminates Cloud Lock-In Cloud computing today is significantly improving enterprises and business IT speed, agility and costs. However, companies fear technology lock-in when engaging proprietary public clouds and it has become

More information

Sistemi Operativi e Reti. Cloud Computing

Sistemi Operativi e Reti. Cloud Computing 1 Sistemi Operativi e Reti Cloud Computing Facoltà di Scienze Matematiche Fisiche e Naturali Corso di Laurea Magistrale in Informatica Osvaldo Gervasi ogervasi@computer.org 2 Introduction Technologies

More information

Accenture Cloud Platform Unlocks Agility and Control

Accenture Cloud Platform Unlocks Agility and Control Accenture Cloud Platform Unlocks Agility and Control 2 Accenture Cloud Platform Unlocks Agility and Control The Accenture Cloud Platform is at the heart of today s leading-edge, enterprise cloud solutions.

More information

Business transformation with Hybrid Cloud

Business transformation with Hybrid Cloud Business transformation with Hybrid Cloud Presenter : Hoang Hung Cloud Business Development Manager Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

Building a Converged Infrastructure with Self-Service Automation

Building a Converged Infrastructure with Self-Service Automation Building a Converged Infrastructure with Self-Service Automation Private, Community, and Enterprise Cloud Scenarios Prepared for: 2012 Neovise, LLC. All Rights Reserved. Case Study Report Introduction:

More information

Seven Practical Steps to Help You Run Your On-Premise Cloud Like a Business. Whitepaper

Seven Practical Steps to Help You Run Your On-Premise Cloud Like a Business. Whitepaper Seven Practical Steps to Help You Run Your On-Premise Cloud Like a Business Whitepaper Think about it. When a product or service is free, the demand for it is potentially infinite. But, once that product

More information

A Tale of Two Workloads

A Tale of Two Workloads A Tale of Two Workloads USING OPENSTACK AND VMWARE VSPHERE TO BUILD A HYBRID SOLUTION CONTENTS. Executive Summary. 2 Understanding the Challenges. 2 Development of a Two-Workload Strategy. 3 Understanding

More information

Object Storage: A Growing Opportunity for Service Providers. White Paper. Prepared for: 2012 Neovise, LLC. All Rights Reserved.

Object Storage: A Growing Opportunity for Service Providers. White Paper. Prepared for: 2012 Neovise, LLC. All Rights Reserved. Object Storage: A Growing Opportunity for Service Providers Prepared for: White Paper 2012 Neovise, LLC. All Rights Reserved. Introduction For service providers, the rise of cloud computing is both a threat

More information

Mobile Cloud Computing T-110.5121 Open Source IaaS

Mobile Cloud Computing T-110.5121 Open Source IaaS Mobile Cloud Computing T-110.5121 Open Source IaaS Tommi Mäkelä, Otaniemi Evolution Mainframe Centralized computation and storage, thin clients Dedicated hardware, software, experienced staff High capital

More information

RED HAT OPENSTACK PLATFORM A COST-EFFECTIVE PRIVATE CLOUD FOR YOUR BUSINESS

RED HAT OPENSTACK PLATFORM A COST-EFFECTIVE PRIVATE CLOUD FOR YOUR BUSINESS WHITEPAPER RED HAT OPENSTACK PLATFORM A COST-EFFECTIVE PRIVATE CLOUD FOR YOUR BUSINESS INTRODUCTION The cloud is more than a marketing concept. Cloud computing is an intentional, integrated architecture

More information

The Software-defined Data Center in the Enterprise

The Software-defined Data Center in the Enterprise The Software-defined Data Center in the Enterprise A Cloud Report by Ben Kepes This report underwitten by: NIMBOXX The Software-defined Data Center in the Enterprise 02/12/2015 Table of Contents 1. Executive

More information

Managing Multi-Hypervisor Deployments With VMware vcenter

Managing Multi-Hypervisor Deployments With VMware vcenter White Paper White Paper Managing Public Cloud Computing in the Enterprise Managing Multi-Hypervisor Deployments With VMware vcenter A Quick Start Guide Quick Start Guide 1 Table of Contents Abstract...

More information

What's the Difference Between OpenStack & A Cloud Management Platform?

What's the Difference Between OpenStack & A Cloud Management Platform? What's the Difference Between OpenStack & A Cloud Management Platform? White Paper Zefflin Systems LLC Table of Contents 1. Introduction... 1 2. What is a Cloud Management Platform?... 1 3. What is OpenStack

More information

Software-Defined Networks Powered by VellOS

Software-Defined Networks Powered by VellOS WHITE PAPER Software-Defined Networks Powered by VellOS Agile, Flexible Networking for Distributed Applications Vello s SDN enables a low-latency, programmable solution resulting in a faster and more flexible

More information

Database Usage in the Public and Private Cloud: Choices and Preferences

Database Usage in the Public and Private Cloud: Choices and Preferences Database Usage in the Public and Private Cloud: Choices and Preferences What Early Adopters Are Saying ebook Introduction Organizations depend on their databases to process transactions and access the

More information

Cloud for Your Business

Cloud for Your Business Whitepaper Red Hat Enterprise Linux OpenStack Platform A Cost-Effective Private Cloud for Your Business Introduction The cloud is more than a marketing concept. Cloud computing is an intentional, integrated

More information

A Guide to Hybrid Cloud An inside-out approach for extending your data center to the cloud

A Guide to Hybrid Cloud An inside-out approach for extending your data center to the cloud A Guide to Hybrid Cloud An inside-out approach for extending your data center to the cloud Inside Introduction Create a Flexible IT Environment With Hybrid Cloud Chapter 1 Common Business Drivers for Hybrid

More information

Why Linux and OpenStack Make the Most Sense for Virtualization and Cloud Computing in a Multi-Platform Environment

Why Linux and OpenStack Make the Most Sense for Virtualization and Cloud Computing in a Multi-Platform Environment Why Linux and OpenStack Make the Most Sense for Virtualization and Cloud Computing in a Multi-Platform Environment When IT organizations step up their virtualization efforts and begin transitioning to

More information

The Cloud Management Scenario

The Cloud Management Scenario The Cloud Management Scenario Donna Scott Gartner is a registered trademark of Gartner, Inc. or its affiliates. This publication may not be reproduced or distributed in any form without Gartner's prior

More information

SOFTWARE DEFINED NETWORKING

SOFTWARE DEFINED NETWORKING SOFTWARE DEFINED NETWORKING Bringing Networks to the Cloud Brendan Hayes DIRECTOR, SDN MARKETING AGENDA Market trends and Juniper s SDN strategy Network virtualization evolution Juniper s SDN technology

More information

I D C M A R K E T S P O T L I G H T. P r i va t e a n d H yb r i d C l o u d s E n a b l e New L e ve l s o f B u s i n e s s and IT Collaboration

I D C M A R K E T S P O T L I G H T. P r i va t e a n d H yb r i d C l o u d s E n a b l e New L e ve l s o f B u s i n e s s and IT Collaboration I D C M A R K E T S P O T L I G H T P r i va t e a n d H yb r i d C l o u d s E n a b l e New L e ve l s o f B u s i n e s s and IT Collaboration September 2013 Adapted from IDC Maturity Model: Cloud A

More information

An Intro to OpenStack. Ian Lawson Senior Solution Architect, Red Hat ilawson@redhat.com

An Intro to OpenStack. Ian Lawson Senior Solution Architect, Red Hat ilawson@redhat.com An Intro to OpenStack Ian Lawson Senior Solution Architect, Red Hat ilawson@redhat.com What is OpenStack? What is OpenStack? Fully open source cloud operating system Comprised of several open source sub-projects

More information

How To Achieve A Hybrid Cloud Balance For Business

How To Achieve A Hybrid Cloud Balance For Business I D C T E C H N O L O G Y S P O T L I G H T Achieving a Hybrid Cloud Balance for Business- Critical Workloads July 2014 Adapted from Worldwide Enterprise Communications and Datacenter Networks 2014 Top

More information

Managing the Cloud as an Incremental Step Forward

Managing the Cloud as an Incremental Step Forward WP Managing the Cloud as an Incremental Step Forward How brings cloud services into your IT infrastructure in a natural, manageable way white paper INFO@SERVICE-NOW.COM Table of Contents Accepting the

More information

Worldwide Cloud Systems Management Software 2013 Vendor Shares

Worldwide Cloud Systems Management Software 2013 Vendor Shares COMPETITIVE ANALYSIS Worldwide Cloud Systems Management Software 2013 Vendor Shares Mary Johnston Turner IDC OPINION In 2013, the worldwide cloud systems management software competitive market showed very

More information

AURO Enterprise Cloud

AURO Enterprise Cloud AURO Enterprise Cloud White Paper: How AURO Elimitates Vendor Lock In How AURO Eliminates Cloud Lock- In Cloud computing today is significantly improving enterprises and business IT speed, agility and

More information

EMA Radar for Private Cloud Platforms: Q1 2013

EMA Radar for Private Cloud Platforms: Q1 2013 EMA Radar for Private Cloud Platforms: Q1 2013 By Torsten Volk ENTERPRISE MANAGEMENT ASSOCIATES (EMA ) Radar Report March 2013 Citrix EMA Radar for Private Cloud Platforms: Q1 2013 (IaaS-centric) Citrix

More information

Appcara hones its cloud application deployment and management claim with App360

Appcara hones its cloud application deployment and management claim with App360 Appcara hones its cloud application deployment and management claim with App360 Analyst: William Fellows 12 May, 2015 Appcara has renamed its AppStack cloud application deployment and management tools

More information

Cisco and Red Hat: Application Centric Infrastructure Integration with OpenStack

Cisco and Red Hat: Application Centric Infrastructure Integration with OpenStack Cisco and Red Hat: Application Centric Infrastructure Integration with OpenStack Cisco and Red Hat Extend the Cisco ACI Policy Framework to Red Hat Enterprise Linux OpenStack Platform Enabled Environments

More information

Introducing. 2013 Red Hat Enterprise Linux. Packaging. Joe Yu. Solution Architect, Red Hat

Introducing. 2013 Red Hat Enterprise Linux. Packaging. Joe Yu. Solution Architect, Red Hat Introducing 2013 Red Hat Enterprise Linux Packaging Joe Yu Solution Architect, Red Hat 1 Objective The Platform Business Unit plans to introduce new subscription options on 1 October, 2013. Why? Align

More information

CLOUD COMPUTING FOR THE ENTERPRISE AND GLOBAL COMPANIES Steve Midgley Head of AWS EMEA

CLOUD COMPUTING FOR THE ENTERPRISE AND GLOBAL COMPANIES Steve Midgley Head of AWS EMEA CLOUD COMPUTING FOR THE ENTERPRISE AND GLOBAL COMPANIES Steve Midgley Head of AWS EMEA AWS Introduction Why are enterprises choosing AWS? What are enterprises using AWS for? How are enterprise getting

More information

Accelerating Innovation with Self- Service HPC

Accelerating Innovation with Self- Service HPC Accelerating Innovation with Self- Service HPC Thomas Goepel Director Product Management Hewlett-Packard BOEING is a trademark of Boeing Management Company Copyright 2014 Boeing. All rights reserved. Copyright

More information

Guidewire InsuranceSuite 9 READY FOR THE CLOUD

Guidewire InsuranceSuite 9 READY FOR THE CLOUD Guidewire InsuranceSuite 9 READY FOR THE CLOUD INSURANCESUITE 9: READY FOR THE CLOUD Guidewire InsuranceSuite is a proven solution that helps property and casualty (P/C) insurers worldwide enrich customer

More information

cloud functionality: advantages and Disadvantages

cloud functionality: advantages and Disadvantages Whitepaper RED HAT JOINS THE OPENSTACK COMMUNITY IN DEVELOPING AN OPEN SOURCE, PRIVATE CLOUD PLATFORM Introduction: CLOUD COMPUTING AND The Private Cloud cloud functionality: advantages and Disadvantages

More information

How Using V3 Appliances Virtual Desktop Total Cost of Ownership (TCO) is Reduced: A Superior Desktop Experience For Less Money

How Using V3 Appliances Virtual Desktop Total Cost of Ownership (TCO) is Reduced: A Superior Desktop Experience For Less Money How Using V3 Appliances Virtual Desktop (TCO) is Reduced: A Superior Desktop Experience For Less Money www. ipro-i nc.com/i t Contents VDI Overview...3 Introduction...3 Examining V3 s VDI...3 General Benefits

More information

Cisco Intelligent Automation for Cloud

Cisco Intelligent Automation for Cloud Product Data Sheet Cisco Intelligent Automation for Cloud Early adopters of cloud-based service delivery were seeking additional cost savings beyond those achieved with server virtualization and abstraction.

More information

Cirba Targets Software-Defined Infrastructure Control with Workload-Aware Predictive Analytics

Cirba Targets Software-Defined Infrastructure Control with Workload-Aware Predictive Analytics Vendor Profile Cirba Targets Software-Defined Infrastructure Control with Workload-Aware Predictive Analytics Mary Johnston Turner David Immerman IDC OPINION Software-defined infrastructure (SDI) enables

More information

TRANSFORMING I.T. WITH AN OPEN HYBRID CLOUD

TRANSFORMING I.T. WITH AN OPEN HYBRID CLOUD Whitepaper TRANSFORMING I.T. WITH AN OPEN HYBRID CLOUD Gordon Haff EXECUTIVE SUMMARY Information technology is increasingly at the core of how organizations service their customers and differentiate themselves

More information

OpenStack Alberto Molina Coballes

OpenStack Alberto Molina Coballes OpenStack Alberto Molina Coballes Teacher at IES Gonzalo Nazareno alb.molina@gmail.com @alberto_molina Table of Contents From public to private clouds Open Source Cloud Platforms Why OpenStack? OpenStack

More information

Vblock Systems hybrid-cloud with Cisco Intercloud Fabric

Vblock Systems hybrid-cloud with Cisco Intercloud Fabric www.vce.com Vblock Systems hybrid-cloud with Cisco Intercloud Fabric Version 1.0 April 2015 THE INFORMATION IN THIS PUBLICATION IS PROVIDED "AS IS." VCE MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND

More information

The Virtualization Practice

The Virtualization Practice The Virtualization Practice White Paper: Managing Applications in Docker Containers Bernd Harzog Analyst Virtualization and Cloud Performance Management October 2014 Abstract Docker has captured the attention

More information

Enabling IT Agility with an Open Hybrid Cloud

Enabling IT Agility with an Open Hybrid Cloud Enabling IT Agility with an Open Hybrid Cloud Red Hat and Cisco Solutions and Collaboration Karthik Prabhakar karthik@redhat.com Global Cloud Architect 2 3 The Move to Hybrid Cloud PHYSICAL VIRTUAL CLOUD

More information

DevOps for the Cloud. Achieving agility throughout the application lifecycle. The business imperative of agility

DevOps for the Cloud. Achieving agility throughout the application lifecycle. The business imperative of agility DevOps for the Cloud Achieving agility throughout the application lifecycle We don t have to tell you that your company is under increasing pressure to respond more quickly to changing business conditions.

More information

The Hybrid Cloud Computing Strategy Where Do I Start? White paper. Cloud Adoption in South Africa

The Hybrid Cloud Computing Strategy Where Do I Start? White paper. Cloud Adoption in South Africa Cloud Adoption in South Africa The broad adoption of cloud computing services in South Africa has gained pace in the past 12 months. Uptake in 2014 is still expected to be slower than some other African

More information

CLOUD MANAGEMENT GUIDE

CLOUD MANAGEMENT GUIDE CLOUD GUIDE BY CARLOS ESCAPA, MANAGING DIRECTOR, QUMOTECH AUGUST 6, 2010 As organizations push more data into the Cloud, managing these new infrastructures is becoming the major challenge for IT. This

More information

EMA Radar for Private Cloud Platforms: Q1 2013

EMA Radar for Private Cloud Platforms: Q1 2013 EMA Radar for Private Cloud Platforms: Q1 2013 By Torsten Volk ENTERPRISE MANAGEMENT ASSOCIATES (EMA ) Radar Report March 2013 BMC Software EMA Radar for Private Cloud Platforms: Q1 2013 (IaaS, PaaS, SaaS)

More information

Linux and OpenStack: The Perfect Partners for Virtualization and Cloud

Linux and OpenStack: The Perfect Partners for Virtualization and Cloud Linux and OpenStack: The Perfect Partners for Virtualization and Cloud When IT organizations step up their virtualization efforts and begin transitioning to cloud computing, infrastructure and platform

More information

Desktop Automation: Effective Desktop Operations & Management with Cloud Orchestration

Desktop Automation: Effective Desktop Operations & Management with Cloud Orchestration Desktop Automation: Effective Desktop Operations & Management with Cloud Orchestration An ENTERPRISE MANAGEMENT ASSOCIATES (EMA ) White Paper Prepared for Citrix August 2014 IT & DATA MANAGEMENT RESEARCH,

More information

Build A private PaaS. www.redhat.com

Build A private PaaS. www.redhat.com Build A private PaaS WITH Red Hat CloudForms and JBoss Enterprise Middleware www.redhat.com Introduction Platform-as-a-service (PaaS) is a cloud service model that provides consumers 1 with services for

More information

Building Private & Hybrid Cloud Solutions

Building Private & Hybrid Cloud Solutions Solution Brief: Building Private & Hybrid Cloud Solutions WITH EGENERA CLOUD SUITE SOFTWARE Egenera, Inc. 80 Central St. Boxborough, MA 01719 Phone: 978.206.6300 www.egenera.com Introduction When most

More information

THE QUEST FOR A CLOUD INTEGRATION STRATEGY

THE QUEST FOR A CLOUD INTEGRATION STRATEGY THE QUEST FOR A CLOUD INTEGRATION STRATEGY ENTERPRISE INTEGRATION Historically, enterprise-wide integration and its countless business benefits have only been available to large companies due to the high

More information

Hadoop in the Hybrid Cloud

Hadoop in the Hybrid Cloud Presented by Hortonworks and Microsoft Introduction An increasing number of enterprises are either currently using or are planning to use cloud deployment models to expand their IT infrastructure. Big

More information

Journey to the Cloud and Application Release Automation Shane Pearson VP, Portfolio & Product Management

Journey to the Cloud and Application Release Automation Shane Pearson VP, Portfolio & Product Management Journey to the Cloud and Application Release Automation Shane Pearson VP, Portfolio & Product Management Hybrid Delivery: The right IT strategy Creating the optimal mix of traditional IT and cloud services

More information

Mind the gap: Top pitfalls to avoid when reaching for the cloud. A whitepaper byfatpipe, the specialist in WAN & Internet Connectivity Optimisation

Mind the gap: Top pitfalls to avoid when reaching for the cloud. A whitepaper byfatpipe, the specialist in WAN & Internet Connectivity Optimisation Top pitfalls to avoid when reaching for the cloud A whitepaper byfatpipe, the specialist in WAN & Internet Connectivity Optimisation Top pitfalls to avoid when reaching for the cloud Problem 1: Inadequate

More information

Managing Traditional Workloads Together with Cloud Computing Workloads

Managing Traditional Workloads Together with Cloud Computing Workloads Managing Traditional Workloads Together with Cloud Computing Workloads Table of Contents Introduction... 3 Cloud Management Challenges... 3 Re-thinking of Cloud Management Solution... 4 Teraproc Cloud

More information

Datacenter Management and Virtualization. Microsoft Corporation

Datacenter Management and Virtualization. Microsoft Corporation Datacenter Management and Virtualization Microsoft Corporation June 2010 The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the

More information

Hybrid Cloud Mini Roundtable. April 17, 2013. Expect Excellence. www.divihn.com

Hybrid Cloud Mini Roundtable. April 17, 2013. Expect Excellence. www.divihn.com Hybrid Cloud Mini Roundtable April 17, 2013 Expect Excellence www.divihn.com Today s Agenda What to expect today Introductions Plus, why are you here this evening? What is Hybrid Cloud? Why Hybrid Cloud?

More information

Build & Manage Clouds with Red Hat Cloud Infrastructure Products. TONI WILLBERG Solution Architect Red Hat toni@redhat.com

Build & Manage Clouds with Red Hat Cloud Infrastructure Products. TONI WILLBERG Solution Architect Red Hat toni@redhat.com Build & Manage Clouds with Red Hat Cloud Infrastructure Products TONI WILLBERG Solution Architect Red Hat toni@redhat.com AGENDA Cloud Concepts Market Overview Evolution to Cloud Workloads Evolution to

More information

Building Private & Hybrid Cloud Solutions

Building Private & Hybrid Cloud Solutions Solution Brief: Building Private & Hybrid Cloud Solutions WITH EGENERA CLOUD SUITE SOFTWARE Egenera, Inc. 80 Central St. Boxborough, MA 01719 Phone: 978.206.6300 www.egenera.com Introduction When most

More information

Data Management in the Cloud Era

Data Management in the Cloud Era In This Paper In cloud environments, using multiple point products for data management often results in diminishing returns Single-vendor solutions enable enterprises to leverage their cloud investments

More information

Making the Transition. From ISV to SaaS. with Xterity Wholesale Cloud

Making the Transition. From ISV to SaaS. with Xterity Wholesale Cloud Making the Transition From ISV to SaaS with Xterity Wholesale Cloud CONTENTS: 1 The New Business Model...Page 3 2 Business Challenges...Page 5 3 Technology Challenges...Page 7 4 Xterity Wholesale Cloud...Page

More information

Now that you have a Microsoft private cloud, what the heck are you going to do with it?

Now that you have a Microsoft private cloud, what the heck are you going to do with it? Now that you have a Microsoft private cloud, what the heck are you going to do with it? Tony Bradley Microsoft MVP, CISSP-ISSAP Principal Analyst, Bradley Strategy Group Abstract Choosing and building

More information

OpenStack in the Enterprise: A Potential Foundation for Your Cloud Strategy

OpenStack in the Enterprise: A Potential Foundation for Your Cloud Strategy I D C T E C H N O L O G Y S P O T L I G H T OpenStack in the Enterprise: A Potential Foundation for Your Cloud Strategy Sponsored by: Red Hat, Cisco and Intel Philip Carter Andreas Olah November 2014 Carla

More information

OpenStack Cloud Migration:

OpenStack Cloud Migration: OpenStack Cloud Migration: Cloud Migration from VMware to OpenStack July 07, 2015 DONGJOON MIN ISA TECHNOLOGIES,INC. djmin@zconverter.com 1 Table of Contents Executive Summary.. 3 What is V2C Cloud Migration..

More information

How to Meet the Growing Demands on IT:

How to Meet the Growing Demands on IT: How to Meet the Growing Demands on IT: FOUR STEPS ALONG THE PATH CONTENTS Executive Summary. 1 The Challenges. 2 A New Model. 3 Conclusions. 10 About. 10 Notes. 11 EXECUTIVE SUMMARY IT is always on a journey

More information

OpenStack & AWS: The Fastest Path to Hybrid IT

OpenStack & AWS: The Fastest Path to Hybrid IT OpenStack & AWS: The Fastest Path to Hybrid IT JULY 29, 2014 10:30 A.M. PST Randy Bias CEO, Cloudscaling @randybias Trends Driving Change in IT IT Must Move Faster Increasing imperative on IT to support

More information

WhitePaper. Private Cloud Computing Essentials

WhitePaper. Private Cloud Computing Essentials Private Cloud Computing Essentials The 2X Private Cloud Computing Essentials This white paper contains a brief guide to Private Cloud Computing. Contents Introduction.... 3 About Private Cloud Computing....

More information

Without the need to purchase hardware, software licenses, or implementation services, an organization can deploy cloud computing rapidly.

Without the need to purchase hardware, software licenses, or implementation services, an organization can deploy cloud computing rapidly. This paper seeks to help in that process. It provides a high-level overview of cloud computing models (discussed previously), outlines some of the important benefits it could deliver to higher education,

More information

Citrix XenServer Industry-leading open source platform for cost-effective cloud, server and desktop virtualization. citrix.com

Citrix XenServer Industry-leading open source platform for cost-effective cloud, server and desktop virtualization. citrix.com Citrix XenServer Industry-leading open source platform for cost-effective cloud, server and desktop virtualization. 2 While the core server virtualization market has matured, virtualization itself is seeing

More information

Move to the Cloud on your own terms with Intermedia

Move to the Cloud on your own terms with Intermedia Move to the Cloud on your own terms with Intermedia Customize your Exchange with Dedicated Hosted Exchange. This is a guide to, a single-tenant dedicated cloud solution that lets you customize security,

More information

Adding value as a Cloud Broker. Nick Hyner Director Cloud Services EMEA Twitter - @nickhyner. Dell.com/Cloud

Adding value as a Cloud Broker. Nick Hyner Director Cloud Services EMEA Twitter - @nickhyner. Dell.com/Cloud Adding value as a Cloud Broker Nick Hyner Director Cloud Services EMEA Twitter - @nickhyner Dell.com/Cloud Overview A. Added Value Brokers in all industries in Digital Era B. Experience of Cloud Marketplace

More information

89% IT Enterprise Services. Optimise your cloud investments with innovative hybrid cloud solutions. Hybrid cloud

89% IT Enterprise Services. Optimise your cloud investments with innovative hybrid cloud solutions. Hybrid cloud IT Enterprise Services Hybrid cloud Choosing the right cloud mix for your enterprise 89% of respondents who signified that deploying some sort of private cloud and hybrid infrastructure is a key priority

More information

OpenStack Ecosystem and Xen Cloud Platform

OpenStack Ecosystem and Xen Cloud Platform OpenStack Ecosystem and Xen Cloud Platform Amit Naik Prasad Nirantar BMC Software 1 Agenda Introduction Rise of OpenStack OpenStack Details and Ecosystem OpenStack and Xen Cloud Platform - Demo Conclusion

More information

OpenStack IaaS. Rhys Oxenham OSEC.pl BarCamp, Warsaw, Poland November 2013

OpenStack IaaS. Rhys Oxenham OSEC.pl BarCamp, Warsaw, Poland November 2013 OpenStack IaaS 1 Rhys Oxenham OSEC.pl BarCamp, Warsaw, Poland November 2013 Disclaimer The information provided within this presentation is for educational purposes only and was prepared for a community

More information

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments RED HAT ENTERPRISE VIRTUALIZATION DATASHEET RED HAT ENTERPRISE VIRTUALIZATION AT A GLANCE Provides a complete end-toend enterprise virtualization solution for servers and desktop Provides an on-ramp to

More information

Managing Cloud Computing Services in the Enterprise

Managing Cloud Computing Services in the Enterprise WHITE PAPER Managing Cloud Computing Services in the Enterprise THE VALUE OF A SINGLE, INTEGRATED CLOUD MANAGEMENT PLATFORM Managing Cloud Computing Services in the Enterprise 2 How does your organization

More information

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST A Cloud WHERE PHYSICAL AND VIRTUAL STORAGE ARE TOGETHER AT LAST Not all Cloud solutions are the same so how do you know which one is right for your business now and in the future? NTT Communications ICT

More information

Horizontal Integration - Unlocking the Cloud Stack. A Technical White Paper by FusionLayer, Inc.

Horizontal Integration - Unlocking the Cloud Stack. A Technical White Paper by FusionLayer, Inc. Horizontal Integration - Unlocking the Cloud Stack A Technical White Paper by FusionLayer, Inc. August 2013 Copyright 2015 FusionLayer, Inc. All rights reserved. No part of this publication may be reproduced,

More information

Understanding the Value of Financial Intelligence for Cloud Management. A white paper by David Linthicum

Understanding the Value of Financial Intelligence for Cloud Management. A white paper by David Linthicum Understanding the Value of Financial Intelligence for Cloud Management A white paper by David Linthicum Hybrid IT Computing 2 Executive Summary Most of those who fund and operate cloud-based or virtualized

More information

Successfully Deploying Globalized Applications Requires Application Delivery Controllers

Successfully Deploying Globalized Applications Requires Application Delivery Controllers SHARE THIS WHITEPAPER Successfully Deploying Globalized Applications Requires Application Delivery Controllers Whitepaper Table of Contents Abstract... 3 Virtualization imposes new challenges on mission

More information

Build Clouds Without Limits Gordon Haff

Build Clouds Without Limits Gordon Haff Red Hat CloudForms Infrastructure-as-a-Service: Build Clouds Without Limits Gordon Haff Is your IT ready for IT-as-a-Service? Is it... Portable across hybrid environments? Does it let you... Manage image

More information

Planning the Migration of Enterprise Applications to the Cloud

Planning the Migration of Enterprise Applications to the Cloud Planning the Migration of Enterprise Applications to the Cloud A Guide to Your Migration Options: Private and Public Clouds, Application Evaluation Criteria, and Application Migration Best Practices Introduction

More information

Enterprise Cloud Management

Enterprise Cloud Management Enterprise Cloud Management Public osting Provider Iaas Shared Private Private Remote Iaas Design Strategy Abiquo was specifically designed to meet business needs. Unlike other Cloud products that were

More information

Availability Digest. www.availabilitydigest.com. HP CloudSystem February 2012

Availability Digest. www.availabilitydigest.com. HP CloudSystem February 2012 the Availability Digest HP CloudSystem February 2012 The cloud is today s technical darling. By moving applications to the cloud, organizations can eliminate capital expenditures, reduce operating costs,

More information

Managing Cloud Services in the Enterprise The Value of Cloud Services Brokers

Managing Cloud Services in the Enterprise The Value of Cloud Services Brokers Whitepaper: Managing Cloud Services in the Enterprise The Value of Cloud Services Brokers Whitepaper: Managing Cloud Services in the Enterprise 2 The cloud has revolutionized the way businesses operate

More information

IBM 000-281 EXAM QUESTIONS & ANSWERS

IBM 000-281 EXAM QUESTIONS & ANSWERS IBM 000-281 EXAM QUESTIONS & ANSWERS Number: 000-281 Passing Score: 800 Time Limit: 120 min File Version: 58.8 http://www.gratisexam.com/ IBM 000-281 EXAM QUESTIONS & ANSWERS Exam Name: Foundations of

More information

Implementing Software- Defined Security with CloudPassage Halo

Implementing Software- Defined Security with CloudPassage Halo WHITE PAPER Implementing Software- Defined Security with CloudPassage Halo Introduction... 2 Implementing Software-Defined Security w/cloudpassage Halo... 3 Abstraction... 3 Automation... 4 Orchestration...

More information

PRIVATE CLOUD PLATFORM OPTIONS. Stephen Lee CEO, ArkiTechs Inc.

PRIVATE CLOUD PLATFORM OPTIONS. Stephen Lee CEO, ArkiTechs Inc. PRIVATE CLOUD PLATFORM OPTIONS Stephen Lee CEO, ArkiTechs Inc. WHAT IS THE CLOUD? Virtualization? Virtualization hosted by someone else? NIST DEFINITION (SP 800-145) Cloud computing is a model for enabling

More information

WHITE PAPER. Automating Network Provisioning for Private Cloud

WHITE PAPER. Automating Network Provisioning for Private Cloud WHITE PAPER Automating Network Provisioning for Private Cloud Executive Summary Roughly 80 percent of all enterprise IT today is virtualized. Virtualization is a key enabler in deploying private clouds

More information

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS.

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. Cloud computing is as much a paradigm shift in data center and IT management as it is a culmination of IT s capacity to drive business

More information