THE DEFINITIVE GUIDE FOR AWS CLOUD EC2 FAMILIES

Size: px
Start display at page:

Download "THE DEFINITIVE GUIDE FOR AWS CLOUD EC2 FAMILIES"

Transcription

1 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 scalable and available on-demand. AWS portfolio constitutes lots of different services like computing, data loading, creating applications, networking, management, workflows, databases, storage and many more. Every year, AWS increases their portfolio of services with innovative cloud service offerings. The core focus of AWS is that an enterprise application can be developed, tested, processed, deployed and executed on the cloud without buying any physical infrastructure on-premises. This helps in reducing your capital expenditure and provides you with better performance and secure infrastructure, on-demand, relying on an operational expenditure model. Today, AWS is spread across 11 geographical regions (out of which 9 are public and available to registered users), where each region has multiple Availability Zones that provide high availability as well as support to achieve disaster recovery for applications and data. AWS Regions (Orange) and Availability Zones (Blue (Source: Amazon Web Services) Though AWS portfolio has over 30 products, its core services, Elastic Compute Cloud (EC2) and Simple Storage Service (S3) are the most popular. These services were introduced to provide online compute power and data storage. Over time, these services cloudyn.com/blog

2 have improved by leaps and bounds and continue to be of the most important services in AWS portfolio. Elastic Compute Cloud (EC2) EC2 is the most important service on Amazon Web Services cloud computing platform where users can start virtual servers with almost any server operating system, then develop and deploy their applications on them. Below are just a few of EC2 s many features: 1. Agile models due to the large number of instance sizes, multiple OS and architectures (32/64 bit) as well as one of the most cost effective solutions as the result of its pay-as-you-go model. 2. The option to reduce costs with varying price models, such as On-Demand, Reserved or Spot Instances. 3. EC2 provides multiple, inherent security features, such as private key pairs, security groups, and subnetting with VPC. 4. An Amazon Machine Image (AMI), which is bundled software, allows you to relaunch instances in the future, and helps with High Availability (HA) and Disaster Recovery (DR) schemes. 5. A variety of instance families that offer end users the flexibility to choose the right instance sizes according to their applications needs. In addition, EC2 always allows you to modify your instance family in order to achieve vertical scaling. (Increase/Decrease CPU-Memory). ECU vs vcpu AWS EC2 creates virtual machines on commodity hardware and it is important that each same-sized EC2 instance has a similar performance. AWS takes measures to ensure that each instance has a consistent and predictable amount of CPU capacity. Understanding that developers and IT infrastructure like to benchmark performance or compare CPU capacity between different instance types, AWS has defined an Amazon EC2 Compute Units (ECU), which exhibit the amount of CPU that is allocated to a particular instance. In early 2014, AWS changed how CPU capacity was measured, from ECU to vcpu. Generally, a virtual CPU (vcpu) acts as a virtual processor; a physical central processing unit (CPU) that is assigned to a virtual machine (VM). For AWS, each vcpu is a hyperthread of an Intel Xeon core for M3, C3, R3, HS1, G2, and I2. Since AWS has not provided many details about vcpu, it is possible for two machines with same CPU to have different performance since they could both run on different hardware. 2

3 EC2 AMIs Users can launch instances from Amazon Machine Images (AMIs). AMIs have Operating Systems (OS) as well as some custom bundled software so that when an instance is launched, it will have the same OS, application and data as its AMI. Additionally, users can launch multiple instances from a single AMI. Generally, there are two types of AMIs based on their root device: EBS-Backed and Instance Store-Backed. Each of these AMIs uses one of two types of virtualization: Para Virtual (PV) or Hardware Virtual Machine (HVM). The Para Virtual (PV) guests can run on host hardware that does not have explicit support for virtualization and they cannot take advantage of special hardware extensions, such as enhanced networking or GPU processing. All EC2 instance current generation instance types support HVM AMIs. Some previous generation instance types, such as T1, C1, M1, and M2 do not support Linux HVM AMIs. On the other end of the spectrum, some current generation instance types, such as T2, I2, R3, G2, CR1, and CC2 do not support PV AMIs. The main difference between PV and HVM AMIs is the way in which they boot and whether they can take advantage of special hardware extensions (CPU, network, and storage) for better performance. For the best performance, AWS recommends using current generation instance types and HVM AMIs when launching new instances. We have provided more details about current and previous generation instance types in the section below. 3

4 Two Generations of EC2 Instances Amazon introduced small EC2 instances in They then added different types of instances according to application loads, memory and a number of other factors. Now, each instance type is optimized according to its respective application s requirements. Each instance type has a different CPU, memory, storage and networking capacity. The matrix below illustrates various types of instances and their instance families. As AWS improves so does EC2. Each instance type has its own generation because Amazon constantly adds growing performance oriented infrastructure in order to offer better performing new instance families. Currently, AWS has two generations of EC2 instance families: previous and current. 1st Generation EC2 AWS cloud customers still use Previous Generation Instance types because they have optimized their applications against this instance group or they just may not have moved to Current Generation Instances. Below is the previous generation family: Instance Family Previous Generation Instance Types General purpose m1.small m1.medium m1.large m1.xlarge Compute optimized c1.medium c1.xlarge cc2.8xlarge Memory optimized m2.xlarge m2.2xlarge m2.4xlarge cr1.8xlarge Storage optimized hi1.4xlarge GPU instances cg1.4xlarge Micro instances t1.micro 4

5 2nd Generation EC2 As of late 2012, AWS added a few more instance types that were similar to the earlier standard instances but with better firmware and higher CPU power. AWS calls these the second or current generation family: Instance Family Current Generation Instance Types General purpose Compute optimized t2.micro t2.small t2.medium m3.medium m3.large m3.xlarge m3.2xlarge c3.large c3.xlarge c3.2xlarge c3.4xlarge c3.8xlarge Memory optimized r3.large r3.xlarge r3.2xlarge r3.4xlarge r3.8xlarge Storage optimized i2.xlarge i2.2xlarge i2.4xlarge i2.8xlarge hs1.8xlarge GPU instances g2.2xlarge 5

6 Five Families of EC2 Instances Some applications need higher memory, some require higher CPU, and some need a balance between both. Keeping this in mind, AWS has distributed their instance families across five broad categories based on instance configuration. We have listed all five families with their instance types, configuration as well usage below. General Purpose Instances There are two types of instances in this family: Fixed Performance (e.g. M3, C3, R3) and Burstable Performance (e.g. T2). T2 / Burstable Instances Model vcpu CPU Credits / hour Mem (GiB) Storage (GB) t2.micro EBS Only t2.small EBS Only t2.medium EBS Only T2 instances are burstable performance instances and generally have a baseline level of CPU performance. The T2 is different than traditional because they do not provide fixed performance rather they generate the credit for the underutilized CPU and use this credit to burst occasionally. When you talk about CPU credit it is equivalent to the performance of a full CPU core for one minute. The T2 instance, when launched, will have fixed set of CPU credits balance and whenever CPU is underutilized, this will result in a CPU credit which is valid for 24 hours. For an example, say you launched a T2 instance and your application is consuming full CPU only during 9 AM to 6 PM and from 6 PM to next day morning 9 AM it is almost not utilized. In this case AWS will create a CPU credit for unutilized hours which can be applied to burst the performance between 9 AM to 6 PM. To explain the above case: if you have launched t2.medium instance and that instance is just consuming 10% of CPU during 6 PM to 9 AM, it will be consuming 6 CPU credits (10% of 60 minutes) but at the same time AWS will keep adding 24 CPU credit / hour so it will get 18 additional credits / hour. This credit can be used during 9 AM to 6 PM of higher usage period. 6

7 It is important to note the following:. This family offers 3 sizes and one of the most cost effective EC2 instance options. This family is only supported by Amazon Virtual Private Cloud (VPC). It solely supports HVM AMIs. The T2 family also offers micro instances, which are part of AWS free usage tier. If you stop instance all the credit will be lost. If your instance has consumed all of its CPU credit balance then it will perform at the baseline CPU performance depending on the instance size. When comparing the T2 family with the T1 Previous Generation Instance Types, it is clear that the current generation has far outweighed the past. In terms of processors and storage, the previous generation didn t have the latest version of Intel Xeon processors and instance-storage was only available for M1 instance types. Additionally, the current family offers better CPU and memory for less than what the previous generation charged. Recommendation: This family is useful for Web Servers, non-production environments, and small databases that occasionally require a CPU burst. 7

8 M3 Instances Model vcpu Mem (GiB) SSD Storage (GB) m3.medium x 4 m3.large x 32 m3.xlarge x 40 m3.2xlarge x 80 This family provides balanced memory and CPU usage. It has different capacities for CPU, memory and solid state drives (SSDs) according to the instance size that is chosen. These instances use SSDs instead of traditional HDDs, so they offer better I/O performance. M3 instances are a good-fit for memory-intensive applications. There is no comparison between previous generation M1 instance types and current generation M3 instance types. The previous generation lacked the latest version of Intel Xeon processors as well as SSD storage. I/O performance has also been enhanced in the current generation. Recommendation: M3 instances are better for small and medium-sized databases that run backend servers, such as SAP. They can also be used for small and medium caching servers and for data processing applications that require additional memory. 8

9 Compute Optimized (C3) Instances Model vcpu Mem (GiB) SSD Storage (GB) c3.large x 16 c3.xlarge x 40 c3.2xlarge x 80 c3.4xlarge x 160 c3.8xlarge x 320 Some applications require very high CPU usage but balanced memory usage. This situation is ideal for C3 instances because of their optimized compute capacity. They are recommended for applications that require more compute power because they offer high performing processors. They offer one of the highest levels of performance at a low cost because of their memory to vcpu and SSD storage ratio. The pattern continues when comparing the previous generations of C1 and CC2 instance types with the current generation of C3 instances. The current generation has the latest version of Intel Xeon processors as well enhanced networking and SSD storage. Recommendation: C3 instances are great for applications that require ondemand batch processing, and distributed analytics. They are also ideal for high performance science and engineering applications. 9

10 Memory Optimized (R3) Instances Model vcpu Mem (GiB) SSD Storage (GB) r3.large x 32 r3.xlarge x 80 r3.2xlarge x 160 r3.4xlarge x 320 r3.8xlarge x 320 R3 instances are specialized for memory-intensive applications. They use the latest Intel Xeon Ivy Bridge processor and offer one of the best prices per GB of RAM. Additionally, they can sustain a memory bandwidth of 63,000 MB/s (according to AWS official announcement). The previous generation M2 and CR1 instance types lacked the latest version of Intel Xeon processors and Enhanced Networking. SSD backed storage was only available to CR1 instances. With R3 instances, major enhancements have been made to Memory Bandwidth, I/O Performance, Memory per instance and Price point per GiB of RAM. Recommendation: R3 instances are great for high performance databases, inmemory analytics, and distributed memory caches. 10

11 GPU-optimized (g2) Instances Model vcpu Mem (GiB) SSD Storage (GB) g2.2xlarge x 60 G2 instances are ideal for gaming applications that require very heavy graphics and 3D application data streaming. This instance family is backed by a high-performance NVIDIA GPU, and is suitable for audio, video, 3D imaging, and graphic streaming kinds of applications. In order to run the GPU instances, NVIDIA drivers need to be installed and can be launched from HVM AMIs. Recommendation: This instance type is ideal for game streaming, video encoding, and 3D application streaming. Storage Optimized Instances I2 Instances Model vcpu Mem (GiB) SSD Storage (GB) i2.xlarge x 800 SSD i2.2xlarge x 800 SSD i2.4xlarge x 800 SSD i2.8xlarge x 800 SSD i2 instances provide heavy SSDs for random I/Os that are required for databases, data warehouses and distributed systems, like Hadoop. They are suitable for NoSQL databases like HBase, Cassandra, MongoDB and OLTP. The previous generation of HI1 instance types lacked the latest version of Intel Xeon processors, EBS Optimization, Enhanced Networking and TRIM support. 11

12 Recommendation: NoSQL databases, Data warehousing, Distributed systems like Hadoop, cluster file systems HS1 Instances Model vcpu Mem (GiB) SSD Storage (GB) hs1.8xlarge x 2000 Highest in the family in terms of storage, HS1 instances also have the highest SSDs and are used by applications that require sequential I/Os. Recommendation: These are ideal for data warehousing, Hadoop/MapReduce, and parallel file systems 12

13 EC2 Pricing Selecting an appropriate instance type requires understanding how an EC2 instance is priced. AWS provides three types of pricing models: 1. On-Demand Instances EC2 s on-demand purchase option provides more flexibility to end users by charging per hour of use. Once an instance is started, based on its pricing model (e.g. OS / size), AWS will charge users according to their pay-as-you-go model. There is no upfront cost. This is more useful for users that want to try AWS in production for a few months; for users that don t use AWS on a regular basis, but only for a few hours a day; or for spiky-natured applications (that scale temporarily). 2. Reserved Instances (RIs) AWS EC2 Reserved Instances provide up to 75% saving for long running EC2 instances. There are three separate models that charge end users all costs upfront, partial costs upfront or no costs upfront. This case is ideal for long running production systems. 3. Spot Instances In this pricing model, EC2 allows users to bid for the unutilized capacity. The only catch is that the bid rate constantly changes and sometimes if it exceeds your bid, AWS will terminate your instance without notifying you. This makes it ideal for temporary jobs (e.g. Batch Processing/Hadoop). 13

14 Summary We explained various instance types, their families, as well as use cases. There are different parameters that define an instance. The major differences are RAM, ECU and vcpu. However, this depends on the type of application that requires the instance. Using these parameters, we prepared the table below, to help identify the right instance type for you. Memory (GB) vcpu t1.micro t2.micro t2.small m3.medium c3.large t2.medium m3.large c3.xlarge m3.xlarge c3.2xlarge g2.2xlarge r3.large m3.2xlarge c3.4xlarge r3.xlarge i2.xlarge r3.2xlarge c3.8xlarge i2.2xlarge r3.4xlarge i2.4xlarge hs1.8xlarge 128+ r3.8xlarge i2.8xlarge Burstable Instances (t2) General Purpose (m3) Compute Optimized (c3) Memory Optimized (r3) GPU Optimized (g2) Storage Optimized (i2) High Storage Density Optimized (hs1) 14

15 This table gives an idea of how instances can be chosen. Each row shows an instance type along with its associated RAM and CPU cores. It may happen that there could be more than one instance available for the same CPU capacity range, which means you d need to decide which one is best for you based on RAM as well as pricing. It is important to understand that there is no one size fits all need. You need to understand your application need (such as high CPU / Memory etc.) and select the right instance meeting your requirement. ABOUT CLOUDYN Founded in 2011, Cloudyn is the leader in cloud monitoring and optimization. The company s industry award-winning SaaS solution delivers unprecedented insights into usage, performance, and cost, coupled with custom prescriptive actions for enhancing performance and reducing cloud spend.with more than 10,000,000 virtual instances monitored Cloudyn helps businesses select the right mix of cloud vendors, increase operational performance, reduce cloud costs to bring them under optimum control, and capitalize on customer choice. More than 2,400 customers use Cloudyn s technology worldwide including F500 industry leaders in aerospace, infrastructure, consumer online travel services, IT management consulting, and manufacturing. For more information, interested parties may visit 15

Licensing Oracle on Amazon EC2, RDS and Microsoft Azure now twice as expensive!

Licensing Oracle on Amazon EC2, RDS and Microsoft Azure now twice as expensive! Licensing Oracle on Amazon EC2, RDS and Microsoft Azure now twice as expensive! Authors: Adrian Cristache and Andra Tarata This whitepaper provides an overview of the changes in Licensing Oracle Software

More information

BERLIN. 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved

BERLIN. 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved BERLIN 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved Introduction to Amazon EC2 Danilo Poccia Technical Evangelist @danilop 2015, Amazon Web Services, Inc. or its affiliates. All

More information

Amazon EC2 Deep Dive. Michael #awssummit

Amazon EC2 Deep Dive. Michael #awssummit Berlin Amazon EC2 Deep Dive Michael Hanisch @hanimic #awssummit Let s get started Amazon EC2 instances AMIs & Virtualization Types EBS-backed AMIs AMI instance Physical host server New root volume snapshot

More information

Amazon Elastic Compute Cloud (EC2)

Amazon Elastic Compute Cloud (EC2) Amazon Elastic Compute Cloud (EC2) 1 Amazon EC2 Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity ( Virtual Machine) in the AWS cloud. Why EC2 Available in different locations

More information

AWS: Basic Architecture Session SUNEY SHARMA Solutions Architect: AWS

AWS: Basic Architecture Session SUNEY SHARMA Solutions Architect: AWS AWS: Basic Architecture Session SUNEY SHARMA Solutions Architect: AWS suneys@amazon.com AWS Core Infrastructure and Services Traditional Infrastructure Amazon Web Services Security Security Firewalls ACLs

More information

POSTGRESQL ON AWS: TIPS & TRICKS (AND HORROR STORIES) ALEXANDER KUKUSHKIN. PostgresConf US

POSTGRESQL ON AWS: TIPS & TRICKS (AND HORROR STORIES) ALEXANDER KUKUSHKIN. PostgresConf US POSTGRESQL ON AWS: TIPS & TRICKS (AND HORROR STORIES) ALEXANDER KUKUSHKIN PostgresConf US 2018 2018-04-20 ABOUT ME Alexander Kukushkin Database Engineer @ZalandoTech Email: alexander.kukushkin@zalando.de

More information

CIT 668: System Architecture. Amazon Web Services

CIT 668: System Architecture. Amazon Web Services CIT 668: System Architecture Amazon Web Services Topics 1. AWS Global Infrastructure 2. Foundation Services 1. Compute 2. Storage 3. Database 4. Network 3. AWS Economics Amazon Services Architecture Regions

More information

POSTGRESQL ON AWS: TIPS & TRICKS (AND HORROR STORIES) ALEXANDER KUKUSHKIN

POSTGRESQL ON AWS: TIPS & TRICKS (AND HORROR STORIES) ALEXANDER KUKUSHKIN POSTGRESQL ON AWS: TIPS & TRICKS (AND HORROR STORIES) ALEXANDER KUKUSHKIN 07-07-2017 ABOUT ME Alexander Kukushkin Database Engineer @ZalandoTech Email: alexander.kukushkin@zalando.de Twitter: @cyberdemn

More information

Cloudera s Enterprise Data Hub on the Amazon Web Services Cloud: Quick Start Reference Deployment October 2014

Cloudera s Enterprise Data Hub on the Amazon Web Services Cloud: Quick Start Reference Deployment October 2014 Cloudera s Enterprise Data Hub on the Amazon Web Services Cloud: Quick Start Reference Deployment October 2014 Karthik Krishnan Page 1 of 20 Table of Contents Table of Contents... 2 Abstract... 3 What

More information

POSTGRESQL ON AWS: TIPS & TRICKS (AND HORROR STORIES) ALEXANDER KUKUSHKIN. PGConf.EU 2017, Warsaw

POSTGRESQL ON AWS: TIPS & TRICKS (AND HORROR STORIES) ALEXANDER KUKUSHKIN. PGConf.EU 2017, Warsaw POSTGRESQL ON AWS: TIPS & TRICKS (AND HORROR STORIES) ALEXANDER KUKUSHKIN PGConf.EU 2017, Warsaw 26-10-2017 ABOUT ME Alexander Kukushkin Database Engineer @ZalandoTech Email: alexander.kukushkin@zalando.de

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

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

Determining the IOPS Needs for Oracle Database on AWS

Determining the IOPS Needs for Oracle Database on AWS Determining the IOPS Needs for Oracle Database on AWS Abdul Sathar Sait December 2014 Contents Abstract 2 Introduction 2 Storage Options for Oracle Database 3 IOPS Basics 4 Estimating IOPS for an Existing

More information

Deep Learning - Recitation (1/19/2018)

Deep Learning - Recitation (1/19/2018) Deep Learning - Recitation (1/19/2018) What is Amazon Web Services (AWS) Cloud Based Computational Resource What does AWS offer? Many many things but here are the two main things to care about for DL...

More information

HOW TO PLAN & EXECUTE A SUCCESSFUL CLOUD MIGRATION

HOW TO PLAN & EXECUTE A SUCCESSFUL CLOUD MIGRATION HOW TO PLAN & EXECUTE A SUCCESSFUL CLOUD MIGRATION Steve Bertoldi, Solutions Director, MarkLogic Agenda Cloud computing and on premise issues Comparison of traditional vs cloud architecture Review of use

More information

Cloud Infrastructure

Cloud Infrastructure Cloud Infrastructure Part of this material is provided with the book: Cloud Computing: Theory and Practice. Author: Dan C. Marinescu 1 Contents IaaS services from Amazon. Regions and availability zones

More information

Amazon Web Services 101 April 17 th, 2014 Joel Williams Solutions Architect. Amazon.com, Inc. and its affiliates. All rights reserved.

Amazon Web Services 101 April 17 th, 2014 Joel Williams Solutions Architect. Amazon.com, Inc. and its affiliates. All rights reserved. Amazon Web Services 101 April 17 th, 2014 Joel Williams Solutions Architect Amazon.com, Inc. and its affiliates. All rights reserved. Learning about Cloud Computing with AWS What is Cloud Computing and

More information

ARCHITECTING WEB APPLICATIONS FOR THE CLOUD: DESIGN PRINCIPLES AND PRACTICAL GUIDANCE FOR AWS

ARCHITECTING WEB APPLICATIONS FOR THE CLOUD: DESIGN PRINCIPLES AND PRACTICAL GUIDANCE FOR AWS ARCHITECTING WEB APPLICATIONS FOR THE CLOUD: DESIGN PRINCIPLES AND PRACTICAL GUIDANCE FOR AWS Dr Adnene Guabtni, Senior Research Scientist, NICTA/Data61, CSIRO Adnene.Guabtni@csiro.au EC2 S3 ELB RDS AMI

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

Cloud Storage with AWS: EFS vs EBS vs S3 AHMAD KARAWASH

Cloud Storage with AWS: EFS vs EBS vs S3 AHMAD KARAWASH Cloud Storage with AWS: EFS vs EBS vs S3 AHMAD KARAWASH Cloud Storage with AWS Cloud storage is a critical component of cloud computing, holding the information used by applications. Big data analytics,

More information

SAP VORA 1.4 on AWS - MARKETPLACE EDITION FREQUENTLY ASKED QUESTIONS

SAP VORA 1.4 on AWS - MARKETPLACE EDITION FREQUENTLY ASKED QUESTIONS SAP VORA 1.4 on AWS - MARKETPLACE EDITION FREQUENTLY ASKED QUESTIONS 1. What is SAP Vora? SAP Vora is an in-memory, distributed computing solution that helps organizations uncover actionable business insights

More information

BUYER S GUIDE TO AWS AND AZURE RESERVED INSTANCES

BUYER S GUIDE TO AWS AND AZURE RESERVED INSTANCES WHITEPAPER BUYER S GUIDE TO AWS AND AZURE RESERVED INSTANCES Maximizing RI Cost-Saving Potential www.cloudcheckr.com For the right workloads, those that are predictable and stable, utilizing reserved instances

More information

IBM POWER SYSTEMS: YOUR UNFAIR ADVANTAGE

IBM POWER SYSTEMS: YOUR UNFAIR ADVANTAGE IBM POWER SYSTEMS: YOUR UNFAIR ADVANTAGE Choosing IT infrastructure is a crucial decision, and the right choice will position your organization for success. IBM Power Systems provides an innovative platform

More information

Introduction to Database Services

Introduction to Database Services Introduction to Database Services Shaun Pearce AWS Solutions Architect 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved Today s agenda Why managed database services? A non-relational

More information

Price Performance Analysis of NxtGen Vs. Amazon EC2 and Rackspace Cloud.

Price Performance Analysis of NxtGen Vs. Amazon EC2 and Rackspace Cloud. Price Performance Analysis of Vs. EC2 and Cloud. Performance Report: ECS Performance Analysis of Virtual Machines on ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads

More information

SQL Server Performance on AWS. October 2018

SQL Server Performance on AWS. October 2018 SQL Server Performance on AWS October 2018 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes only. It represents AWS s

More information

BE AN SAP SUPER HERO

BE AN SAP SUPER HERO BE AN SAP SUPER HERO SAP TechEd Las Vegas Sept 26, 2017 Steven Jones, Head Of Global SAP Solution Architecture, AWS 2017, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Web Services

More information

Cloud Security (WS 2015/16)

Cloud Security (WS 2015/16) Cloud Security (WS 2015/16) Part 5: Cloud Infrastructures: Amazon EC2, OpenNebula & Co Hans P. Reiser Winter semester 2015/2016, 2015-11-12 Hans P. Reiser Vervielfältigung nur mit Genehmigung This lecture

More information

RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING

RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING EXECUTIVE SUMMARY Today, businesses are increasingly turning to cloud services for rapid deployment of apps and services.

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

QLIK INTEGRATION WITH AMAZON REDSHIFT

QLIK INTEGRATION WITH AMAZON REDSHIFT QLIK INTEGRATION WITH AMAZON REDSHIFT Qlik Partner Engineering Created August 2016, last updated March 2017 Contents Introduction... 2 About Amazon Web Services (AWS)... 2 About Amazon Redshift... 2 Qlik

More information

Cloud Computing 1. CSCI 4850/5850 High-Performance Computing Spring 2018

Cloud Computing 1. CSCI 4850/5850 High-Performance Computing Spring 2018 Cloud Computing 1 CSCI 4850/5850 High-Performance Computing Spring 2018 Tae-Hyuk (Ted) Ahn Department of Computer Science Program of Bioinformatics and Computational Biology Saint Louis University Learning

More information

Modernizing Servers and Software

Modernizing Servers and Software SMB PLANNING GUIDE Modernizing Servers and Software Increase Performance with Intel Xeon Processor E3 v3 Family Servers and Windows Server* 2012 R2 Software Why You Should Read This Document This planning

More information

Introduction to Amazon Web Services

Introduction to Amazon Web Services Introduction to Amazon Web Services Introduction Amazon Web Services (AWS) is a collection of remote infrastructure services mainly in the Infrastructure as a Service (IaaS) category, with some services

More information

Hyper-Convergence De-mystified. Francis O Haire Group Technology Director

Hyper-Convergence De-mystified. Francis O Haire Group Technology Director Hyper-Convergence De-mystified Francis O Haire Group Technology Director The Cloud Era Is Well Underway Rapid Time to Market I deployed my application in five minutes. Fractional IT Consumption I use and

More information

Amazon. Exam Questions AWS-Certified-Solutions-Architect- Professional. AWS-Certified-Solutions-Architect-Professional.

Amazon. Exam Questions AWS-Certified-Solutions-Architect- Professional. AWS-Certified-Solutions-Architect-Professional. Amazon Exam Questions AWS-Certified-Solutions-Architect- Professional AWS-Certified-Solutions-Architect-Professional Version:Demo 1.. The MySecureData company has five branches across the globe. They want

More information

Pexip Infinity and Amazon Web Services Deployment Guide

Pexip Infinity and Amazon Web Services Deployment Guide Pexip Infinity and Amazon Web Services Deployment Guide Contents Introduction 1 Deployment guidelines 2 Configuring AWS security groups 4 Deploying a Management Node in AWS 6 Deploying a Conferencing Node

More information

2013 AWS Worldwide Public Sector Summit Washington, D.C.

2013 AWS Worldwide Public Sector Summit Washington, D.C. 2013 AWS Worldwide Public Sector Summit Washington, D.C. EMR for Fun and for Profit Ben Butler Sr. Manager, Big Data butlerb@amazon.com @bensbutler Overview 1. What is big data? 2. What is AWS Elastic

More information

ZeroStack vs. AWS TCO Comparison ZeroStack s private cloud as-a-service offers significant cost advantages over public clouds.

ZeroStack vs. AWS TCO Comparison ZeroStack s private cloud as-a-service offers significant cost advantages over public clouds. @ZeroStackInc sales@zerostack.com www.zerostack.com ZeroStack vs. AWS TCO Comparison ZeroStack s private cloud as-a-service offers significant cost advantages over public clouds. White Paper Introduction

More information

AWS Administration. Suggested Pre-requisites Basic IT Knowledge

AWS Administration. Suggested Pre-requisites Basic IT Knowledge Course Description Amazon Web Services Administration (AWS Administration) course starts your Cloud Journey. If you are planning to learn Cloud Computing and Amazon Web Services in particular, then this

More information

Falling Out of the Clouds: When Your Big Data Needs a New Home

Falling Out of the Clouds: When Your Big Data Needs a New Home Falling Out of the Clouds: When Your Big Data Needs a New Home Executive Summary Today s public cloud computing infrastructures are not architected to support truly large Big Data applications. While it

More information

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 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

Data Sheet Gigamon Visibility Platform for AWS

Data Sheet Gigamon Visibility Platform for AWS Data Sheet Gigamon Visibility Platform for Overview The rapid evolution of Infrastructure-as-a-Service (IaaS), or public clouds, brings instant advantages of economies of scale, elasticity, and agility

More information

Hosting Requirements Smarter Balanced Assessment Consortium Contract 11 Test Delivery System. American Institutes for Research

Hosting Requirements Smarter Balanced Assessment Consortium Contract 11 Test Delivery System. American Institutes for Research Contract 11 Test Delivery System American Institutes for Research Revision History Revision Description Author/Modifier Date Initial Release David Lopez de Quintana October 14, 2013 Updated to latest Amazon

More information

SoftNAS Cloud Performance Evaluation on AWS

SoftNAS Cloud Performance Evaluation on AWS SoftNAS Cloud Performance Evaluation on AWS October 25, 2016 Contents SoftNAS Cloud Overview... 3 Introduction... 3 Executive Summary... 4 Key Findings for AWS:... 5 Test Methodology... 6 Performance Summary

More information

Paperspace. Architecture Overview. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper

Paperspace. Architecture Overview. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper Architecture Overview Copyright 2016 Paperspace, Co. All Rights Reserved June - 1-2017 Technical Whitepaper Paperspace Whitepaper: Architecture Overview Content 1. Overview 3 2. Virtualization 3 Xen Hypervisor

More information

ThoughtSpot on AWS Quick Start Guide

ThoughtSpot on AWS Quick Start Guide ThoughtSpot on AWS Quick Start Guide Version 4.2 February 2017 Table of Contents Contents Chapter 1: Welcome to ThoughtSpot...3 Contact ThoughtSpot... 4 Chapter 2: Introduction... 6 About AWS...7 Chapter

More information

AWS Service Drill Downs

AWS Service Drill Downs AWS Public Sector Jerusalem 19 Nov 2014! AWS Service Drill Downs Leo Zhadanovsky Senior Solu*ons Architect @leozh Deployment & Administration Application Services Compute Storage Networking Database AWS

More information

AWS Solutions Architect Associate (SAA-C01) Sample Exam Questions

AWS Solutions Architect Associate (SAA-C01) Sample Exam Questions 1) A company is storing an access key (access key ID and secret access key) in a text file on a custom AMI. The company uses the access key to access DynamoDB tables from instances created from the AMI.

