Cloud Computing mit mathematischen Anwendungen

Size: px
Start display at page:

Download "Cloud Computing mit mathematischen Anwendungen"

Transcription

1 Cloud Computing mit mathematischen Anwendungen Dr. habil. Marcel Kunze Engineering Mathematics and Computing Lab (EMCL) Institut für Angewandte und Numerische Mathematik IV Karlsruhe Institute of Technology (KIT) 4.Cloud Applications KIT University of the State of Baden-Württemberg and National Laboratory of the Helmholtz Association

2 Examples of Cloud Applications 1. Rendering of movies 2. Management of digital data 3. Office work 4. Collaborative work 2 Cloud Computing SS2011 M.Kunze

3 Cloud Architectures using SQS, S3 and EC2 3 Cloud Computing SS2011 M.Kunze

4 Cloud Applications (1): Rendering of Movies! Architecture: Weakly coupled services! Use storage service for files! Use compute service for work! Organize workflow by use of a queuing service 1. Store files 2. Store messages with instructions 3. Start computation 4 Cloud Computing SS2011 M.Kunze

5 5 Cloud Computing SS2011 M.Kunze

6 6 Cloud Computing SS2011 M.Kunze

7 7 Cloud Computing SS2011 M.Kunze

8 8 Cloud Computing SS2011 M.Kunze

9 9 Cloud Computing SS2011 M.Kunze

10 10 Cloud Computing SS2011 M.Kunze

11 11 Cloud Computing SS2011 M.Kunze

12 Cloud Applications (2): SmugMug 12 Cloud Computing SS2011 M.Kunze

13 Cloud Applications (2): SmugMug Mashup S3, EC2, FPS, Mashup Management of Pictures and Movies Millions of users Billions of pictures Revenue: Several million $ per year 19 employees - IT Services: Amazon Web Services - User management: OpenID Application = Mashup of services of various providers 13 Cloud Computing SS2011 M.Kunze

14 Cloud Applications (3): Windows Live! Windows 7 ships with ready to go cloud applications! Windows Azure Software Development Kit 14 Cloud Computing SS2011 M.Kunze

15 Cloud Applications (4): Google Apps! Google Apps offers office applications! Collaboration within the company (e.g. KIT) 15 Cloud Computing SS2011 M.Kunze

16 16 Cloud Computing SS2011 M.Kunze

17 docs.google.com 17 Cloud Computing SS2011 M.Kunze

18 Optimize Linear Equations! An example of when and how to use Solve! Let's say you're a farmer and you want to decide what to grow. You know that each crop will bring in a certain amount of money and take a certain amount of land, capital, and fertilizer to grow! You can grow three things: wheat, corn, and broccoli! Each of them has its own costs and brings in a given amount of money. However, there are only limited resources available:! Money available: $170! Land available: 70 acres! Fertilizer available: 100 tons 18 Cloud Computing SS2011 M.Kunze

19 Optimize Linear Equations! Here's how you can express this information in the spreadsheet: 19 Cloud Computing SS2011 M.Kunze

20 Optimize Linear Equations! These are the formulas used in the spreadsheet:! Money (Cell B7) =9*A3+8*B3+7*C3! Land (Cell B8) =7*A3+8*B3+9*C3! Fertilizer (Cell B9) =2*A3+10*C3! Profit (Cell B16) =6*A3+8*B3+C3! When you run Solve, it can tell you what to grow: 20 Cloud Computing SS2011 M.Kunze

21 Hausaufgabe 4 Einem IaaS-Anbieter steht ein Rechenzentrum mit 100 Schränken und einer gesamten Anschlussleistung von kw zur Verfügung. In jedem Schrank sind Rechner mit insgesamt CPU-Cores und 1,5 TeraByte Memory installiert. Es sollen 3 verschiedene Klassen von virtuellen Maschinen angeboten werden: Micro, Small und Large. Jede Klasse hat spezifische Anforderungen an Memory, Zahl von CPU-Cores, Energieverbrauch und bringt einen gewissen Gewinn. Die Managementwerkzeuge können maximal Instanzen verwalten. Large Small Micro Nebenbedingung Memory (GB) Max. 150 TeraByte CPU-Cores Max CPU-Cores Energiebedarf (W) Max kw Gewinn (Cent/h) Zu maximieren Verwenden Sie zur Optimierung des Gewinns die Solve-Funktion der Tabellenkalkulation aus den Google Apps. Wie viele Instanzen sollten von jedem Typ gefahren werden, damit der Gewinn maximal ist? Wie groß ist der Gewinn pro Stunde? Wie groß ist in diesem Fall der Energiebedarf? 21 Cloud Computing SS2011 M.Kunze

22 Cloud Research and Development 22 Cloud Computing SS2011 M.Kunze

23 23 Cloud Computing SS2011 M.Kunze

24 Open Cirrus Cloud Computing Research Testbed An open, internet-scale global testbed for cloud computing research! A tool for collaborative research! Data center management & cloud services! Resources! Multi-continent, multi-datacenter, cloud computing system! Federated Centers of Excellence around the globe! each with nodes and up to ~PB storage! and running a suite of cloud services! Structure! Sponsors: HP Labs, Intel Research, Yahoo!! Founding partners: IDA Singapore, KIT, UIUC! New partners: CESGA, CMU, ETRI, MIMOS, RAS, China Mobile, China Telecom! Cover story in IEEE Computer, vol 43, no 4, April Cloud Computing SS2011 M.Kunze

25 Cloud Systems Research and Architecture! Perform research in the following areas:! Cloud services! Datacenter federation! Datacenter management and automation! Data-intensive applications and systems! Cloud management tools, e.g. KOALA Methodology! Perform experiments also on a low system level! Utilize flexible cloud computing frameworks! Compare different configurations and implementations! Simple, transparent, controllable cloud computing infrastructure 25 Cloud Computing SS2011 M.Kunze

26 Proprietary Cloud Computing Stacks 26 Cloud Computing SS2011 M.Kunze

27 Open-source Cloud Stack! OpenCirrus researchers have complete access to the hardware and software platform 27 Cloud Computing SS2011 M.Kunze

28 Open Cirrus Blueprint Cloud Application Services Virtual Resource Sets Cloud Infrastructure Services Eucalyptus OpenNebula IT-Infrastructure Layer (Physical Resource Sets) 28 Cloud Computing SS2011 M.Kunze

