Deterministic capacity planning for OpenStack

Size: px
Start display at page:

Download "Deterministic capacity planning for OpenStack"

Transcription

1 Deterministic capacity planning for OpenStack Keith Basil Principal Product Manager, Red Hat Sean Cohen Principal Product Manager, Red Hat Tushar Katarki Principal Product Manager, Red Hat

2 devops headband, BOFH Slayer gun handle and OpenStack unicorn branding added for effect. Not for redistribution.

3 AGENDA OpenStack as an Elastic Cloud Determinism in Infrastructure Compute for Elastic Clouds Storage for Elastic Clouds Networking for Elastic Clouds Putting It All Together

4 Keith Basil personal Virginia hare scrambler, plays chess.. professional Red Hat Cloudscaling, Time Warner Cable, FederalCloud.com, Cisco and a couple of startups blended skype/twitter/github/irc, life: noslzzp

5 Sean Cohen personal Jazzman, oil painting & tennis... professional Red Hat Dot Hill Systems, Cloverleaf Communications, VerticalNet blended skype: sean.redhat, irc: scohen

6 Tuskar Katarki personal Two kids and the wife, squash, hike/bike professional Red Hat 15 years in IT infrastructure development Sun Microsystems, Oracle

7 H E L L O my name is OpenStack Hello.. I m Your Elastic Cloud.

8 OpenStack... Is open source software and vibrant community Provides a framework for an elastic cloud Benefits from deterministic deployment approaches

9 Elastic Cloud!= Enterprise Virtualization Elastic Cloud Workloads Enterprise Virt Workloads Applications expect failure Workloads NOT designed to tolerate failure Smaller stateless VMs Larger stateful VMs Applications scale out horizontally with VMs of predetermined capacity Workloads scale up within custom VMs (more vcpu, vram) Lifecycle measured in hours to minutes Lifecycle measured in years Scale Up Scale Out - Servers are like cattle. - Servers are like pets.

10 Difference in the resource requests? 8) I want an m1. please I want 6 vcpus, 4 GB and 120Gb disk please. 8) One is user determined. One is provider determined.

11 OpenStack in 2 Minutes! Hey Glance, can I get the RHEL 6.4 image? It s rendering time! 8) Thank you OpenStack!! 8) I would like an m1.medium VM please! Swift Glance Node Umm, Do I know you? I need to see some papers!! Indeed I do. Don t forget to mount it! capacity capacity Keystone Cinder, have that volume ready for me? instance capacity Nova Papers are good. Time to get to work! Node Here s your IP, default route and FW settings. Nova Ok, we need to find a place to build this VM. Tag - you re it! Neutron Neutron, I need a network with all the trimmings! Node

12 Your Mission, Should You Chose to Accept It.. If you re going to do operations reliably, you need to make it reproducible and programmatic. - Mike Loukides What is DevOps? Applications are what matter. Anything that gets apps deployed faster and helps companies manage the proliferation of apps is good. Hence, DevOps. - Mark Imbriaco VP of Ops, Digital Ocean

13 The goal is to keep your devops heroes in play! devops headband, BOFH Slayer gun handle and OpenStack unicorn branding added for effect. Not for redistribution.

14 Determinism in Infrastructure

15 Let's Break The Myth... There is no such thing as infinite scale in cloud computing All computing requests, even for virtualized resources, ultimately map to physical device > finite resources

16 Capacity Planning in a the Cloud Every provider has limits, even if they re massive. Adding the word Cloud simply squeezes the limit balloon It doesn t eliminate the issue, even with elasticity. The service provider is responsible for risk mitigation of the capacity it rents.

17 Infrastructure as building code

18 Why History matters.. Capacity planning and performance monitoring in the context of Public providers: Can be done only by understand the history of a specific cloud provider. Requires both cloud performance application to understand Current state of the provider Performance history over a given period of time.

19 8^) 8^) Implicit contract Cloud tenants have a service level expectation Cloud Operators have business constraints 8^) Unicorns 8^) uid=0 8^) Unicorns 8^) RULE! 8^) RULE! Operators Implicit Contract 8^) BOFH RULE! Slayer! 8^) 8^) # root Unicorns RULE! devops FTW! Operator Tenants

20 8^) 8^) 8^) Capacity Planning in the Cloud Cloud users buy services based on capacity, protected by SLA Cloud provider need deterministic capacity planning to support the elastic growth 8^) 8^) Unicorns uid=0 8^) Unicorns RULE! RULE! 8^) Operators Implicit Contract 8^) BOFH RULE! Slayer! 8^) 8^) # root Unicorns RULE! devops FTW! Operator Tenants

21 Deterministic Capacity Planning Determinism is the best measure we have for predicting the effort and expense of making a process consistently performant When your service becomes a critical part of a customer s infrastructure, their fate becomes wedded to the SLA s you deliver. In Cloud Computing, the service s performance will not be measured by its average speed but by the consistency of its speed

22 Modeling Performances Using this information, we re able to more accurately determine the capacity of a Public provider Monitoring performance spikes and valleys over time. This means we can more accurately model for performance, and thus capacity.

23 Benchmarks can provide useful insight for performance analysis and capacity planning

24 Deterministic Concepts & Goals AWS and GCE as models You want 2048, not Tetris Scheduling made easy Scaling made easy Optimal hardware use (no holes or hot spots) Performance consistency

25 How do we achieve determinism for these core OpenStack services?

26 Compute for Elastic Clouds

27 Solving resource contention in Compute CPU Compute Instance Family Memory Disk

28 Public Cloud VM Instances Exposed! n1-standard-8 xlarge m1.xlarge 1/1 n1-standard-4 large 1/2 m1.large n1-standard-2 n1-standard-1 n1-standard.class medium 1/4 1/8 m1.medium m1. m1.class

29 We can take this approach with OpenStack We can easily derive the entire instance family because er instances are fractional proportions of the largest. This facilitates efficient hardware use and scheduling. Solve for the biggest VM in the class 1/1 1/2 1/4 1/8 xlarge large medium

