Platforms in the Cloud

Similar documents
Where Will Your Next Application Run? Abel B. Cruz WA Technology Strategist Microsoft Corporation

Technical Writing - Definition of Cloud A Rational Perspective

Users VM A A A. Application. Compute/Storage/Network. VM Virtual Machine. On-Premises Data Center

Azure and Its Competitors

Cloud Platforms in the Enterprise

Cloud Platforms Today: The Big Picture

Cloud Computing Today

CS5412: THE CLOUD VALUE PROPOSITION

Systems Integrators in the Cloud Era

Open Source Technologies on Microsoft Azure


Cloud Computing: Making the right choices

Public Cloud Offerings and Private Cloud Options. Week 2 Lecture 4. M. Ali Babar

WINDOWS AZURE DATA MANAGEMENT

CUMULUX WHICH CLOUD PLATFORM IS RIGHT FOR YOU? COMPARING CLOUD PLATFORMS. Review Business and Technology Series

A SHORT INTRODUCTION TO CLOUD PLATFORMS

GIS IN THE CLOUD THE ESRI EXAMPLE DAVID CHAPPELL SEPTEMBER 2010 SPONSORED BY ESRI

Cloud Computing. Technologies and Types

How To Understand Cloud Computing


Demystifying the Cloud Computing

A Comparison of Clouds: Amazon Web Services, Windows Azure, Google Cloud Platform, VMWare and Others (Fall 2012)

Cover Story. Cloud Computing: A Paradigm Shift in IT Infrastructure

How To Compare Cloud Computing To Cloud Platforms And Cloud Computing

Virtualization and Cloud Computing

IT as a Service. Transforming IT with the Windows Azure Platform. November 2010

Cloud Computing. Lecture 24 Cloud Platform Comparison

Cloud Computing. Chapter 1 Introducing Cloud Computing

Where We Are. References. Cloud Computing. Levels of Service. Cloud Computing History. Introduction to Data Management CSE 344

ADOPTING MICROSOFT AZURE

Cloud Computing. Chapter 1 Introducing Cloud Computing

Cloud Computing Trends

JAVA IN THE CLOUD PAAS PLATFORM IN COMPARISON

WINDOWS AZURE EXECUTION MODELS

24/11/14. During this course. Internet is everywhere. Frequency barrier hit. Management costs increase. Advanced Distributed Systems Cloud Computing

Unleash the IaaS Cloud About VMware vcloud Director and more VMUG.BE June 1 st 2012

Cloud Computing Technology

Outline. What is cloud computing? History Cloud service models Cloud deployment forms Advantages/disadvantages

Cloud Computing: Current Market Trends and Future Opportunities

A Survey on Cloud Storage Systems

A Primer on Cloud Computing. By Anand Ganesan Byteonic.com

Cloud Computing. Chapter 1 Introducing Cloud Computing

APP DEVELOPMENT ON THE CLOUD MADE EASY WITH PAAS

WINDOWS AZURE AND ISVS

The Cloud as a Computing Platform: Options for the Enterprise

CMIS as the basis for ECM services in the cloud

THE WINDOWS AZURE PROGRAMMING MODEL

Hybrid Cloud Identity and Access Management Challenges

BMC Control-M for Cloud. BMC Control-M Workload Automation

CLOUD MANAGEMENT GUIDE

Tautvydas Dagys Developer & Platform Evangelist Microsoft Lithuania

Research Paper Available online at: A COMPARATIVE STUDY OF CLOUD COMPUTING SERVICE PROVIDERS

CLOUD COMPUTING. When It's smarter to rent than to buy

PAAS: Demystified. General Terms

E-Business Technology

White Paper on CLOUD COMPUTING

10A CA Plex in the Cloud. Rob Layzell CA Technologies

Big Data on AWS. Services Overview. Bernie Nallamotu Principle Solutions Architect

Certified Cloud Computing Professional VS-1067

WINDOWS AZURE NETWORKING

WINDOWS AZURE DATA MANAGEMENT AND BUSINESS ANALYTICS

WOLKEN KOSTEN GELD GUSTAVO ALONSO SYSTEMS GROUP ETH ZURICH

Data Centers and Cloud Computing. Data Centers

Data Protection & Cloud. Corradino Milone PreSales Commvault Italia

CloudCenter Full Lifecycle Management. An application-defined approach to deploying and managing applications in any datacenter or cloud environment

Geoff Raines Cloud Engineer

Beginning Azure. Ready for the Cloud!

Building Out Your Cloud-Ready Solutions. Clark D. Richey, Jr., Principal Technologist, DoD