29 Physical Resource Sets (PRS)! PRS service goals! Provide mini-datacenters to researchers! Isolate experiments from each other! Stable base for other research! PRS service approach! Allocate sets of physical co-located nodes, isolated inside VLANs.! Leverage existing software (e.g. Utah Emulab, HP OpsWare)! Start simple, add features as we go! Base to implement virtual resource sets! Hardware as a Service (HaaS) 29 Cloud Computing SS2011 M.Kunze

30 Virtual Resource Sets (VRS)! Basic idea: Abstract from physical resource by introduction of a virtualization layer! Concept applies to all IT aspects: CPU, storage, networks and applications,! Main advantages! Implement IT services exactly fitting customer s varying need! Deploy IT services on demand! Automated resource management! Easily guarantee service levels! Live migration of services! Infrastructure as a Service (IaaS)! Implement compute and storage services! De-facto standard: Amazon Web Services interface 30 Cloud Computing SS2011 M.Kunze

31 31 Cloud Computing SS2011 M.Kunze

32 What is it?! Open-Source toolkit for building cloud infrastructures! Originates from the EC funded RESERVOIR project! Orchestrates storage, network and virtualization technologies to enable the dynamic placement of multi-tier services on distributed infrastructures, combining both data center resources and remote cloud resources, according to allocation policies! Provides internal and cloud administration and user interfaces for the full management of the IaaS cloud platform 32 Cloud Computing SS2011 M.Kunze

33 Architecture Cloud Plugins: Amazon EC2 and ElasticHosts connectors 33 Cloud Computing SS2011 M.Kunze

34 Features Feature Internal Interface Scheduler Virtualization Management Image Management Network Management Service Management and Contextualization Security Fault Tolerance Scalability Installation Flexibility and Extensibility Function Unix-like CLI for fully management of VM life-cycle and physical boxes XML-RPC API and libvirt virtualization API Requirement/rank matchmaker allowing the definition of workload and resourceaware allocation policies Support for advance reservation of capacity through Haizea Xen, KVM, and VMware Generic libvirt connector (VirtualBox planned for 1.4.2) General mechanisms to transfer and clone VM images Definition of isolated virtual networks to interconnect VMs Support for multi-tier services consisting of groups of inter-connected VMs, and their auto-configuration at boot time Management of users by the infrastructure administrator Persistent database backend to store host and VM information Tested in the management of medium scale infrastructures with hundreds of servers and VMs (no scalability issues has been reported) Installation on a UNIX cluster front-end without requiring new services Distributed in Ubuntu 9.04 (Jaunty Jackalope) Open, flexible and extensible architecture, interfaces and components, allowing its integration with any product or tool 34 Cloud Computing SS2011 M.Kunze

35 35 Cloud Computing SS2011 M.Kunze

36 What is it?! Open-Source software infrastructure for implementing Cloud computing on clusters from UC Santa Barbara! EUCALYPTUS - Elastic Utility Computing Architecture for Linking Your Programs To Useful Systems! Implements Infrastructure as a Service (IaaS) gives the user the ability to run and control entire virtual machine instances (Xen, KVM) deployed across a variety of physical resources! Interface compatible with Amazon EC2! Includes Walrus, a basic implementation of Amazon S3 interface! Potential to interact with the same tools, known to work with Amazon EC2 and S3! Eucalyptus is an important step to establish an open Cloud computing infrastructure standard 36 Cloud Computing SS2011 M.Kunze

37 Architecture! Cloud Controller (CLC)! Collects resources information of the CCs! Manages the S3 / EBS Services! Cloud Meta-Scheduler Public Network Public Network! Cluster Controller (CC)! Select informa5on of free resources! Control the alloca5ons of the VMs on the NCs CLC CC Private Network CC Private Network! Node Controller (NC)! Controls the Xen / KVM Hypervisor! Sends resource informa5on to the Cluster Controller S3 / EBS DataBase NC NC NC NC NC NC 37 Cloud Computing SS2011 M.Kunze

38 AppScale Open-Source implementation of Google App Engine! Project driven by UC Santa Barbara! App Engine is a platform service that allows to run Web apps in Python (and JAVA) on the Google infrastructure! AppScale works transparently on Cloud infrastructures like Eucalyptus! AppScale is compatible with Google App Engine! Applications for Google App Engine can be developed and tested in a private cloud Quelle: Navraj Chohan 38 Cloud Computing SS2011 M.Kunze

39 Tashi Scheduler Virtualization Service Storage Service Cluster Manager Node Node Node Node Node Node! Co-Scheduling of CPU and data 39 Cloud Computing SS2011 M.Kunze

40 R&D Examples! Job flow to run Monte-Carlo simulation! HPC as a Service! Cloud management services 40 Cloud Computing SS2011 M.Kunze

41 A Grid Job Flow Scenario! Grid example: Run 1000 Jobs to generate 1 million Monte-Carlo events! The Grid is a complex system 41 Cloud Computing SS2011 M.Kunze

42 A Cloud Job Flow looks much smarter! Works the same like on a local computer! Develop and debug the program locally! Build a virtual machine with the following characteristics! Automated program start after machine launch (e.g. Amazon EC2)! Do the data processing (e.g. generate 1000 Monte-Carlo events)! Write output to persistent cloud storage (e.g. Amazon S3)! Automated shut down once finished to stop accounting! Just instantiate the suiting number of machines in the cloud! Simply launch 1000 machines to produce 1 million events! Cost is the same:! Run 1 machine 1000 hours! Run 1000 machines 1 hour! No need for batch queues and scheduling ( unlimited resources ) 42 Cloud Computing SS2011 M.Kunze

43 HPC as a Service Tradi9onal HPC Architecture! is characterized by very specific computer clusters designed for special applica5ons! offers pre- defined opera5on systems and user environments only! serves one single applica5on at a given 5me! provides restricted user access! provides management privileges exclusively to administrators Concept of HPCaaS! Capability of using clustered servers and storage as resource pools, fully automated management! Individual cluster configura5on on- demand! Flexibility to serve mul5ple user groups and applica5ons with varying requirements! Customers gain resource management privileges 43 Cloud Computing SS2011 M.Kunze

44 Cloud Management: KOALA IaaS PaaS KOALA! Mobile management of hybrid cloud resources as SaaS solution! Plan: Develop ipad/iphone/android application 44 Cloud Computing SS2011 M.Kunze