30 Efficient Bin-Packing with Fractional Proportions Given the machine config below, it would support: large medium medium medium medium xlarge (4) n1-standard-8-d large (8) n1-standard-4-d (16) n1-standard-2-d (32) n1-standard-1-d xlarge xlarge large xlarge xlarge (8) m1.xlarge (16) m1.large (32) m1.medium (64) m1. Compute Hardware Node (general compute instance family) 128GB memory, (16) 1TB disks, (2) E CPU

31 Efficient Scheduling with Fractional Proportions General Purpose Instance Families n1-standard m1 A1 - A4 Memory Optimized Instance Families n1-highmem m2,cr1 A5 - A7 CPU Optimized Instance Families n1-highcpu c1,cc2,c3 large medium medium medium medium scheduling medium medium scheduling large medium medium scheduling large large medium medium xlarge xlarge xlarge xlarge medium medium large GENERAL COMPUTE NODE MEMORY OPTIMIZED NODE CPU OPTIMIZED NODE

32 Compute Calculator Intro Designed to help determine optimal compute hardware configurations Visually shows resource constraints Allows custom instance families Walk through

33 Storage for Elastic Clouds

34 Solving resource contention in Block Storage Throughput Block Storage Volume Types Performance (IOPS/latency) General Storage

35 What Are the Public Clouds Doing with Storage? Capacity Optimized (standard) no IOPS guarantees workloads with moderate IO Billed by size and IO usage Performance Optimized guaranteed IOPS (SSDs) IOPS per GB with low latency for I/O intensive workloads Billed by size and IO usage Blended Approach (Performance Scaled with Capacity) Ephemeral disks deprecated! IOPS scale with volume size Attached volume limits Billed by size only

36 Block Storage Classes in OpenStack Performance Optimized Storage all SSDs Throughput Optimized Storage fast SAS drives with RAID 5/6 throughput tuned network high bandwidth Internal bus Capacity (General) Optimized Storage larger SATA s SSD SSD SSD SSD Cinder scheduling SSD SSD SSD SSD SSD SSD SSD SSD Cinder scheduling Cinder scheduling SSD SSD SSD SSD PERFORMANCE OPTIMIZED STORAGE NODE THROUGHPUT OPTIMIZED STORAGE NODE GENERAL STORAGE NODE

37 8^) Storage Tiers with OpenStack Cinder 1. Define storage back ends 3. Create Volumes 8^) Operators # cinder create \ --volume_type IOPS_OPTIMIZED_TYPE \ --display_name volume-1 50 RULE! OPERATOR 2. Create Volumes Types General Performance Throughput TENANT

38 Capacity (General) Optimized Storage Raw capacity of the storage Replication RAID type 2-Way 3-Way RAID TYPE Replication Replication RAID Example: RAID RAID10 4 n/a Twelve (12), 1TB disks, configured for RAID6 and 2-way replication would yield 5.0TB of usable capacity. 12TB / 2.4 = 5.0TB net usable capacity.

39 Performance Optimized Storage IOPS scale linearly with VM count Limits should be seen as triggers for storage scale out Write Latency READ Latency

40 Throughput Optimized Storage Throughput response matters The Read/Write mix matters Influenced by RAID type

41 Storage Planning Step 0: What is my Cloud Storage offering? Capacity Based Performance (IOPS) Based Throughput (Bandwidth) Based Step 2: Storage Capacity Planning Workload projections Performance Observations, Metrics to be optimized, and Calculators Step 1: What Storage Tiers do I need? Step 3: Procure and Deploy Capacity Optimized, Performance Optimized, Throughput Optimized Step 4: Manage and Steer Schedulers 41

42 Networking for Elastic Clouds

43 Solving resource contention for the Network Throughput Core Network Latency Resiliency

44 Enterprise vs Cloud Fabric Traditional Enterprise Topology Modern Cloud Friendly Topology Network diagrams referenced from

45 Network Elasticity is Required.. NODE NODE NODE NODE NODE NODE NODE NODE BLOCK STORE BLOCK NODE STORE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE BLOCK STORE BLOCK STORE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE NODE BLOCK BLOCK NODE NODE NODE NODE NODE NODE NODE STORE STORE NODE NODE NODE BLOCK BLOCK NODE NODE NODE NODE NODE NODE NODE STORE STORE NODE NODE NODE Elastic Cloud Resource Map

46 Because your cloud will grow.. Each unit here could be a server, or a rack of servers.

47 Core Fabric Requirements OpenStack friendly networking features: Availability and Resiliency (multi-path, per-flow routing) Resource Node (compute/storage) Data Throughput Network Latency Congestion Management

48 Spine and Leaf Topology Ask your friendly network vendor for guidance Cisco, ARISTA, Brocade, Juniper, Force10, etc.

49 Putting it All Together

50 Remember our Hero!

51 Plan for the Resource Service Level Network Fabric Compute/Storage Resource Service Level Cloud Controller