Platform as a Service (PaaS) Demystified

Certified Cloud Computing Professional Sample Material

Introduction to Cloud Computing

The Top 5 Most Common Cloud Management Functions

Outlook. Corporate Research and Technologies, Munich, Germany. 20 th May 2010

IBM Impact 2012 Conference. Don t Underestimate Monitoring in the Cloud! Rodney Morrison VP Products SL Corporation

Cloud Computing The Evolution of IT

Windows Azure Platform

References. Introduction to Database Systems CSE 444. Motivation. Basic Features. Outline: Database in the Cloud. Outline

Introduction to Database Systems CSE 444

Cloud Courses Description

Cloud 101. Mike Gangl, Caltech/JPL, 2015 California Institute of Technology. Government sponsorship acknowledged

BUILDING SAAS APPLICATIONS ON WINDOWS AZURE

BI in the Cloud Sky is the limit

Cloud Hosting. QCLUG presentation - Aaron Johnson. Amazon AWS Heroku OpenShift

Windows Azure and private cloud

Cloud Courses Description

A Web Base Information System Using Cloud Computing

Cloud Computing An Elephant In The Dark

Cloud Architecture and Virtualisation. Lecture 2 Cloud Computing Overview

Putchong Uthayopas, Kasetsart University

Ø Teaching Evaluations. q Open March 3 through 16. Ø Final Exam. q Thursday, March 19, 4-7PM. Ø 2 flavors: q Public Cloud, available to public

Cloud powered services composition using Public Cloud PaaS platform

Hybrid (Cloud) Computing

Cloud Computing and Amazon Web Services. CJUG March, 2009 Tom Malaher

SOA, BPM, and Microsoft: A Pragmatic View

Software as a Service (SaaS) and Platform as a Service (PaaS) (ENCS 691K Chapter 1)

Cloud Computing Service Models, Types of Clouds and their Architectures, Challenges.

It s All About Cloud Key Concepts, Players, Platforms And Technologies

Cloud Computing and Big Data What Technical Writers Need to Know

Cloud Computing an introduction

Cloud Computing Architecture: A Survey

Transcription:

Platforms in the Cloud Where Will Your Next Application Run? Jazoon, Zurich June 2011 Copyright 2011 Chappell & Associates

An Organization without Cloud Computing Users A A A VM VM VM A A A Application Compute/Storage/Network On-Premises Data Center VM Virtual Machine

Categorizing Cloud Computing Three categories Cloud applications Often called Software as a Service (SaaS) Cloud platforms Public cloud platforms Private clouds On-premises cloud platforms

An Organization with Cloud Computing On-Premises Service Provider Users A A A Cloud Applications Compute/Storage/Network The main focus of this talk A A A A A VM VM A VM VM VM Private Cloud VM A Cloud Platform Compute/Storage/Network Compute/Storage/Network

Cloud Platforms A Framework for Comparison

What is a Cloud Platform? Some defining characteristics It lets developers create and run apps, store data, and more It provides self-service access to a pool of computing resources It allows granular, elastic allocation of resources It allows charging only for the resources an application uses

Public Clouds and Private Clouds Typical definitions Public cloud: A cloud platform run by a service provider made available to many end-user organizations Private cloud: A cloud platform run solely for a single end-user organization, such as a bank or retailer The technology can be much like public clouds, but the economics are different Most organizations will use some hybrid of both

Cloud Platform Technologies The most important today: Computing Infrastructure as a Service (IaaS) Platform as a Service (PaaS) Storage Relational storage Scale-out storage Blobs There are many more Messaging, identity, caching,

Computing Infrastructure as a Service (IaaS) Developers create virtual machines (VMs) on demand They have full access to these VMs Strengths: Can control and configure environment Familiar technologies Limited code lock-in Weaknesses: Must control and configure environment Requires administrative skills to use

Computing Platform as a Service (PaaS) Developers provide an application, which the platform runs They don t work directly with VMs Strengths: Provides higher-level services than IaaS Requires essentially no administrative skills Weaknesses: Allows less control of the environment

Computing What s the most popular approach? IaaS is more widely used today than PaaS Gartner estimates that public IaaS revenues are significantly greater than public PaaS revenues today Perspective: IaaS is easier to adopt than PaaS IaaS emulates your existing world in the cloud Over time, PaaS is likely to dominate PaaS should have an overall lower cost than IaaS It s typically a better choice for new applications

Storage Relational Traditional relational storage in the cloud With support for SQL Strengths: Familiar technologies Many available tools, e.g., for reporting Limited data lock-in Can be cheaper than on-premises relational storage Weaknesses: Scaling to handle very large data is challenging