45 KOALA hsp://koalacloud.appspot.com - hsp://code.google.com/p/koalacloud! Advantages and Disadvantages of a Cloud- based Management of IaaS wrt. a local solu9on (e.g.: Elas9cfox, Hybridfox)! Advantages:! Flexibility concerning the used browser! Support of EC2/S3/EBS and Eucalyptus! No local installa5on necessary (except of the private key)! Cloud installa5on corresponds to the cloud compu5ng idea! Disadvantages:! Users have to trust the provider of the management applica5on concerning the data privacy and opera5on availability! Advantages and Disadvantages of KOALA wrt. the Amazon Management Tools (especially AWS Management Console)! Advantages:! Support of EC2/S3/EBS and Eucalyptus! KOALA can run in a private cloud (via AppScale)! Disadvantages:! Not all AWS- Features implemented (5ll now)! No support by Amazon 45 Cloud Computing SS2011 M.Kunze

46 KOALA hsp://koalacloud.appspot.com - hsp://code.google.com/p/koalacloud!!!! 46 Cloud Computing SS2011 M.Kunze AppScale runs in EC2 KOALA runs in AppScale The cloud can be managed out of itself It is not necessary to store credentials at Google

47 Good to know! All course info is on Cloud Computing SS2011 M.Kunze

48 48 Cloud Computing SS2011 M.Kunze

The OpenCirrus TM Project: A global Testbed for Cloud Computing R&D

The OpenCirrus TM Project: A global Testbed for Cloud Computing R&D The OpenCirrus TM Project: A global Testbed for Cloud Computing R&D Marcel Kunze Steinbuch Centre for Computing (SCC) Karlsruhe Institute of Technology (KIT) Germany KIT The cooperation of Forschungszentrum

More information

The OpenNebula Virtual Infrastructure Engine

The OpenNebula Virtual Infrastructure Engine EGEE 4th User Forum/OGF25 & OGF-Europe's 2nd International Event Catania, Italy Thursday 5 th, March 2009 The OpenNebula Virtual Infrastructure Engine Constantino Vázquez Blanco Distributed Systems Architecture

More information

Grids and Clouds. GridKa School 2009 Forschungszentrum Karlsruhe September 1st 2009 Christian Baun.

Grids and Clouds. GridKa School 2009 Forschungszentrum Karlsruhe September 1st 2009 Christian Baun. Grids and Clouds GridKa School 2009 Forschungszentrum Karlsruhe September 1st 2009 Christian Baun KIT The cooperation of Forschungszentrum Karlsruhe GmbH und Universität Karlsruhe (TH) http://www.kit.edu

More information

Cloud Computing mit mathematischen Anwendungen

Cloud Computing mit mathematischen Anwendungen Cloud Computing mit mathematischen Anwendungen Dr. habil. Marcel Kunze Engineering Mathematics and Computing Lab (EMCL) Institut für Angewandte und Numerische Mathematik IV Karlsruhe Institute of Technology

More information

Cloud Computing 4/17/2016. Outline. Cloud Computing. Centralized versus Distributed Computing Some people argue that Cloud Computing. Cloud Computing.

Cloud Computing 4/17/2016. Outline. Cloud Computing. Centralized versus Distributed Computing Some people argue that Cloud Computing. Cloud Computing. Cloud Computing By: Muhammad Naseem Assistant Professor Department of Computer Engineering, Sir Syed University of Engineering & Technology, Web: http://sites.google.com/site/muhammadnaseem105 Email: mnaseem105@yahoo.com

More information

What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet.

What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet. 1 INTRODUCTION What is Cloud Computing? Cloud computing is the dynamic delivery of IT resources and capabilities as a Service over the Internet. Cloud computing encompasses any Subscriptionbased or pay-per-use

More information

Cloud Computing mit mathematischen Anwendungen

Cloud Computing mit mathematischen Anwendungen Cloud Computing mit mathematischen Anwendungen Dr. habil. Marcel Kunze Engineering Mathematics and Computing Lab (EMCL) Institut für Angewandte und Numerische Mathematik IV Karlsruhe Institute of Technology

More information

OPENSTACK: THE OPEN CLOUD

OPENSTACK: THE OPEN CLOUD OPENSTACK: THE OPEN CLOUD Anuj Sehgal (s.anuj@jacobs-university.de) AIMS 2012 Labs 04 June 2012 1 Outline What is the cloud? Background Architecture OpenStack Nova OpenStack Glance 2 What is the Cloud?

More information

Introduction to Cloud Computing

Introduction to Cloud Computing You will learn how to: Build and deploy cloud applications and develop an effective implementation strategy Leverage cloud vendors Amazon EC2 and Amazon S3 Exploit Software as a Service (SaaS) to optimize

More information

OpenNebula on VMware: Cloud Reference Architecture

OpenNebula on VMware: Cloud Reference Architecture OpenNebula on VMware: Cloud Reference Architecture Version 1.2, October 2016 Abstract The OpenNebula Cloud Reference Architecture is a blueprint to guide IT architects, consultants, administrators and

More information

Top 40 Cloud Computing Interview Questions

Top 40 Cloud Computing Interview Questions Top 40 Cloud Computing Interview Questions 1) What are the advantages of using cloud computing? The advantages of using cloud computing are a) Data backup and storage of data b) Powerful server capabilities

More information

Overview Demo Claudia OpenNebula

Overview Demo Claudia OpenNebula 1 Overview Demo Claudia OpenNebula RESERVOIR Reference Architecture 2 Virtual Execution Environment Manager Service Manager VMI Client Policy Engine Remote VEEMs OpenNebula Monitoring VEE Hosts 3 VEEH

More information

SURVEY PAPER ON CLOUD COMPUTING

SURVEY PAPER ON CLOUD COMPUTING SURVEY PAPER ON CLOUD COMPUTING Kalpana Tiwari 1, Er. Sachin Chaudhary 2, Er. Kumar Shanu 3 1,2,3 Department of Computer Science and Engineering Bhagwant Institute of Technology, Muzaffarnagar, Uttar Pradesh

More information

Clouds and Grids. DESY Hamburg July 6th Christian Baun.