More information

Benefits of Extending your Datacenters with Amazon Web Services

Benefits of Extending your Datacenters with Amazon Web Services Benefits of Extending your Datacenters with Amazon Web Services Xavier Prélat Business Development Manager @aws_actus How did Amazon.. get into cloud computing? What is AWS? Amazon Web Services offers

More information

Best Practices and Performance Tuning on Amazon Elastic MapReduce

Best Practices and Performance Tuning on Amazon Elastic MapReduce Best Practices and Performance Tuning on Amazon Elastic MapReduce Michael Hanisch Solutions Architect Amo Abeyaratne Big Data and Analytics Consultant ANZ 12.04.2016 2016, Amazon Web Services, Inc. or

More information

Performance Comparison for Resource Allocation Schemes using Cost Information in Cloud

Performance Comparison for Resource Allocation Schemes using Cost Information in Cloud Performance Comparison for Resource Allocation Schemes using Cost Information in Cloud Takahiro KOITA 1 and Kosuke OHARA 1 1 Doshisha University Graduate School of Science and Engineering, Tataramiyakotani

More information

5 Reasons to Host Oracle E-Business Suite on the AWS Cloud

5 Reasons to Host Oracle E-Business Suite on the AWS Cloud 5 Reasons to Host Oracle E-Business Suite on the AWS Cloud TABLE OF CONTENTS Page 1 1 Introduction 2 2 Cost 3 3 Contract Flexibility 4 4 Scalability 5 5 IT Agility 6 6 Backup and Disaster Recovery of Oracle