Storage Scale-out Massively scalable storage in the cloud No support for SQL Strengths: Scaling to handle very large data is straightforward Can be cheaper than relational storage Weaknesses: Unfamiliar technologies Few available tools Significant data lock-in

Storage Blobs Storage for Binary Large OBjects in the cloud Such as video, back-ups, etc. Strengths: Globally accessible way to store and access large data Can be cheaper than on-premises storage Weaknesses: Provides only simple unstructured storage

Cloud Platforms A summary Private Public Computing Storage IaaS IaaS PaaS Relational Scale-Out Blobs Microsoft VMware Amazon Google Salesforce Cloud-Only Vendor

Applying Public Cloud Platforms (1) Some characteristics of typical applications App development Example: A VM-based dev/test environment Apps with variable load Example: An on-line ticketing application Apps that do parallel processing Example: A financial modeling application Apps that need massive scale Example: A Web 2.0 application Apps that need high reliability Example: A SaaS application

Applying Public Cloud Platforms (2) Some characteristics of typical applications Apps with a short or unpredictable lifetime Example: An app created for a marketing campaign Apps that must fail fast or scale fast Example: Start-ups Apps that don t fit well in an organization s data center Example: A business unit that wishes to avoid its IT department Apps that can benefit from external storage Example: An application that archives data

Cloud Platforms Applying the Framework

From Server Virtualization to Private Clouds IaaS allows allocating, managing, and charging for VMs in a more effective way This idea first appeared in a public cloud platform If it makes sense there, why not use it in your own data center? Private clouds provide IaaS in your data center Although they can also offer more application-oriented services

Microsoft Private and public cloud platform software Private Public Computing Storage IaaS IaaS PaaS Relational Scale-Out Blobs Microsoft Hyper-V Cloud Hyper-V Cloud VMware Amazon Google Salesforce Key Cloud Platform Cloud Platform Software

VMware Private and public cloud platform software Private Public Computing Storage IaaS IaaS PaaS Relational Scale-Out Blobs Microsoft VMware Amazon Hyper-V Cloud vcloud Hyper-V Cloud vcloud Express and DataCenter Google Salesforce Key Cloud Platform Cloud Platform Software

Azure Platform Public cloud platform Private Public Computing Storage IaaS IaaS PaaS Relational Scale-Out Blobs Microsoft Hyper-V Cloud Hyper-V Cloud Azure SQL Azure Azure Tables Azure Blobs VMware vcloud vcloud Express and DataCenter Amazon Google Salesforce Key Cloud Platform Cloud Platform Software

Azure Platform Illustrating the highlights SQL Azure Load Balancer Web Role Instances (VMs) IIS Web Application (e.g., ASP.NET) Server Azure Tables Worker Role Instances (VMs) Application Dynamic Scaling Server

Azure Platform Pricing examples (in US dollars) Compute: $0.05/hour to $0.96/hour for each instance (depending on instance size) Storage: Blobs and tables: Data: $0.15/GB per month Access: $0.01/10,000 operations Relational: $9.99/GB per month Bandwidth: $0.10/GB in, $0.15/GB out

VMware Cloud Foundry Public cloud platform software Private Public Computing Storage IaaS IaaS PaaS Relational Scale-Out Blobs Microsoft Hyper-V Cloud Hyper-V Cloud Azure SQL Azure Azure Tables Azure Blobs VMware vcloud vcloud Express and DataCenter Cloud Foundry Frameworks Cloud Foundry Storage Amazon Google Salesforce Key Cloud Platform Cloud Platform Software

VMware Cloud Foundry Essentials Cloud Foundry is an open source PaaS platform Led by VMware Designed to support diverse technologies: Frameworks: Spring, Rails, etc. Storage: MySQL, MongoDB, etc. Not yet available as a service VMware provides a public dev/test service Partners will provide commercial public platforms

Amazon Web Services Public cloud platform Private Public Computing Storage IaaS IaaS PaaS Relational Scale-Out Blobs Microsoft Hyper-V Cloud Hyper-V Cloud Azure SQL Azure Azure Tables Azure Blobs VMware vcloud vcloud Express and DataCenter Cloud Foundry Frameworks Cloud Foundry Storage Amazon Elastic Compute Cloud (EC2) Elastic Beanstalk Relational Database Service (RDS) SimpleDB Simple Storage Service (S3) Google Salesforce Key Cloud Platform Cloud Platform Software

A Broader View of IaaS/Paas An aside More than cloud compute can be viewed through the IaaS/PaaS lens Example: Cloud options for relational storage Run a database server in an AWS EC2 VM An IaaS storage sevice Use a managed database server with AWS RDS Use a managed database service with SQL Azure A PaaS storage service