Clouds and Grids. DESY Hamburg July 6th Christian Baun. Clouds and Grids DESY Hamburg July 6th 2009 Christian Baun KIT The cooperation of Forschungszentrum Karlsruhe GmbH und Universität Karlsruhe (TH) http://www.kit.edu Cloud Computing - big topic/hype Big

More information

Eucalyptus Overview The most widely deployed on-premise cloud computing platform

Eucalyptus Overview The most widely deployed on-premise cloud computing platform Eucalyptus Overview The most widely deployed on-premise cloud computing platform Vision Value Proposition Solution Highlights Ecosystem Background We bring the power of cloud to your business The world

More information

Module Day Topic. 1 Definition of Cloud Computing and its Basics

Module Day Topic. 1 Definition of Cloud Computing and its Basics Module Day Topic 1 Definition of Cloud Computing and its Basics 1 2 3 1. How does cloud computing provides on-demand functionality? 2. What is the difference between scalability and elasticity? 3. What

More information

COP Cloud Computing. Presented by: Sanketh Beerabbi University of Central Florida

COP Cloud Computing. Presented by: Sanketh Beerabbi University of Central Florida COP6087 - Cloud Computing Presented by: Sanketh Beerabbi University of Central Florida A cloud is a collection of networked resources configured such that users can request scalable resources (VMs, platforms,

More information

DISTRIBUTED SYSTEMS [COMP9243] Lecture 8a: Cloud Computing WHAT IS CLOUD COMPUTING? 2. Slide 3. Slide 1. Why is it called Cloud?

DISTRIBUTED SYSTEMS [COMP9243] Lecture 8a: Cloud Computing WHAT IS CLOUD COMPUTING? 2. Slide 3. Slide 1. Why is it called Cloud? DISTRIBUTED SYSTEMS [COMP9243] Lecture 8a: Cloud Computing Slide 1 Slide 3 ➀ What is Cloud Computing? ➁ X as a Service ➂ Key Challenges ➃ Developing for the Cloud Why is it called Cloud? services provided

More information

What is Cloud Computing? What are the Private and Public Clouds? What are IaaS, PaaS, and SaaS? What is the Amazon Web Services (AWS)?

What is Cloud Computing? What are the Private and Public Clouds? What are IaaS, PaaS, and SaaS? What is the Amazon Web Services (AWS)? What is Cloud Computing? What are the Private and Public Clouds? What are IaaS, PaaS, and SaaS? What is the Amazon Web Services (AWS)? What is Amazon Machine Image (AMI)? Amazon Elastic Compute Cloud (EC2)?

More information

Sky Computing on FutureGrid and Grid 5000 with Nimbus. Pierre Riteau Université de Rennes 1, IRISA INRIA Rennes Bretagne Atlantique Rennes, France

Sky Computing on FutureGrid and Grid 5000 with Nimbus. Pierre Riteau Université de Rennes 1, IRISA INRIA Rennes Bretagne Atlantique Rennes, France Sky Computing on FutureGrid and Grid 5000 with Nimbus Pierre Riteau Université de Rennes 1, IRISA INRIA Rennes Bretagne Atlantique Rennes, France Outline Introduction to Sky Computing The Nimbus Project

More information

Basics of Cloud Computing Lecture 2. Cloud Providers. Satish Srirama

Basics of Cloud Computing Lecture 2. Cloud Providers. Satish Srirama Basics of Cloud Computing Lecture 2 Cloud Providers Satish Srirama Outline Cloud computing services recap Amazon cloud services Elastic Compute Cloud (EC2) Storage services - Amazon S3 and EBS Cloud managers

More information

Topics II SaaS 2.0 OaSe*: OpenCms as a Service Cloud Sites SaaS 3.0 Google Apps (Gmail, Google Docs) Cloud Assessment Services Cloudify: Cloud Applica

Topics II SaaS 2.0 OaSe*: OpenCms as a Service Cloud Sites SaaS 3.0 Google Apps (Gmail, Google Docs) Cloud Assessment Services Cloudify: Cloud Applica Topics I CaMuS Cloud aware Content Management Framework OpenCAMP Open Cloud Application Management Platform AppScale Cloud Foundry OpenShift Open Cloud Operating Systems Apache CloudStack Eucalyptus OpenNebula

More information

Developing Microsoft Azure Solutions MOC 20532

Developing Microsoft Azure Solutions MOC 20532 Developing Microsoft Azure Solutions MOC 20532 In dem Kurs 20532A: Developing Microsoft Azure Solutions lernen Sie, wie Sie die Funktionalität einer vorhandenen ASP.NET MVC Anwendung so erweitern, dass

More information

Today s Objec4ves. Data Center. Virtualiza4on Cloud Compu4ng Amazon Web Services. What did you think? 10/23/17. Oct 23, 2017 Sprenkle - CSCI325

Today s Objec4ves. Data Center. Virtualiza4on Cloud Compu4ng Amazon Web Services. What did you think? 10/23/17. Oct 23, 2017 Sprenkle - CSCI325 Today s Objec4ves Virtualiza4on Cloud Compu4ng Amazon Web Services Oct 23, 2017 Sprenkle - CSCI325 1 Data Center What did you think? Oct 23, 2017 Sprenkle - CSCI325 2 1 10/23/17 Oct 23, 2017 Sprenkle -

More information

Large Scale Sky Computing Applications with Nimbus

Large Scale Sky Computing Applications with Nimbus Large Scale Sky Computing Applications with Nimbus Pierre Riteau Université de Rennes 1, IRISA INRIA Rennes Bretagne Atlantique Rennes, France Pierre.Riteau@irisa.fr INTRODUCTION TO SKY COMPUTING IaaS

More information

Virtualization Overview. Joel Jaeggli AFNOG SS-E 2013

Virtualization Overview. Joel Jaeggli AFNOG SS-E 2013 Virtualization Overview Joel Jaeggli AFNOG SS-E 2013 1 What are we using this Year? Mac-mini servers Intel core i7 quad core 8 hyperthreads 16GB of ram 2 x 256GB SATA SSD A pretty hefty server Less than

More information

TPP On The Cloud. Joe Slagel

TPP On The Cloud. Joe Slagel TPP On The Cloud Joe Slagel Lecture topics Introduc5on to Cloud Compu5ng and Amazon Web Services Overview of TPP Cloud components Setup trial AWS and use of the new TPP Web Launcher for Amazon (TWA) Future

More information

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013 Distributed Systems 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski Rutgers University Fall 2013 December 12, 2014 2013 Paul Krzyzanowski 1 Motivation for the Cloud Self-service configuration

More information

Cloud Computing introduction

Cloud Computing introduction Cloud and Datacenter Networking Università degli Studi di Napoli Federico II Dipartimento di Ingegneria Elettrica e delle Tecnologie dell Informazione DIETI Laurea Magistrale in Ingegneria Informatica

More information

ITRI Cloud OS: An End-to-End OpenStack Solution

ITRI Cloud OS: An End-to-End OpenStack Solution ITRI Cloud OS: An End-to-End OpenStack Solution Tzi-cker Chiueh 闕志克 Cloud Computing Research Center for Mobile Applications (CCMA) 雲端運算行動應用研究中心 1 Cloud Service Models Software as a Service (SaaS) Turn-key

More information

Faculté Polytechnique

Faculté Polytechnique Faculté Polytechnique INFORMATIQUE PARALLÈLE ET DISTRIBUÉE CHAPTER 7 : CLOUD COMPUTING Sidi Ahmed Mahmoudi sidi.mahmoudi@umons.ac.be 13 December 2017 PLAN Introduction I. History of Cloud Computing and

More information

Distributed Systems COMP 212. Lecture 18 Othon Michail

Distributed Systems COMP 212. Lecture 18 Othon Michail Distributed Systems COMP 212 Lecture 18 Othon Michail Virtualisation & Cloud Computing 2/27 Protection rings It s all about protection rings in modern processors Hardware mechanism to protect data and

More information

Open Cloud Platforms & Cloud Services

Open Cloud Platforms & Cloud Services Open Cloud Platforms & Cloud Services Zhonghong Ou Post-doc researcher Data Communications Software (DCS) Lab, Department of Computer Science and Engineering, Aalto University Zhonghong Ou 15/11/2011 Aalto

More information

Open Cloud Reference Architecture

Open Cloud Reference Architecture Open Cloud Reference Architecture Version 1.4, February 2018 Abstract The OpenNebula Cloud Reference Architecture is a blueprint to guide IT architects, consultants, administrators and field practitioners

More information

Basics of Cloud Computing Lecture 2. Cloud Providers. Satish Srirama

Basics of Cloud Computing Lecture 2. Cloud Providers. Satish Srirama Basics of Cloud Computing Lecture 2 Cloud Providers Satish Srirama Outline Cloud computing services recap Amazon cloud services Elastic Compute Cloud (EC2) Storage services - Amazon S3 and EBS Cloud managers

More information

Cornell Red Cloud: Campus-based Hybrid Cloud. Steven Lee Cornell University Center for Advanced Computing

Cornell Red Cloud: Campus-based Hybrid Cloud. Steven Lee Cornell University Center for Advanced Computing Cornell Red Cloud: Campus-based Hybrid Cloud Steven Lee Cornell University Center for Advanced Computing shl1@cornell.edu Cornell Center for Advanced Computing (CAC) Profile CAC mission, impact on research

More information

Introduction To Cloud Computing

Introduction To Cloud Computing Introduction To Cloud Computing What is Cloud Computing? Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g.,

More information

Automated Deployment of Private Cloud (EasyCloud)

Automated Deployment of Private Cloud (EasyCloud) Automated Deployment of Private Cloud (EasyCloud) Mohammed Kazim Musab Al-Zahrani Mohannad Mostafa Moath Al-Solea Hassan Al-Salam Advisor: Dr.Ahmed Khayyat 1 Table of Contents Introduction Requirements

More information

BUILDING A PRIVATE CLOUD. By Mark Black Jay Muelhoefer Parviz Peiravi Marco Righini

BUILDING A PRIVATE CLOUD. By Mark Black Jay Muelhoefer Parviz Peiravi Marco Righini BUILDING A PRIVATE CLOUD By Mark Black Jay Muelhoefer Parviz Peiravi Marco Righini HOW PLATFORM COMPUTING'S PLATFORM ISF AND INTEL'S TRUSTED EXECUTION TECHNOLOGY CAN HELP 24 loud computing is a paradigm

More information

Java in der Cloud Aktuelle Möglichkeiten und Entwicklungen

Java in der Cloud Aktuelle Möglichkeiten und Entwicklungen Java in der Cloud Aktuelle Möglichkeiten und Entwicklungen Eberhard Wolff Architecture and Technology Manager adesso AG Twitter: @ewolff Blog: http://ewolff.com About me! Eberhard Wolff! Architecture &

More information

Hyperconverged Cloud Architecture with OpenNebula and StorPool

Hyperconverged Cloud Architecture with OpenNebula and StorPool Hyperconverged Cloud Architecture with OpenNebula and StorPool Version 1.0, January 2018 Abstract The Hyperconverged Cloud Architecture with OpenNebula and StorPool is a blueprint to aid IT architects,

More information

Towards Enabling High- Performance for Multi-Language Programs and Systems

Towards Enabling High- Performance for Multi-Language Programs and Systems Towards Enabling High- Performance for Multi-Language Programs and Systems Chandra Krintz Laboratory for Research on Adaptive Compilation Environments (RACE) Computer Science Dept. Univ. of California,

More information

Introduction to Amazon Cloud & EC2 Overview

Introduction to Amazon Cloud & EC2 Overview Introduction to Amazon Cloud & EC2 Overview 2015 Amazon Web Services, Inc. and its affiliates. All rights served. May not be copied, modified, or distributed in whole or in part without the express consent

More information

PC-CLUSTER BASED STORAGE SYSTEM ARCHITECTURE FOR CLOUD STORAGE

PC-CLUSTER BASED STORAGE SYSTEM ARCHITECTURE FOR CLOUD STORAGE PC-CLUSTER BASE STORAGE SYSTEM ARCHITECTURE FOR CLOU STORAGE Tin Tin Yee 1 and Thinn Thu Naing 2 1 University of Computer Studies, Yangon, Myanmar tintinyee.tty@gmail.com 2 University of Computer Studies,

More information

Cloud Programming. Programming Environment Oct 29, 2015 Osamu Tatebe

Cloud Programming. Programming Environment Oct 29, 2015 Osamu Tatebe Cloud Programming Programming Environment Oct 29, 2015 Osamu Tatebe Cloud Computing Only required amount of CPU and storage can be used anytime from anywhere via network Availability, throughput, reliability

More information

Introduction to Cloud Computing and Virtual Resource Management. Jian Tang Syracuse University

Introduction to Cloud Computing and Virtual Resource Management. Jian Tang Syracuse University Introduction to Cloud Computing and Virtual Resource Management Jian Tang Syracuse University 1 Outline Definition Components Why Cloud Computing Cloud Services IaaS Cloud Providers Overview of Virtual

More information

An Introduction to Cloud Computing with OpenNebula

An Introduction to Cloud Computing with OpenNebula OpenNebula Cloud Management Platform > Innovative Open Source Technologies and Professional Services to Build your Enterprise-ready Cloud Computing Environment An Introduction to Cloud Computing with OpenNebula

More information

Basics of Cloud Computing Lecture 2. Cloud Providers. Satish Srirama

Basics of Cloud Computing Lecture 2. Cloud Providers. Satish Srirama Basics of Cloud Computing Lecture 2 Cloud Providers Satish Srirama Outline Cloud computing services recap Amazon cloud services Elastic Compute Cloud (EC2) Storage services -Amazon S3 and EBS Cloud managers

More information

LINUX, WINDOWS(MCSE),

LINUX, WINDOWS(MCSE), Virtualization Foundation Evolution of Virtualization Virtualization Basics Virtualization Types (Type1 & Type2) Virtualization Demo (VMware ESXi, Citrix Xenserver, Hyper-V, KVM) Cloud Computing Foundation

More information

Cloud Computing. Technologies and Types

Cloud Computing. Technologies and Types Cloud Computing Cloud Computing Technologies and Types Dell Zhang Birkbeck, University of London 2017/18 The Technological Underpinnings of Cloud Computing Data centres Virtualisation RESTful APIs Cloud

More information

Large Scale Computing Infrastructures

Large Scale Computing Infrastructures GC3: Grid Computing Competence Center Large Scale Computing Infrastructures Lecture 2: Cloud technologies Sergio Maffioletti GC3: Grid Computing Competence Center, University

More information

Enroll Now to Take online Course Contact: Demo video By Chandra sir

Enroll Now to Take online Course   Contact: Demo video By Chandra sir Enroll Now to Take online Course www.vlrtraining.in/register-for-aws Contact:9059868766 9985269518 Demo video By Chandra sir www.youtube.com/watch?v=8pu1who2j_k Chandra sir Class 01 https://www.youtube.com/watch?v=fccgwstm-cc

More information

The OnApp Cloud Platform

The OnApp Cloud Platform The OnApp Cloud Platform Everything you need to sell cloud, dedicated, CDN, storage & more 286 Cores / 400 Cores 114 Cores 218 10 86 20 The complete cloud platform for service providers OnApp software

More information

VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager

VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager VMware Join the Virtual Revolution! Brian McNeil VMware National Partner Business Manager 1 VMware By the Numbers Year Founded Employees R&D Engineers with Advanced Degrees Technology Partners Channel

More information

La plateforme Cloud d Entreprise. Découvrez la vision et la stratégie de Nutanix.

La plateforme Cloud d Entreprise. Découvrez la vision et la stratégie de Nutanix. La plateforme Cloud d Entreprise. Découvrez la vision et la stratégie de Nutanix. Sylvain Huguet Nutanix Evangelist @nutanix Nutanix: The Enterprise Cloud Company Make datacenter infrastructure and clouds

More information

Data Centers and Cloud Computing

Data Centers and Cloud Computing Data Centers and Cloud Computing CS677 Guest Lecture Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

Data Centers and Cloud Computing. Slides courtesy of Tim Wood

Data Centers and Cloud Computing. Slides courtesy of Tim Wood Data Centers and Cloud Computing Slides courtesy of Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

Cloud Computing. Amazon Web Services (AWS)

Cloud Computing. Amazon Web Services (AWS) Cloud Computing What is Cloud Computing? Benefit of cloud computing Overview of IAAS, PAAS, SAAS Types Of Cloud private, public & hybrid Amazon Web Services (AWS) Introduction to Cloud Computing. Introduction

More information

CloudMan cloud clusters for everyone

CloudMan cloud clusters for everyone CloudMan cloud clusters for everyone Enis Afgan usecloudman.org This is accessibility! But only sometimes So, there are alternatives BUT WHAT IF YOU WANT YOUR OWN, QUICKLY The big picture A. Users in different

More information

Architekturen für die Cloud

Architekturen für die Cloud Architekturen für die Cloud Eberhard Wolff Architecture & Technology Manager adesso AG 08.06.11 What is Cloud? National Institute for Standards and Technology (NIST) Definition On-demand self-service >

More information

VMware Hybrid Cloud Solution

VMware Hybrid Cloud Solution VMware Hybrid Cloud Solution Simplifying and Accelerating Your Multi-Cloud Strategy Bunyamin Ozyasar System Engineer Manager 2017 VMware Inc. All rights reserved. Today s Agenda 1 2 3 VMware SDDC Approach

More information

Transform Your Business To An Open Hybrid Cloud Architecture. Presenter Name Title Date

Transform Your Business To An Open Hybrid Cloud Architecture. Presenter Name Title Date Transform Your Business To An Open Hybrid Cloud Architecture Presenter Name Title Date Why You Need To Transform Your Business Public cloud performance setting new expectations for: IT speed, flexibility

More information

Data Centers and Cloud Computing. Data Centers

Data Centers and Cloud Computing. Data Centers Data Centers and Cloud Computing Slides courtesy of Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

Oracle VM Workshop Applica>on Driven Virtualiza>on

Oracle VM Workshop Applica>on Driven Virtualiza>on Oracle VM Workshop Applica>on Driven Virtualiza>on Simon COTER Principal Product Manager Oracle VM & VirtualBox simon.coter@oracle.com hnps://blogs.oracle.com/scoter November 25th, 2015 Copyright 2014

More information

Vom Server bis zum WorkSpace: Windows Anwendungen auf AWS

Vom Server bis zum WorkSpace: Windows Anwendungen auf AWS Vom Server bis zum WorkSpace: Windows Anwendungen auf AWS Rolf Kersten, Business Development Manager, Amazon Web Services Germany GmbH AWS Web Day, 07. Juni 2016 Agenda Vom Server Why are customers running

More information

Cloud Computing Lecture 4

Cloud Computing Lecture 4 Cloud Computing Lecture 4 1/17/2012 What is Hypervisor in Cloud Computing and its types? The hypervisor is a virtual machine monitor (VMM) that manages resources for virtual machines. The name hypervisor

More information

CS 6393 Lecture 10. Cloud Computing. Prof. Ravi Sandhu Executive Director and Endowed Chair. April 12,

CS 6393 Lecture 10. Cloud Computing. Prof. Ravi Sandhu Executive Director and Endowed Chair. April 12, CS 6393 Lecture 10 Cloud Computing Prof. Ravi Sandhu Executive Director and Endowed Chair April 12, 2013 ravi.sandhu@utsa.edu www.profsandhu.com Ravi Sandhu 1 The Cloud The Network is the Computer - Sun

More information

COMP6511A: Large-Scale Distributed Systems. Windows Azure. Lin Gu. Hong Kong University of Science and Technology Spring, 2014

COMP6511A: Large-Scale Distributed Systems. Windows Azure. Lin Gu. Hong Kong University of Science and Technology Spring, 2014 COMP6511A: Large-Scale Distributed Systems Windows Azure Lin Gu Hong Kong University of Science and Technology Spring, 2014 Cloud Systems Infrastructure as a (IaaS): basic compute and storage resources

More information

INTEGRATING HPFS IN A CLOUD COMPUTING ENVIRONMENT

INTEGRATING HPFS IN A CLOUD COMPUTING ENVIRONMENT INTEGRATING HPFS IN A CLOUD COMPUTING ENVIRONMENT Abhisek Pan 2, J.P. Walters 1, Vijay S. Pai 1,2, David Kang 1, Stephen P. Crago 1 1 University of Southern California/Information Sciences Institute 2

More information

Enabling Your Cloud with VMware. Rob Rowe Jason Kuipers

Enabling Your Cloud with VMware. Rob Rowe Jason Kuipers Enabling Your Cloud with VMware Rob Rowe Jason Kuipers Agenda Current trends in IT and virtualization today Understanding the Software-Defined Data Center VMware as Platform for the SDDC Questions Trends

More information

Cloud computing and Citrix C3 Last update 28 July 2009 Feedback welcome -- Michael. IT in the Clouds. Dr Michael Harries Citrix Labs

Cloud computing and Citrix C3 Last update 28 July 2009 Feedback welcome -- Michael. IT in the Clouds. Dr Michael Harries Citrix Labs Cloud computing and Citrix C3 Last update 28 July 2009 Feedback welcome -- Michael IT in the Clouds Dr Michael Harries Citrix Labs Just hot air? The term cloud computing has been much hyped in recent past.

More information

SEVONE DATA APPLIANCE FOR EUE

SEVONE DATA APPLIANCE FOR EUE Insight for the Connected World Data Appliance for EUE [ DataSheet ] SEVONE DATA APPLIANCE FOR EUE INSIGHTS FROM THE USER PERSPECTIVE. Software, applications and services running on the network infrastructure

More information

WHY COMPOSABLE INFRASTRUCTURE INSTEAD OF HYPERCONVERGENCE

WHY COMPOSABLE INFRASTRUCTURE INSTEAD OF HYPERCONVERGENCE WHY COMPOSABLE INFRASTRUCTURE INSTEAD OF HYPERCONVERGENCE WHO WE ARE GOAL: Composable Infrastruture HEADQUARTERS: Toronto - Canada COMPANY FOCUS: Composable infrastructure True Software Defined Datacenter

More information

Windows Azure Services - At Different Levels

Windows Azure Services - At Different Levels Windows Azure Windows Azure Services - At Different Levels SaaS eg : MS Office 365 Paas eg : Azure SQL Database, Azure websites, Azure Content Delivery Network (CDN), Azure BizTalk Services, and Azure

More information

AUTOMATISIERUNG DER INFRASTRUKTUR

AUTOMATISIERUNG DER INFRASTRUKTUR AUTOMATISIERUNG DER INFRASTRUKTUR NÄCHSTER HALT: STORAGE! ULRICH HÖLSCHER SYSTEMS ENGINEER 1 ES GIBT EINE MENGE ARBEIT WIE GEHEN WIR ES AN? Cloud Management Systems Automatisierung, IT-Prozesse Cloud Readiness/Transformation

More information

Developing Enterprise Cloud Solutions with Azure

Developing Enterprise Cloud Solutions with Azure Developing Enterprise Cloud Solutions with Azure Java Focused 5 Day Course AUDIENCE FORMAT Developers and Software Architects Instructor-led with hands-on labs LEVEL 300 COURSE DESCRIPTION This course

More information

New Fresh Storage Approach for New IT Challenges Laurent Denel Philippe Nicolas OpenIO

New Fresh Storage Approach for New IT Challenges Laurent Denel Philippe Nicolas OpenIO New Fresh Storage Approach for New IT Challenges Laurent Denel Philippe Nicolas OpenIO Agenda Company profile and background Business and Users needs OpenIO approach Competition Conclusion Company profile

More information

Build your own Cloud on Christof Westhues

Build your own Cloud on Christof Westhues Build your own Cloud on Christof Westhues chwe@de.ibm.com IBM Big Data & Elastic Storage Tour Software Defined Infrastructure Roadshow December 2 4, 2014 New applications and IT are being built for Cloud

More information

An Introduction to Virtualization and Cloud Technologies to Support Grid Computing

An Introduction to Virtualization and Cloud Technologies to Support Grid Computing New Paradigms: Clouds, Virtualization and Co. EGEE08, Istanbul, September 25, 2008 An Introduction to Virtualization and Cloud Technologies to Support Grid Computing Distributed Systems Architecture Research

More information

Hystax Acura. Cloud Migration and Disaster Recovery Solution. Hystax. All rights reserved. 1

Hystax Acura. Cloud Migration and Disaster Recovery Solution. Hystax. All rights reserved. 1 Hystax Acura Cloud Migration and Disaster Recovery Solution Hystax. All rights reserved. 1 www.hystax.com Overview Hystax is a cloud migration and Disaster Recovery company focusing on consistent replication

More information

Going Serverless. Building Production Applications Without Managing Infrastructure

Going Serverless. Building Production Applications Without Managing Infrastructure Going Serverless Building Production Applications Without Managing Infrastructure Objectives of this talk Outline what serverless means Discuss AWS Lambda and its considerations Delve into common application

More information

Infrastructure modernization with Microsoft Azure

Infrastructure modernization with Microsoft Azure Infrastructure modernization with Microsoft Azure READY SET GO I Connection Days 2014/2015 1 Infrastructure modernization with Microsoft Azure Marcel Frauchiger, Partner Technology Strategist READY SET

More information

Third Party Cloud Services Its Adoption in the New Age

Third Party Cloud Services Its Adoption in the New Age Solutions for higher performance! Third Party Cloud Services Its Adoption in the New Age 1 Introduction Cloud computing is the delivery of computing services over the Internet. Cloud services allow individuals

More information

UVA HPC & BIG DATA COURSE. Cloud Computing. Adam Belloum

UVA HPC & BIG DATA COURSE. Cloud Computing. Adam Belloum UVA HPC & BIG DATA COURSE Cloud Computing Adam Belloum outline Cloud computing: Approach and vision Resource Provisioning in Cloud systems: Cloud Systems: IaaS, PaaS, SaaS Using Cloud Systems in practice

More information

AWS Solution Architecture Patterns

AWS Solution Architecture Patterns AWS Solution Architecture Patterns Objectives Key objectives of this chapter AWS reference architecture catalog Overview of some AWS solution architecture patterns 1.1 AWS Architecture Center The AWS Architecture

More information

Matrix IT work Copyright Do not remove source or Attribution from any graphic or portion of graphic

Matrix IT work Copyright Do not remove source or Attribution from any graphic or portion of graphic Cloud: your daily concerns Cost? Security? Compliance? People Process Product Virtualization to Cloud : Your challenging journey Hardware Software People 2,3M 1,6M Capex & opex costs for compute/nw/storage

More information

HPC Cloud at SURFsara

HPC Cloud at SURFsara HPC Cloud at SURFsara Offering cloud as a service SURF Research Boot Camp 21st April 2016 Ander Astudillo Markus van Dijk What is cloud computing?

More information

Getting to Know Apache CloudStack

Getting to Know Apache CloudStack Getting to Know Apache CloudStack Joe Brockmeier PPMC Member Apache CloudStack jzb@apache.org Five Six Characteristics of Clouds On-Demand Self-Service Broad Network Access Resource Pooling Rapid Elasticity

More information

Introduction to data centers

Introduction to data centers Introduction to data centers Paolo Giaccone Notes for the class on Switching technologies for data centers Politecnico di Torino December 2017 Cloud computing Section 1 Cloud computing Giaccone (Politecnico

More information

StratusLab Cloud Distribution Installation. Charles Loomis (CNRS/LAL) 3 July 2014

StratusLab Cloud Distribution Installation. Charles Loomis (CNRS/LAL) 3 July 2014 StratusLab Cloud Distribution Installation Charles Loomis (CNRS/LAL) 3 July 2014 StratusLab What is it? Complete IaaS cloud distribution Open source (Apache 2 license) Works well for production private

More information

Cloud Computing. Grace A. Lewis Research, Technology and Systems Solutions (RTSS) Program System of Systems Practice (SoSP) Initiative

Cloud Computing. Grace A. Lewis Research, Technology and Systems Solutions (RTSS) Program System of Systems Practice (SoSP) Initiative Grace A. Lewis Research, Technology and Systems Solutions (RTSS) Program System of Systems Practice (SoSP) Initiative SEI Webinar November 12, 2009 Polling Question 1 How did you hear about this webinar?

More information

7 Things ISVs Must Know About Virtualization

7 Things ISVs Must Know About Virtualization 7 Things ISVs Must Know About Virtualization July 2010 VIRTUALIZATION BENEFITS REPORT Table of Contents Executive Summary...1 Introduction...1 1. Applications just run!...2 2. Performance is excellent...2

More information

Easy Access to Grid Infrastructures

Easy Access to Grid Infrastructures Easy Access to Grid Infrastructures Dr. Harald Kornmayer (NEC Laboratories Europe) On behalf of the g-eclipse consortium WP11 Grid Workshop Grenoble, France 09 th of December 2008 Background in astro particle

More information

Building a Big IaaS Cloud. David /

Building a Big IaaS Cloud. David / Building a Big IaaS Cloud David Nalley @ke4qqq ke4qqq@apache.org / david@gnsa.us #whoami Recovering Sysadmin F/LOSS contributor Committer on Apache CloudStack Assumptions You have a need for an IaaS compute

More information

Open Cirrus TM Cloud Computing Testbed: Federated Data Centers for Open Source Systems and Services Research

Open Cirrus TM Cloud Computing Testbed: Federated Data Centers for Open Source Systems and Services Research To Appear at USENIX HotCloud 09, San Diego, June 2009 http://www.usenix.org/events/hotcloud09/tech/ Open Cirrus TM Cloud Computing Testbed: Federated Data Centers for Open Source Systems and Services Research

More information

Virtual Machines. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University

Virtual Machines. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University Virtual Machines Jinkyu Jeong (jinkyu@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today's Topics History and benefits of virtual machines Virtual machine technologies

More information

An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform

An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform A B M Moniruzzaman, StudentMember, IEEE Kawser Wazed Nafi Syed Akther Hossain, Member, IEEE & ACM Abstract Cloud

More information

How to Keep UP Through Digital Transformation with Next-Generation App Development

How to Keep UP Through Digital Transformation with Next-Generation App Development How to Keep UP Through Digital Transformation with Next-Generation App Development Peter Sjoberg Jon Olby A Look Back, A Look Forward Dedicated, data structure dependent, inefficient, virtualized Infrastructure

More information

Training on Amazon AWS Cloud Computing. Course Content

Training on Amazon AWS Cloud Computing. Course Content Training on Amazon AWS Cloud Computing Course Content 15 Amazon Web Services (AWS) Cloud Computing 1) Introduction to cloud computing Introduction to Cloud Computing Why Cloud Computing? Benefits of Cloud

More information

Private Cloud Public Cloud Edge. Consistent Infrastructure & Consistent Operations

Private Cloud Public Cloud Edge. Consistent Infrastructure & Consistent Operations Hybrid Cloud Native Public Cloud Private Cloud Public Cloud Edge Consistent Infrastructure & Consistent Operations VMs and Containers Management and Automation Cloud Ops DevOps Existing Apps Cost Management

More information