More information

Expected Learning Outcomes Introduction To AWS

Expected Learning Outcomes Introduction To AWS Introduction To AWS Expected Learning Outcomes Introduction To AWS Understand What Cloud Computing Is Discover Why Companies Are Adopting AWS Understand How AWS Can Help Your Explore AWS Services Apply

More information

Performance Analysis of Virtual Machines on NxtGen ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads

Performance Analysis of Virtual Machines on NxtGen ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads Performance Report: ECS Performance Analysis of Virtual Machines on ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads April 215 EXECUTIVE SUMMARY commissioned this

More information

Advanced Architectures for Oracle Database on Amazon EC2

Advanced Architectures for Oracle Database on Amazon EC2 Advanced Architectures for Oracle Database on Amazon EC2 Abdul Sathar Sait Jinyoung Jung Amazon Web Services November 2014 Last update: April 2016 Contents Abstract 2 Introduction 3 Oracle Database Editions

More information

Srinath Vaddepally.

Srinath Vaddepally. Cloud Computing Srinath Vaddepally CEO & Founder Srinath.Vaddepally@ristcall.com Cell : (816) 728 2134 www.ristcall.com Agenda Automation testing Cloud Computing Motivation factors from Distributed systems

More information

White Paper. Platform9 ROI for Hybrid Clouds