Amazon Web Services Pricing examples Compute: $0.02/hour to $3.68/hour for each VM (depending on size and OS) Storage (blobs): Data: $0.14/GB per month to $0.037/GB per month (depending on data size and redundancy) Access: $0.01/1,000 PUT, COPY, POST, LIST operations, $0.01/10,000 GET operations Bandwidth: $0.10/GB in, $0.15/GB to $0.08/GB out (depending on volume)

Eucalyptus Private cloud software Private Public Computing Storage IaaS IaaS PaaS Relational Scale-Out Blobs Microsoft Hyper-V Cloud Hyper-V Cloud Azure SQL Azure Azure Tables Azure Blobs VMware vcloud vcloud Express and DataCenter Cloud Foundry Frameworks Cloud Foundry Storage Amazon Eucalyptus Elastic Compute Cloud (EC2) Elastic Beanstalk Relational Database Service (RDS) SimpleDB Simple Storage Service (S3) Google Salesforce Key Cloud Platform Cloud Platform Software

The Commoditization of IaaS An aside Public IaaS compute service is widely available today Providers include: GoGrid Cloud Hosting Terremark vcloud Express IBM SmartCloud Enterprise Rackspace Cloud Servers A leader in creating OpenStack, open source IaaS private/public cloud platform software

Google App Engine Public cloud platform Private Public Computing Storage IaaS IaaS PaaS Relational Scale-Out Blobs Microsoft Hyper-V Cloud Hyper-V Cloud Azure SQL Azure Azure Tables Azure Blobs VMware vcloud vcloud Express and DataCenter Cloud Foundry Frameworks Cloud Foundry Storage Amazon Eucalyptus Elastic Compute Cloud (EC2) Elastic Beanstalk Relational Database Service (RDS) SimpleDB Simple Storage Service (S3) Google App Engine Datastore Blobstore Key Salesforce Cloud Platform Cloud Platform Software

Google App Engine Illustrating the essentials Load Balancer Web Server Python or Java Application App Engine Datastore Python or Java Runtime Auto Scaling

Google App Engine Pricing examples (today) Compute: $0.10/CPU hour Storage: Datastore: $0.15/GB per month Blobstore: $0.15/GB per month Bandwidth: $0.10/GB in, $0.12/GB out App Engine also allows some free usage every day Other platforms have a free tier as well

Salesforce.com Force.com Public cloud platform Private IaaS Public Computing Storage IaaS PaaS Relational Scale-Out Blobs Microsoft Hyper-V Cloud Hyper-V Cloud Azure SQL Azure Azure Tables Azure Blobs VMware vcloud vcloud Express and DataCenter Cloud Foundry Frameworks Cloud Foundry Storage Amazon Eucalyptus Elastic Compute Cloud (EC2) Elastic Beanstalk Relational Database Service (RDS) SimpleDB Simple Storage Service (S3) Google App Engine Datastore Blobstore Key Salesforce AppForce VMForce Database.com Cloud Platform Cloud Platform Software

Force.com Appforce Load Balancer Web Server Force.com/Apex Application Database.com Force.com Runtime

Salesforce.com Force.com Pricing examples One (small) application is free Enterprise Edition: $50/user per month Compute: up to 10 applications Storage: up to 200 database objects Bandwidth: No extra charge Unlimited Edition: $75/user per month Compute: unlimited applications Storage: up to 2,000 database objects Bandwidth: No extra charge

Conclusions Cloud platforms are important Many vendors are active here A new world is unfolding Prepare to be part of it

About the Speaker David Chappell is Principal of Chappell & Associates (www.davidchappell.com) in San Francisco, California. Through his speaking, writing, and consulting, he helps people around the world understand, use, and make better decisions about new technology. David has been the keynote speaker for more than a hundred events and conferences on five continents, and his seminars have been attended by tens of thousands of IT leaders, architects, and developers in forty countries. His books have been published in a dozen languages and used regularly in courses at MIT, ETH Zurich, and other universities. In his consulting practice, he has helped clients such as Hewlett-Packard, IBM, Microsoft, Stanford University, and Target Corporation adopt new technologies, market new products, and educate their customers and staff. Earlier in his career, David wrote networking software, chaired a U.S. national standards working group, and played keyboards with the Peabody-award-winning Children s Radio Theater. He holds a B.S. in Economics and an M.S. in Computer Science, both from the University of Wisconsin-Madison.

Copyright 2011 David Chappell www.davidchappell.com