52 High level architecture Deterministic Network{ OpenStack Core Services{ Deterministic } Resources Core services General Purpose Compute Performance Storage General (Capacity) Storage Scale Out (as needed)

53 Questions?

54 Resources cloud-resource-calculator What is DevOps? - free! Open source tools includes: Graphite Ganglia Public Clouds Benchmarks Cloudharmony.com Cloudsleuth.com (Global Provider View)

55 Red Hat Enterprise Linux OpenStack Platform High Availability Arthur Berezin Technical Product Manager, Red Hat Wednesday, April 16 2:30 pm - 3:30 pm Thank You! Deploying Red Hat Enterprise Linux OpenStack Platform in the enterprise with FlexPod Arthur Enright Field Product Manager, Red Hat NetApp and Cisco Wednesday, April 16 3:40 pm - 4:40 pm Check out these sessions! Deep dive: OpenStack Compute Steve Gordon Technical Product Manager, Red Hat Thursday, April 17 9:45 am - 10:45 am

Extending TripleO for OpenStack Infrastructure Management

Extending TripleO for OpenStack Infrastructure Management Extending TripleO for OpenStack Infrastructure Management Keith Basil Principal Product Manager, Red Hat OpenStack Summit Atlanta May 2014 ( slide 1 ) previous next Keith Basil personal Virginia hare scrambler,

More information

RED HAT INFRASTRUCTURE AS A SERVICE OVERVIEW AND ROADMAP. Andrew Cathrow Red Hat, Inc. Wednesday, June 12, 2013

RED HAT INFRASTRUCTURE AS A SERVICE OVERVIEW AND ROADMAP. Andrew Cathrow Red Hat, Inc. Wednesday, June 12, 2013 RED HAT INFRASTRUCTURE AS A SERVICE OVERVIEW AND ROADMAP Andrew Cathrow Red Hat, Inc. Wednesday, June 12, 2013 SERVICE MODELS / WORKLOADS TRADITIONAL WORKLOADS Stateful VMs: Application defined in VM Application

More information

How AWS Pricing Works

How AWS Pricing Works How AWS Pricing Works (Please consult http://aws.amazon.com/whitepapers/ for the latest version of this paper) Page 1 of 15 Table of Contents Table of Contents... 2 Abstract... 3 Introduction... 3 Fundamental

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

House of Cards. IaaS without storage performance testing. Howard Marks, Deep Storage Len Rosenthal, Load DynamiX

House of Cards. IaaS without storage performance testing. Howard Marks, Deep Storage Len Rosenthal, Load DynamiX House of Cards IaaS without storage performance testing Howard Marks, Deep Storage Len Rosenthal, Load DynamiX 1 Your NOT So Humble Speaker 25+ years of consulting and writing for trade press Columnist/blogger

More information

PostgreSQL Performance Characteristics on Joyent and Amazon EC2

PostgreSQL Performance Characteristics on Joyent and Amazon EC2 OVERVIEW In today's big data world, high performance databases are not only required but are a major part of any critical business function. With the advent of mobile devices, users are consuming data

More information

Part 1: Price Comparison Among The 10 Top Iaas Providers

Part 1: Price Comparison Among The 10 Top Iaas Providers Part 1: Price Comparison Among The 10 Top Iaas Providers Table of Contents Executive Summary 3 Estimating Cloud Spending 3 About the Pricing Report 3 Key Findings 3 The IaaS Providers 3 Provider Characteristics

More information

MaxDeploy Ready. Hyper- Converged Virtualization Solution. With SanDisk Fusion iomemory products

MaxDeploy Ready. Hyper- Converged Virtualization Solution. With SanDisk Fusion iomemory products MaxDeploy Ready Hyper- Converged Virtualization Solution With SanDisk Fusion iomemory products MaxDeploy Ready products are configured and tested for support with Maxta software- defined storage and with

More information

A Complete Open Cloud Storage, Virt, IaaS, PaaS. Dave Neary Open Source and Standards, Red Hat

A Complete Open Cloud Storage, Virt, IaaS, PaaS. Dave Neary Open Source and Standards, Red Hat A Complete Open Cloud Storage, Virt, IaaS, PaaS Dave Neary Open Source and Standards, Red Hat 1 Agenda 1. Traditional virtualization 2. The move to IaaS 3. Storage 4. PaaS, application encapsulation and

More information

AMD SEAMICRO OPENSTACK BLUEPRINTS CLOUD- IN- A- BOX OCTOBER 2013

AMD SEAMICRO OPENSTACK BLUEPRINTS CLOUD- IN- A- BOX OCTOBER 2013 AMD SEAMICRO OPENSTACK BLUEPRINTS CLOUD- IN- A- BOX OCTOBER 2013 OpenStack What is OpenStack? OpenStack is a cloud operaeng system that controls large pools of compute, storage, and networking resources

More information

Oracle VM on Cisco UCS Simplicity, Scale and Cost Efficient

Oracle VM on Cisco UCS Simplicity, Scale and Cost Efficient Oracle VM on Cisco UCS Simplicity, Scale and Cost Efficient Oracle VM on Cisco UCS Simplicity, Scale and Cost Efficient Ken Crandall Oracle Linux and Virtualization Principal Sales Consultant Agenda Oracle

More information

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 2

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 2 2 CON8358 - Building a Private Cloud with OpenStack Oracle OpenStack for Oracle Linux Ronen Kofman Director of Product Development Oracle OpenStack September, 2014 Safe Harbor Statement The following is

More information

How AWS Pricing Works May 2015

How AWS Pricing Works May 2015 How AWS Pricing Works May 2015 (Please consult http://aws.amazon.com/whitepapers/ for the latest version of this paper) Page 1 of 15 Table of Contents Table of Contents... 2 Abstract... 3 Introduction...

More information

One-click Hadoop Cluster Deployment on OpenPOWER Systems Pradeep K Surisetty IBM. #OpenPOWERSummit

One-click Hadoop Cluster Deployment on OpenPOWER Systems Pradeep K Surisetty IBM. #OpenPOWERSummit One-click Hadoop Cluster Deployment on OpenPOWER Systems Pradeep K Surisetty IBM #OpenPOWERSummit #Whoami l Systems & Infrastructure Engineer l 9 Years + of Linux, Virtualization l Believe in Open Source

More information

Ubuntu OpenStack Fundamentals Training

Ubuntu OpenStack Fundamentals Training Ubuntu OpenStack Fundamentals Training Learn from the best, how to use the best! You ve made the decision to use the most powerful open cloud platform, and now you need to learn how to make the most of

More information

Deep Dive: Maximizing EC2 & EBS Performance

Deep Dive: Maximizing EC2 & EBS Performance Deep Dive: Maximizing EC2 & EBS Performance Tom Maddox, Solutions Architect 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved What we ll cover Amazon EBS overview Volumes Snapshots

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

Deploying Splunk on Amazon Web Services

Deploying Splunk on Amazon Web Services Copyright 2014 Splunk Inc. Deploying Splunk on Amazon Web Services Simeon Yep Senior Manager, Business Development Technical Services Roy Arsan Senior SoHware Engineer Disclaimer During the course of this

More information

7 Ways OpenStack Enables Automation & Agility for KVM Environments

7 Ways OpenStack Enables Automation & Agility for KVM Environments 7 Ways OpenStack Enables Automation & Agility for KVM Environments Table of Contents 1. Executive Summary 1 2. About Platform9 Managed OpenStack 2 3. 7 Benefits of Automating your KVM with OpenStack 1.

More information

Clodoaldo Barrera Chief Technical Strategist IBM System Storage. Making a successful transition to Software Defined Storage

Clodoaldo Barrera Chief Technical Strategist IBM System Storage. Making a successful transition to Software Defined Storage Clodoaldo Barrera Chief Technical Strategist IBM System Storage Making a successful transition to Software Defined Storage Open Server Summit Santa Clara Nov 2014 Data at the core of everything Data is

More information

Sales Slide Midokura Enterprise MidoNet V1. July 2015 Fujitsu Limited

Sales Slide Midokura Enterprise MidoNet V1. July 2015 Fujitsu Limited Sales Slide Midokura Enterprise MidoNet V1 July 2015 Fujitsu Limited What Is Midokura Enterprise MidoNet? Network Virtualization Software Coordinated with OpenStack Provides safe & effective virtual networks

More information

DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION

DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION A DIABLO WHITE PAPER AUGUST 2014 Ricky Trigalo Director of Business Development Virtualization, Diablo Technologies

More information

Technical Paper. Moving SAS Applications from a Physical to a Virtual VMware Environment

Technical Paper. Moving SAS Applications from a Physical to a Virtual VMware Environment Technical Paper Moving SAS Applications from a Physical to a Virtual VMware Environment Release Information Content Version: April 2015. Trademarks and Patents SAS Institute Inc., SAS Campus Drive, Cary,

More information

Milestone Solution Partner IT Infrastructure MTP Certification Report Scality RING Software-Defined Storage 11-16-2015

Milestone Solution Partner IT Infrastructure MTP Certification Report Scality RING Software-Defined Storage 11-16-2015 Milestone Solution Partner IT Infrastructure MTP Certification Report Scality RING Software-Defined Storage 11-16-2015 Table of Contents Introduction... 4 Certified Products... 4 Key Findings... 5 Solution

More information

RED HAT ENTEPRISE LINUX OPENSTACK PLATFORM PRODUCT OVERVIEW & UPDATE. Jeff Jameson Sr. Principal Product Marketing Manager Virtualization BU, RED HAT

RED HAT ENTEPRISE LINUX OPENSTACK PLATFORM PRODUCT OVERVIEW & UPDATE. Jeff Jameson Sr. Principal Product Marketing Manager Virtualization BU, RED HAT RED HAT ENTEPRISE LINUX OPENSTACK PLATFORM PRODUCT OVERVIEW & UPDATE Jeff Jameson Sr. Principal Product Marketing Manager Virtualization BU, RED HAT AGENDA Highlights of OpenStack Summit: Hong Kong Shifting

More information

All-Flash Arrays Weren t Built for Dynamic Environments. Here s Why... This whitepaper is based on content originally posted at www.frankdenneman.

All-Flash Arrays Weren t Built for Dynamic Environments. Here s Why... This whitepaper is based on content originally posted at www.frankdenneman. WHITE PAPER All-Flash Arrays Weren t Built for Dynamic Environments. Here s Why... This whitepaper is based on content originally posted at www.frankdenneman.nl 1 Monolithic shared storage architectures

More information

Datasheet FUJITSU Software ServerView Cloud Monitoring Manager V1.0

Datasheet FUJITSU Software ServerView Cloud Monitoring Manager V1.0 Datasheet FUJITSU Software ServerView Cloud Monitoring Manager V1.0 Datasheet FUJITSU Software ServerView Cloud Monitoring Manager V1.0 A Monitoring Cloud Service for Enterprise OpenStack Systems Cloud

More information

Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution

Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution Jonathan Halstuch, COO, RackTop Systems JHalstuch@racktopsystems.com Big Data Invasion We hear so much on Big Data and

More information

Solving I/O Bottlenecks to Enable Superior Cloud Efficiency

Solving I/O Bottlenecks to Enable Superior Cloud Efficiency WHITE PAPER Solving I/O Bottlenecks to Enable Superior Cloud Efficiency Overview...1 Mellanox I/O Virtualization Features and Benefits...2 Summary...6 Overview We already have 8 or even 16 cores on one

More information

Amazon EC2 Product Details Page 1 of 5

Amazon EC2 Product Details Page 1 of 5 Amazon EC2 Product Details Page 1 of 5 Amazon EC2 Functionality Amazon EC2 presents a true virtual computing environment, allowing you to use web service interfaces to launch instances with a variety of

More information

When Does Colocation Become Competitive With The Public Cloud? WHITE PAPER SEPTEMBER 2014

When Does Colocation Become Competitive With The Public Cloud? WHITE PAPER SEPTEMBER 2014 When Does Colocation Become Competitive With The Public Cloud? WHITE PAPER SEPTEMBER 2014 Table of Contents Executive Summary... 2 Case Study: Amazon Ec2 Vs In-House Private Cloud... 3 Aim... 3 Participants...

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

Intel Solid- State Drive Data Center P3700 Series NVMe Hybrid Storage Performance

Intel Solid- State Drive Data Center P3700 Series NVMe Hybrid Storage Performance Intel Solid- State Drive Data Center P3700 Series NVMe Hybrid Storage Performance Hybrid Storage Performance Gains for IOPS and Bandwidth Utilizing Colfax Servers and Enmotus FuzeDrive Software NVMe Hybrid

More information

Storage Systems Performance Testing

Storage Systems Performance Testing Storage Systems Performance Testing Client Overview Our client is one of the world s leading providers of mid-range and high-end storage systems, servers, software and services. Our client applications

More information

When Does Colocation Become Competitive With The Public Cloud?

When Does Colocation Become Competitive With The Public Cloud? When Does Colocation Become Competitive With The Public Cloud? PLEXXI WHITE PAPER Affinity Networking for Data Centers and Clouds Table of Contents EXECUTIVE SUMMARY... 2 CASE STUDY: AMAZON EC2 vs IN-HOUSE

More information

Accelerate POC to Production: OpenStack with FlexPod

Accelerate POC to Production: OpenStack with FlexPod Accelerate POC to Production: OpenStack with FlexPod Dave Cain Reference Architect, NetApp @thedavecain Muhammad Afzal Engineering Architect, Cisco @mafzal786 1 October 28 th, 2015 OpenStack Evolving Appliances

More information

High Performance SQL Server with Storage Center 6.4 All Flash Array

High Performance SQL Server with Storage Center 6.4 All Flash Array High Performance SQL Server with Storage Center 6.4 All Flash Array Dell Storage November 2013 A Dell Compellent Technical White Paper Revisions Date November 2013 Description Initial release THIS WHITE

More information

Boas Betzler. Planet. Globally Distributed IaaS Platform Examples AWS and SoftLayer. November 9, 2015. 20014 IBM Corporation

Boas Betzler. Planet. Globally Distributed IaaS Platform Examples AWS and SoftLayer. November 9, 2015. 20014 IBM Corporation Boas Betzler Cloud IBM Distinguished Computing Engineer for a Smarter Planet Globally Distributed IaaS Platform Examples AWS and SoftLayer November 9, 2015 20014 IBM Corporation Building Data Centers The

More information

Traditional v/s CONVRGD

Traditional v/s CONVRGD Traditional v/s CONVRGD Traditional Virtualization Stack Converged Virtualization Infrastructure with HCE/HSE Data protection software applications PDU Backup Servers + Virtualization Storage Switch HA

More information

HYPER-CONVERGED INFRASTRUCTURE STRATEGIES

HYPER-CONVERGED INFRASTRUCTURE STRATEGIES 1 HYPER-CONVERGED INFRASTRUCTURE STRATEGIES MYTH BUSTING & THE FUTURE OF WEB SCALE IT 2 ROADMAP INFORMATION DISCLAIMER EMC makes no representation and undertakes no obligations with regard to product planning

More information

ENABLING SDDC WITH XTREMIO & BROCADE

ENABLING SDDC WITH XTREMIO & BROCADE ENABLING SDDC WITH XTREMIO & BROCADE MICHAEL COONEY PR. SOLUTIONS ARCHITECT, EMC XTREMIO MARCUS THORDAL DIRECTOR, SOLUTION CENTER OCTOBER 2015 1 EMC XTREMIO: LEADING BY ALL MEASURES #1 >34% market share

More information

Hadoop Hardware @Twitter: Size does matter. @joep and @eecraft Hadoop Summit 2013

Hadoop Hardware @Twitter: Size does matter. @joep and @eecraft Hadoop Summit 2013 Hadoop Hardware : Size does matter. @joep and @eecraft Hadoop Summit 2013 v2.3 About us Joep Rottinghuis Software Engineer @ Twitter Engineering Manager Hadoop/HBase team @ Twitter Follow me @joep Jay

More information

NexentaStor Enterprise Backend for CLOUD. Marek Lubinski Marek Lubinski Sr VMware/Storage Engineer, LeaseWeb B.V.

NexentaStor Enterprise Backend for CLOUD. Marek Lubinski Marek Lubinski Sr VMware/Storage Engineer, LeaseWeb B.V. NexentaStor Enterprise Backend for CLOUD Marek Lubinski Marek Lubinski Sr VMware/Storage Engineer, LeaseWeb B.V. AGENDA LeaseWeb overview Express Cloud platform Initial storage build Why NexentaStor NexentaStor

More information

IronPOD Piston OpenStack Cloud System Commodity Cloud IaaS Platforms for Enterprises & Service

IronPOD Piston OpenStack Cloud System Commodity Cloud IaaS Platforms for Enterprises & Service IronPOD Piston OpenStack Cloud System Commodity Cloud IaaS Platforms for Enterprises & Service Deploying Piston OpenStack Cloud POC on IronPOD Hardware Platforms Piston and Iron Networks have partnered

More information

The last 18 months. AutoScale. IaaS. BizTalk Services Hyper-V Disaster Recovery Support. Multi-Factor Auth. Hyper-V Recovery.

The last 18 months. AutoScale. IaaS. BizTalk Services Hyper-V Disaster Recovery Support. Multi-Factor Auth. Hyper-V Recovery. Offline Operations Traffic ManagerLarge Memory SKU SQL, SharePoint, BizTalk Images HDInsight Windows Phone Support Per Minute Billing HTML 5/CORS Android Support Custom Mobile API AutoScale BizTalk Services

More information

Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com

Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com Parallels Cloud Storage White Paper Performance Benchmark Results www.parallels.com Table of Contents Executive Summary... 3 Architecture Overview... 3 Key Features... 4 No Special Hardware Requirements...

More information

Billing for OpenStack Cloud Services

Billing for OpenStack Cloud Services A bill for cloud services is created by applying a rate plan to the metered data consumed by the customer. This document provides an overview of the metered data and rate plan options for billing and showback

More information

How an Open Source Cloud Will Help Keep Your Cloud Strategy Options Open

How an Open Source Cloud Will Help Keep Your Cloud Strategy Options Open How an Open Source Cloud Will Help Keep Your Cloud Strategy Options Open Simon Briggs Technology Specialist simon@suse.com Open Source = openmind 3 Protect Investment & Work Together 4 Cloud Definitions

More information

Memory Channel Storage ( M C S ) Demystified. Jerome McFarland

Memory Channel Storage ( M C S ) Demystified. Jerome McFarland ory nel Storage ( M C S ) Demystified Jerome McFarland Principal Product Marketer AGENDA + INTRO AND ARCHITECTURE + PRODUCT DETAILS + APPLICATIONS THE COMPUTE-STORAGE DISCONNECT + Compute And Data Have

More information

WWW.PROFITBRICKS.COM. The Secret World of Cloud IaaS Pricing: How to Compare Apples and Oranges Among Cloud Providers

WWW.PROFITBRICKS.COM. The Secret World of Cloud IaaS Pricing: How to Compare Apples and Oranges Among Cloud Providers The Secret World of Cloud IaaS Pricing: How to Compare Apples and Oranges Among Cloud Providers TABLE OF CONTENTS Executive Summary:...3 Part 1: The Current State of Cloud Computing IaaS Pricing and Packaging...3

More information

SUSE Cloud 2.0. Pete Chadwick. Douglas Jarvis. Senior Product Manager pchadwick@suse.com. Product Marketing Manager djarvis@suse.

SUSE Cloud 2.0. Pete Chadwick. Douglas Jarvis. Senior Product Manager pchadwick@suse.com. Product Marketing Manager djarvis@suse. SUSE Cloud 2.0 Pete Chadwick Douglas Jarvis Senior Product Manager pchadwick@suse.com Product Marketing Manager djarvis@suse.com SUSE Cloud SUSE Cloud is an open source software solution based on OpenStack

More information

Azure VM Performance Considerations Running SQL Server

Azure VM Performance Considerations Running SQL Server Azure VM Performance Considerations Running SQL Server Your company logo here Vinod Kumar M @vinodk_sql http://blogs.extremeexperts.com Session Objectives And Takeaways Session Objective(s): Learn the

More information

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper Deep Dive on SimpliVity s OmniStack A Technical Whitepaper By Hans De Leenheer and Stephen Foskett August 2013 1 Introduction This paper is an in-depth look at OmniStack, the technology that powers SimpliVity

More information

EqualLogic PS Series Load Balancers and Tiering, a Look Under the Covers. Keith Swindell Dell Storage Product Planning Manager

EqualLogic PS Series Load Balancers and Tiering, a Look Under the Covers. Keith Swindell Dell Storage Product Planning Manager EqualLogic PS Series Load Balancers and Tiering, a Look Under the Covers Keith Swindell Dell Storage Product Planning Manager Topics Guiding principles Network load balancing MPIO Capacity load balancing

More information

The Secret World of Cloud IaaS Pricing in 2014: How to Compare Apples and Oranges Among Cloud Providers

The Secret World of Cloud IaaS Pricing in 2014: How to Compare Apples and Oranges Among Cloud Providers The Secret World of Cloud IaaS Pricing in 2014: How to Compare Apples and Oranges Among Cloud Providers TABLE OF CONTENTS: EXECUTIVE SUMMARY... 3 PART 1: THE CURRENT STATE OF CLOUD COMPUTING IAAS: PRICING

More information

PowerVC 1.2 Q4 2013 Power Systems Virtualization Center

PowerVC 1.2 Q4 2013 Power Systems Virtualization Center PowerVC 1.2 Q4 2013 Power Systems Virtualization Center At last a simple tool to spin-off Power Virtual Machines with very little effort Nigel Griffiths IBM Power Systems Corporation Advanced Technology

More information

RFP-MM-1213-11067 Enterprise Storage Addendum 1

RFP-MM-1213-11067 Enterprise Storage Addendum 1 Purchasing Department August 16, 2012 RFP-MM-1213-11067 Enterprise Storage Addendum 1 A. SPECIFICATION CLARIFICATIONS / REVISIONS NONE B. REQUESTS FOR INFORMATION Oracle: 1) What version of Oracle is in

More information

BEST PRACTICES FOR DEPLOYING VNX IN THE HYBRID CLOUD

BEST PRACTICES FOR DEPLOYING VNX IN THE HYBRID CLOUD 1 BEST PRACTICES FOR DEPLOYING VNX IN THE HYBRID CLOUD MICHAEL TRUITT; CORPORATE SOLUTION ENGINEERING 2 ROADMAP INFORMATION DISCLAIMER EMC makes no representation and undertakes no obligations with regard

More information

Using SUSE Cloud to Orchestrate Multiple Hypervisors and Storage at ADP

Using SUSE Cloud to Orchestrate Multiple Hypervisors and Storage at ADP Using SUSE Cloud to Orchestrate Multiple Hypervisors and Storage at ADP Agenda ADP Cloud Vision and Requirements Introduction to SUSE Cloud Overview Whats New VMWare intergration HyperV intergration ADP

More information

CISCO CLOUD SERVICES PRICING GUIDE AUSTRALIA

CISCO CLOUD SERVICES PRICING GUIDE AUSTRALIA CISCO CLOUD SERVICES PRICING GUIDE AUSTRALIA WELCOME TO CISCO CLOUD SERVICES Cisco Cloud Services is a public cloud infrastructure offering from Telstra which includes a range of compute, storage and network

More information

Understanding SAN and Storage Constraints In Private Clouds

Understanding SAN and Storage Constraints In Private Clouds Understanding SAN and Storage Constraints In Private Clouds L. Mark Stone, Founder and CIO (207) 772-5678 mark.stone@reliablenetworks.com Agenda Non-technical Executive Summary Choke Points (there are

More information

Converged storage architecture for Oracle RAC based on NVMe SSDs and standard x86 servers

Converged storage architecture for Oracle RAC based on NVMe SSDs and standard x86 servers Converged storage architecture for Oracle RAC based on NVMe SSDs and standard x86 servers White Paper rev. 2015-11-27 2015 FlashGrid Inc. 1 www.flashgrid.io Abstract Oracle Real Application Clusters (RAC)

More information

Performance Analysis: Benchmarking Public Clouds

Performance Analysis: Benchmarking Public Clouds Performance Analysis: Benchmarking Public Clouds Performance comparison of web server and database VMs on Internap AgileCLOUD and Amazon Web Services By Cloud Spectator March 215 PERFORMANCE REPORT WEB

More information

OTM in the Cloud. Ryan Haney

OTM in the Cloud. Ryan Haney OTM in the Cloud Ryan Haney The Cloud The Cloud is a set of services and technologies that delivers real-time and ondemand computing resources Software as a Service (SaaS) delivers preconfigured applications,

More information

Analysis of VDI Storage Performance During Bootstorm

Analysis of VDI Storage Performance During Bootstorm Analysis of VDI Storage Performance During Bootstorm Introduction Virtual desktops are gaining popularity as a more cost effective and more easily serviceable solution. The most resource-dependent process

More information

Monitoring Databases on VMware

Monitoring Databases on VMware Monitoring Databases on VMware Ensure Optimum Performance with the Correct Metrics By Dean Richards, Manager, Sales Engineering Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 www.confio.com

More information

The IntelliMagic White Paper: Storage Performance Analysis for an IBM Storwize V7000

The IntelliMagic White Paper: Storage Performance Analysis for an IBM Storwize V7000 The IntelliMagic White Paper: Storage Performance Analysis for an IBM Storwize V7000 Summary: This document describes how to analyze performance on an IBM Storwize V7000. IntelliMagic 2012 Page 1 This

More information

Cloudera Enterprise Reference Architecture for Google Cloud Platform Deployments

Cloudera Enterprise Reference Architecture for Google Cloud Platform Deployments Cloudera Enterprise Reference Architecture for Google Cloud Platform Deployments Important Notice 2010-2015 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, Impala, and

More information

The Data Placement Challenge

The Data Placement Challenge The Data Placement Challenge Entire Dataset Applications Active Data Lowest $/IOP Highest throughput Lowest latency 10-20% Right Place Right Cost Right Time 100% 2 2 What s Driving the AST Discussion?

More information

On- Prem MongoDB- as- a- Service Powered by the CumuLogic DBaaS Platform

On- Prem MongoDB- as- a- Service Powered by the CumuLogic DBaaS Platform On- Prem MongoDB- as- a- Service Powered by the CumuLogic DBaaS Platform Page 1 of 16 Table of Contents Table of Contents... 2 Introduction... 3 NoSQL Databases... 3 CumuLogic NoSQL Database Service...

More information

Introduction to AWS Economics

Introduction to AWS Economics Introduction to AWS Economics Reducing Costs and Complexity May 2015 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes

More information

How To Scale Myroster With Flash Memory From Hgst On A Flash Flash Flash Memory On A Slave Server

How To Scale Myroster With Flash Memory From Hgst On A Flash Flash Flash Memory On A Slave Server White Paper October 2014 Scaling MySQL Deployments Using HGST FlashMAX PCIe SSDs An HGST and Percona Collaborative Whitepaper Table of Contents Introduction The Challenge Read Workload Scaling...1 Write

More information

QLogic 16Gb Gen 5 Fibre Channel for Database and Business Analytics

QLogic 16Gb Gen 5 Fibre Channel for Database and Business Analytics QLogic 16Gb Gen 5 Fibre Channel for Database Assessment for Database and Business Analytics Using the information from databases and business analytics helps business-line managers to understand their

More information

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software Best Practices for Monitoring Databases on VMware Dean Richards Senior DBA, Confio Software 1 Who Am I? 20+ Years in Oracle & SQL Server DBA and Developer Worked for Oracle Consulting Specialize in Performance

More information

Software Define Storage (SDs) and its application to an Openstack Software Defined Infrastructure (SDi) implementation

Software Define Storage (SDs) and its application to an Openstack Software Defined Infrastructure (SDi) implementation Software Define Storage (SDs) and its application to an Openstack Software Defined Infrastructure (SDi) implementation This paper discusses how data centers, offering a cloud computing service, can deal

More information

KVM, OpenStack, and the Open Cloud

KVM, OpenStack, and the Open Cloud KVM, OpenStack, and the Open Cloud Adam Jollans, IBM & Mike Kadera, Intel CloudOpen Europe - October 13, 2014 13Oct14 Open VirtualizaGon Alliance 1 Agenda A Brief History of VirtualizaGon KVM Architecture

More information

HP SN1000E 16 Gb Fibre Channel HBA Evaluation

HP SN1000E 16 Gb Fibre Channel HBA Evaluation HP SN1000E 16 Gb Fibre Channel HBA Evaluation Evaluation report prepared under contract with Emulex Executive Summary The computing industry is experiencing an increasing demand for storage performance

More information

Deploying F5 BIG-IP Virtual Editions in a Hyper-Converged Infrastructure

Deploying F5 BIG-IP Virtual Editions in a Hyper-Converged Infrastructure Deploying F5 BIG-IP Virtual Editions in a Hyper-Converged Infrastructure Justin Venezia Senior Solution Architect Paul Pindell Senior Solution Architect Contents The Challenge 3 What is a hyper-converged

More information

Evaluation Report: Accelerating SQL Server Database Performance with the Lenovo Storage S3200 SAN Array

Evaluation Report: Accelerating SQL Server Database Performance with the Lenovo Storage S3200 SAN Array Evaluation Report: Accelerating SQL Server Database Performance with the Lenovo Storage S3200 SAN Array Evaluation report prepared under contract with Lenovo Executive Summary Even with the price of flash

More information

Savanna Hadoop on. OpenStack. Savanna Technical Lead

Savanna Hadoop on. OpenStack. Savanna Technical Lead Savanna Hadoop on OpenStack Sergey Lukjanov Savanna Technical Lead Mirantis, 2013 Agenda Savanna Overview Savanna Use Cases Roadmap & Current Status Architecture & Features Overview Hadoop vs. Virtualization

More information

Intel Service Assurance Administrator. Product Overview

Intel Service Assurance Administrator. Product Overview Intel Service Assurance Administrator Product Overview Running Enterprise Workloads in the Cloud Enterprise IT wants to Start a private cloud initiative to service internal enterprise customers Find an

More information

Maximizing SQL Server Virtualization Performance

Maximizing SQL Server Virtualization Performance Maximizing SQL Server Virtualization Performance Michael Otey Senior Technical Director Windows IT Pro SQL Server Pro 1 What this presentation covers Host configuration guidelines CPU, RAM, networking

More information

Accelerate the Performance of Virtualized Databases Using PernixData FVP Software

Accelerate the Performance of Virtualized Databases Using PernixData FVP Software WHITE PAPER Accelerate the Performance of Virtualized Databases Using PernixData FVP Software Increase SQL Transactions and Minimize Latency with a Flash Hypervisor 1 Virtualization saves substantial time

More information

Cloud Vendor Benchmark 2015. Price & Performance Comparison Among 15 Top IaaS Providers Part 1: Pricing. April 2015 (UPDATED)

Cloud Vendor Benchmark 2015. Price & Performance Comparison Among 15 Top IaaS Providers Part 1: Pricing. April 2015 (UPDATED) Cloud Vendor Benchmark 2015 Price & Performance Comparison Among 15 Top IaaS Providers Part 1: Pricing April 2015 (UPDATED) Table of Contents Executive Summary 3 Estimating Cloud Spending 3 About the Pricing

More information

Open Cloud System 2.6! Product Overview

Open Cloud System 2.6! Product Overview The Elastic Cloud Company Open Cloud System 2.6 Product Overview Introduction... 2 Open Cloud System (OCS) 2.6... 2 OCS Features... 2 Cloudscaling Open Cloud System... 3 1) 100% OpenStack Technology...

More information

Lab Evaluation of NetApp Hybrid Array with Flash Pool Technology

Lab Evaluation of NetApp Hybrid Array with Flash Pool Technology Lab Evaluation of NetApp Hybrid Array with Flash Pool Technology Evaluation report prepared under contract with NetApp Introduction As flash storage options proliferate and become accepted in the enterprise,

More information

Postgres on OpenStack

Postgres on OpenStack Postgres on OpenStack Dave Page 18/9/2014 2014 EnterpriseDB Corporation. All rights reserved. 1 Introduction PostgreSQL: Core team member pgadmin lead developer Web/sysadmin teams PGCAC/PGEU board member

More information

Big data blue print for cloud architecture

Big data blue print for cloud architecture Big data blue print for cloud architecture -COGNIZANT Image Area Prabhu Inbarajan Srinivasan Thiruvengadathan Muralicharan Gurumoorthy Praveen Codur 2012, Cognizant Next 30 minutes Big Data / Cloud challenges

More information

Flash Use Cases Traditional Infrastructure vs Hyperscale

Flash Use Cases Traditional Infrastructure vs Hyperscale Flash Use Cases Traditional Infrastructure vs Hyperscale Steve Knipple, CTO / VP Engineering Atmosera : Global Hybrid Managed Services Provider Agenda Speaker Perspective The Infrastructure Market Traditional

More information

THE DEFINITIVE GUIDE FOR AWS CLOUD EC2 FAMILIES

THE DEFINITIVE GUIDE FOR AWS CLOUD EC2 FAMILIES THE DEFINITIVE GUIDE FOR AWS CLOUD EC2 FAMILIES Introduction Amazon Web Services (AWS), which was officially launched in 2006, offers you varying cloud services that are not only cost effective, but also

More information

How To Store Data On An Ocora Nosql Database On A Flash Memory Device On A Microsoft Flash Memory 2 (Iomemory)

How To Store Data On An Ocora Nosql Database On A Flash Memory Device On A Microsoft Flash Memory 2 (Iomemory) WHITE PAPER Oracle NoSQL Database and SanDisk Offer Cost-Effective Extreme Performance for Big Data 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Abstract... 3 What Is Big Data?...

More information

Accelerating Database Applications on Linux Servers

Accelerating Database Applications on Linux Servers White Paper Accelerating Database Applications on Linux Servers Introducing OCZ s LXL Software - Delivering a Data-Path Optimized Solution for Flash Acceleration Allon Cohen, PhD Yaron Klein Eli Ben Namer

More information

Agenda. Enterprise Application Performance Factors. Current form of Enterprise Applications. Factors to Application Performance.

Agenda. Enterprise Application Performance Factors. Current form of Enterprise Applications. Factors to Application Performance. Agenda Enterprise Performance Factors Overall Enterprise Performance Factors Best Practice for generic Enterprise Best Practice for 3-tiers Enterprise Hardware Load Balancer Basic Unix Tuning Performance

More information

StorPool Distributed Storage Software Technical Overview

StorPool Distributed Storage Software Technical Overview StorPool Distributed Storage Software Technical Overview StorPool 2015 Page 1 of 8 StorPool Overview StorPool is distributed storage software. It pools the attached storage (hard disks or SSDs) of standard

More information

Introduction to Cloud Computing

Introduction to Cloud Computing Introduction to Cloud Computing Cloud Computing I (intro) 15 319, spring 2010 2 nd Lecture, Jan 14 th Majd F. Sakr Lecture Motivation General overview on cloud computing What is cloud computing Services

More information

Infrastructure as a Service (IaaS)

Infrastructure as a Service (IaaS) Infrastructure as a Service (IaaS) (ENCS 691K Chapter 4) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ References 1. R. Moreno et al.,

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

Cloud on TEIN Part I: OpenStack Cloud Deployment. Vasinee Siripoonya Electronic Government Agency of Thailand Kasidit Chanchio Thammasat University

Cloud on TEIN Part I: OpenStack Cloud Deployment. Vasinee Siripoonya Electronic Government Agency of Thailand Kasidit Chanchio Thammasat University Cloud on TEIN Part I: OpenStack Cloud Deployment Vasinee Siripoonya Electronic Government Agency of Thailand Kasidit Chanchio Thammasat University Outline Objectives Part I: OpenStack Overview How OpenStack

More information

Choosing Between Commodity and Enterprise Cloud

Choosing Between Commodity and Enterprise Cloud Choosing Between Commodity and Enterprise Cloud With Performance Comparison between Cloud Provider USA, Amazon EC2, and Rackspace Cloud By Cloud Spectator, LLC and Neovise, LLC. 1 Background Businesses

More information

Efficiency Analysis of AWS Offering Vs. Private/Hybrid Implementations or Traditional Colo

Efficiency Analysis of AWS Offering Vs. Private/Hybrid Implementations or Traditional Colo Efficiency Analysis of AWS Offering Vs. Private/Hybrid Implementations or Traditional Colo It is just so easy to jump on AWS cloud. Create an account, input your credit card info, and you can start building

More information