White Paper. Platform9 ROI for Hybrid Clouds White Paper Platform9 ROI for Hybrid Clouds Quantifying the cost savings and benefits of moving from the Amazon Web Services (AWS) public cloud to the Platform9 hybrid cloud. Abstract Deciding whether

More information

10 BEST PRACTICES FOR REDUCING SPEND IN AWS

10 BEST PRACTICES FOR REDUCING SPEND IN AWS 10 BEST PRACTICES FOR REDUCING SPEND IN AWS INTRODUCTION Amazon Web Services (AWS) forever changed the world of IT when it entered the market in 2006 offering services for pennies on the dollar. While

More information

Performance Characterization of ONTAP Cloud in Amazon Web Services with Application Workloads

Performance Characterization of ONTAP Cloud in Amazon Web Services with Application Workloads Technical Report Performance Characterization of ONTAP Cloud in Amazon Web Services with Application Workloads NetApp Data Fabric Group, NetApp March 2018 TR-4383 Abstract This technical report examines

More information

Getting Started with Amazon Web Services

Getting Started with Amazon Web Services Getting Started with Amazon Web Services Version 3.3 September 24, 2013 Contacting Leostream Leostream Corporation 411 Waverley Oaks Rd. Suite 316 Waltham, MA 02452 USA http://www.leostream.com Telephone:

More information

Resizing your AWS VPC NAT Instance to a Lower Cost Instance Type

Resizing your AWS VPC NAT Instance to a Lower Cost Instance Type Resizing your AWS VPC NAT Instance to a Lower Cost Instance Type Let s say that you wanted to run a lab using AWS and you need to set up a VPC. Thats a very common design that takes advantage of creating

More information

PROTECT YOUR DATA FROM MALWARE AND ENSURE BUSINESS CONTINUITY ON THE CLOUD WITH NAVLINK MANAGED AMAZON WEB SERVICES MANAGED AWS

PROTECT YOUR DATA FROM MALWARE AND ENSURE BUSINESS CONTINUITY ON THE CLOUD WITH NAVLINK MANAGED AMAZON WEB SERVICES MANAGED AWS PROTECT YOUR DATA FROM MALWARE AND ENSURE BUSINESS CONTINUITY ON THE CLOUD WITH NAVLINK MANAGED AMAZON WEB SERVICES MANAGED AWS Improved performance Faster go-to-market Better security In today s disruptive

More information

Running Databases in Containers.

Running Databases in Containers. Running Databases in Containers. How to Overcome the Challenges of Data Frank Stienhans CTO Prepared for Evolution of Enterprise IT Subjective Perspective CONTAINERS 1. More Choices CLOUD 2. Faster Delivery

More information

for Cloud Computing University of Washington Tacoma Fall

for Cloud Computing University of Washington Tacoma Fall TCSS 562: Software Engineering School of Engineering and Technology for Cloud Computing University of Washington Tacoma Fall 2018 http://faculty.washington.edu/wlloyd/courses/tcss562 Tutorial 3 Introduction

More information

ClickHouse on MemCloud Performance Benchmarks by Altinity

ClickHouse on MemCloud Performance Benchmarks by Altinity TECHNICAL WHITE PAPER ClickHouse on MemCloud Performance Benchmarks by Altinity March 2018 Version 1.0 Table of Contents 2 1 Abstract 2 2 Introduction 2 3 MPP analytic DBMS overview 4 4 Test overview 4

More information

HPE SimpliVity. The new powerhouse in hyperconvergence. Boštjan Dolinar HPE. Maribor Lancom

HPE SimpliVity. The new powerhouse in hyperconvergence. Boštjan Dolinar HPE. Maribor Lancom HPE SimpliVity The new powerhouse in hyperconvergence Boštjan Dolinar HPE Maribor Lancom 2.2.2018 Changing requirements drive the need for Hybrid IT Application explosion Hybrid growth 2014 5,500 2015

More information

It is recommended to complete the tutorial using a web browser from the same operating system as your Putty or SSH client (e.g. Ubuntu terminal).

It is recommended to complete the tutorial using a web browser from the same operating system as your Putty or SSH client (e.g. Ubuntu terminal). TCSS 562: Software Engineering Institute of Technology for Cloud Computing University of Washington Tacoma Spring 2017 http://faculty.washington.edu/wlloyd/courses/tcss562 Tutorial 1 Benchmarking Amazon

More information

Accelerate Big Data Insights

Accelerate Big Data Insights Accelerate Big Data Insights Executive Summary An abundance of information isn t always helpful when time is of the essence. In the world of big data, the ability to accelerate time-to-insight can not

More information

Cloud Computing. Luigi Santangelo Department of Computer Engineering University of Pavia

Cloud Computing. Luigi Santangelo Department of Computer Engineering University of Pavia Cloud Computing Luigi Santangelo Department of Computer Engineering University of Pavia luigi.santangelo@unipv.it What we will learn Part 1: What is cloud computing Five main cloud computing elements Cloud

More information

Cross-layer Optimization for Virtual Machine Resource Management

Cross-layer Optimization for Virtual Machine Resource Management Cross-layer Optimization for Virtual Machine Resource Management Ming Zhao, Arizona State University Lixi Wang, Amazon Yun Lv, Beihang Universituy Jing Xu, Google http://visa.lab.asu.edu Virtualized Infrastructures,

More information

MapR Enterprise Hadoop

MapR Enterprise Hadoop 2014 MapR Technologies 2014 MapR Technologies 1 MapR Enterprise Hadoop Top Ranked Cloud Leaders 500+ Customers 2014 MapR Technologies 2 Key MapR Advantage Partners Business Services APPLICATIONS & OS ANALYTICS

More information

MySQL and Virtualization Guide

MySQL and Virtualization Guide MySQL and Virtualization Guide Abstract This is the MySQL and Virtualization extract from the MySQL Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit

More information

Building Apps in the Cloud to reduce costs up to 90%

Building Apps in the Cloud to reduce costs up to 90% Building Apps in the Cloud to reduce costs up to 90% Christian Petters, AWS Solutions Architect 18 May 2017 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS EC2 Consumption Models

More information

Composable Infrastructure for Public Cloud Service Providers

Composable Infrastructure for Public Cloud Service Providers Composable Infrastructure for Public Cloud Service Providers Composable Infrastructure Delivers a Cost Effective, High Performance Platform for Big Data in the Cloud How can a public cloud provider offer

More information

IBM Emulex 16Gb Fibre Channel HBA Evaluation

IBM Emulex 16Gb Fibre Channel HBA Evaluation IBM Emulex 16Gb 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

Deep Dive on Amazon Elastic File System

Deep Dive on Amazon Elastic File System Deep Dive on Amazon Elastic File System Yong S. Kim AWS Business Development Manager, Amazon EFS Paul Moran Technical Account Manager, Enterprise Support 28 th of June 2017 2015, Amazon Web Services, Inc.

More information

How the Cloud is Enabling the Disruption of the Construction Industry. AWS Case Study Construction Industry. Abstract

How the Cloud is Enabling the Disruption of the Construction Industry. AWS Case Study Construction Industry. Abstract Case Study Construction Industry How the Cloud is Enabling the Disruption of the Construction Industry Abstract A Minfy-architected cloud solution is helping iquippo, a digital marketplace for the construction

More information

IBM Spectrum NAS. Easy-to-manage software-defined file storage for the enterprise. Overview. Highlights

IBM Spectrum NAS. Easy-to-manage software-defined file storage for the enterprise. Overview. Highlights IBM Spectrum NAS Easy-to-manage software-defined file storage for the enterprise Highlights Reduce capital expenditures with storage software on commodity servers Improve efficiency by consolidating all

More information

SUPERMICRO, VEXATA AND INTEL ENABLING NEW LEVELS PERFORMANCE AND EFFICIENCY FOR REAL-TIME DATA ANALYTICS FOR SQL DATA WAREHOUSE DEPLOYMENTS

SUPERMICRO, VEXATA AND INTEL ENABLING NEW LEVELS PERFORMANCE AND EFFICIENCY FOR REAL-TIME DATA ANALYTICS FOR SQL DATA WAREHOUSE DEPLOYMENTS TABLE OF CONTENTS 2 THE AGE OF INFORMATION ACCELERATION Vexata Provides the Missing Piece in The Information Acceleration Puzzle The Vexata - Supermicro Partnership 4 CREATING ULTRA HIGH-PERFORMANCE DATA

More information

Lesson 14: Cloud Computing

Lesson 14: Cloud Computing Yang, Chaowei et al. (2011) 'Spatial cloud computing: how can the geospatial sciences use and help shape cloud computing?', International Journal of Digital Earth, 4: 4, 305 329 GEOG 482/582 : GIS Data

More information

Backtesting in the Cloud

Backtesting in the Cloud Backtesting in the Cloud A Scalable Market Data Optimization Model for Amazon s AWS Environment A Tick Data Custom Data Solutions Group Case Study Bob Fenster, Software Engineer and AWS Certified Solutions

More information

MyCloud Computing Business computing in the cloud, ready to go in minutes

MyCloud Computing Business computing in the cloud, ready to go in minutes MyCloud Computing Business computing in the cloud, ready to go in minutes In today s dynamic environment, businesses need to be able to respond quickly to changing demands. Using virtualised computing

More information

Automated Configuration Support for Infrastructure Migration to the Cloud

Automated Configuration Support for Infrastructure Migration to the Cloud Automated Configuration Support for Infrastructure Migration to the Cloud Jesús García-Galán a,, Pablo Trinidad a, Omer F. Rana b, Antonio Ruiz-Cortés a a Escuela Técnica Superior de Ingeniería Informática,

More information

dbx MNT AWS Setup Guide

dbx MNT AWS Setup Guide dbx MNT AWS Setup Guide Rev 4.0 June 2018 XtremeData, Inc. 999 Plaza Dr., Ste. 570 Schaumburg, IL 60173 www.xtremedata.com 1. Overview... 3 1.1 Architectural Diagram... 4 1.2 Architectural Elements...

More information

Compute - 36 PCPUs (72 vcpus) - Intel Xeon E5 2686 v4 (Broadwell) - 512GB RAM - 8 x 2TB NVMe local SSD - Dedicated Host vsphere Features - vsphere HA - vmotion - DRS - Elastic DRS Storage - ESXi boot-from-ebs

More information

VX 9000E WiNG Express Manager INSTALLATION GUIDE

VX 9000E WiNG Express Manager INSTALLATION GUIDE VX 9000E WiNG Express Manager INSTALLATION GUIDE 2 VX 9000E WiNG Express Manager Service Information If you have a problem with your equipment, contact support for your region. Support and issue resolution

More information

Overview of the Samsung Push to Talk (PTT) Solution on AWS. October 2017

Overview of the Samsung Push to Talk (PTT) Solution on AWS. October 2017 Overview of the Samsung Push to Talk (PTT) Solution on AWS October 2017 2017, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes

More information

OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems

OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems April 2017 215-12035_C0 doccomments@netapp.com Table of Contents 3 Contents Before you create ONTAP Cloud systems... 5 Logging in

More information

MySQL In the Cloud. Migration, Best Practices, High Availability, Scaling. Peter Zaitsev CEO Los Angeles MySQL Meetup June 12 th, 2017.

MySQL In the Cloud. Migration, Best Practices, High Availability, Scaling. Peter Zaitsev CEO Los Angeles MySQL Meetup June 12 th, 2017. MySQL In the Cloud Migration, Best Practices, High Availability, Scaling Peter Zaitsev CEO Los Angeles MySQL Meetup June 12 th, 2017 1 Let me start. With some Questions! 2 Question One How Many of you

More information

Course Overview. ECE 1779 Introduction to Cloud Computing. Marking. Class Mechanics. Eyal de Lara

Course Overview. ECE 1779 Introduction to Cloud Computing. Marking. Class Mechanics. Eyal de Lara ECE 1779 Introduction to Cloud Computing Eyal de Lara delara@cs.toronto.edu www.cs.toronto.edu/~delara/courses/ece1779 Course Overview Date Topic Sep 14 Introduction Sep 21 Python Sep 22 Tutorial: Python

More information

AWS Storage Gateway. Amazon S3. Amazon EFS. Amazon Glacier. Amazon EBS. Amazon EC2 Instance. storage. File Block Object. Hybrid integrated.

AWS Storage Gateway. Amazon S3. Amazon EFS. Amazon Glacier. Amazon EBS. Amazon EC2 Instance. storage. File Block Object. Hybrid integrated. AWS Storage Amazon EFS Amazon EBS Amazon EC2 Instance storage Amazon S3 Amazon Glacier AWS Storage Gateway File Block Object Hybrid integrated storage Amazon S3 Amazon Glacier Amazon EBS Amazon EFS Durable

More information

CS15-319: Cloud Computing. Lecture 3 Course Project and Amazon AWS Majd Sakr and Mohammad Hammoud

CS15-319: Cloud Computing. Lecture 3 Course Project and Amazon AWS Majd Sakr and Mohammad Hammoud CS15-319: Cloud Computing Lecture 3 Course Project and Amazon AWS Majd Sakr and Mohammad Hammoud Lecture Outline Discussion On Course Project Amazon Web Services 2 Course Project Course Project Phase I-A

More information

Next-Generation Cloud Platform

Next-Generation Cloud Platform Next-Generation Cloud Platform Jangwoo Kim Jun 24, 2013 E-mail: jangwoo@postech.ac.kr High Performance Computing Lab Department of Computer Science & Engineering Pohang University of Science and Technology

More information

IBM Power 9 надежная платформа для развертывания облаков. Ташкент. Юрий Кондратенко Cross-Brand Sales Specialist

IBM Power 9 надежная платформа для развертывания облаков. Ташкент. Юрий Кондратенко Cross-Brand Sales Specialist IBM Power 9 надежная платформа для развертывания облаков Ташкент Юрий Кондратенко Cross-Brand Sales Specialist Power Systems Family POWER9 servers and solutions are built to crush today s most advanced

More information

Elastic Compute Service. Quick Start for Windows

Elastic Compute Service. Quick Start for Windows Overview Purpose of this document This document describes how to quickly create an instance running Windows, connect to an instance remotely, and deploy the environment. It is designed to walk you through

More information

Deploying the Cisco CSR 1000v on Amazon Web Services

Deploying the Cisco CSR 1000v on Amazon Web Services Deploying the Cisco CSR 1000v on Amazon Web Services This section contains the following topics: Prerequisites, page 1 Information About Launching Cisco CSR 1000v on AWS, page 1 Launching the Cisco CSR

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

Identifying Workloads for the Cloud

Identifying Workloads for the Cloud Identifying Workloads for the Cloud 1 This brief is based on a webinar in RightScale s I m in the Cloud Now What? series. Browse our entire library for webinars on cloud computing management. Meet our

More information

WHITEPAPER AMAZON ELB: Your Master Key to a Secure, Cost-Efficient and Scalable Cloud.

WHITEPAPER AMAZON ELB: Your Master Key to a Secure, Cost-Efficient and Scalable Cloud. WHITEPAPER AMAZON ELB: Your Master Key to a Secure, Cost-Efficient and Scalable Cloud www.cloudcheckr.com TABLE OF CONTENTS Overview 3 What Is ELB? 3 How ELB Works 4 Classic Load Balancer 5 Application

More information