Preparing Your IT for the Holidays. A quick start guide to take your e-commerce to the Cloud

Size: px
Start display at page:

Download "Preparing Your IT for the Holidays. A quick start guide to take your e-commerce to the Cloud"

Transcription

1 Preparing Your IT for the Holidays A quick start guide to take your e-commerce to the Cloud September 2011

2 Preparing your IT for the Holidays: Contents Introduction E-Commerce Landscape...2 Introduction to AWS...3 AWS Components for E-Commerce applications...4 IT Challenges faced by E-Commerce Companies...6 Capacity Planning during Normal Times...6 Scaling and Capacity Planning during Peak times...7 Unexpected Demand Surge...8 Lead time for leasing and procurement...8 Solving the e-commerce IT Challenges using Amazon Web Services...9 Address Scalability challenge using Amazon Autoscaling...9 Address High Availability challenge using Multiple Availability Zones (AZ) and AWS building blocks Address Performance challenge using CDN, ELB, Caching and DB Address Cost optimization challenge with pay-for-use model Summary Next Steps

3 Introduction E-Commerce Landscape Globally, the E-Commerce industry is growing at a rapid click. Forrester US Online Retail Forecast predicts it to reach about $279 billion dollars by The industry is seeing huge growth due in large parts to the growing number of new online customers (who accounted for 30% of the sales in 2010) as well as the increase in the average spend by existing online consumer base. The E-Commerce market is typically a High Volume, Low margin business with about 60-65% of the annual online sales happening during the holiday season. During this time, e-commerce sites see an average of 4 to 6 times the normal traffic. The increasing number of online consumers and the unpredictable and sharp demand spikes during holidays create a unique set of challenges for IT infrastructure planning. This ebook serves as a guide to understand the key IT challenges (with a specific focus on the challenges during Thanksgiving and the holiday season) faced by e-commerce companies and how to build a strategy using Amazon Web Services to address those challenges. From identifying the right AWS components for your e-commerce application to providing practical use cases, this ebook will give you the essential steps to take your e-commerce application to the cloud and be prepared for huge traffic. 2

4 Introduction to AWS Amazon Web Services (AWS) is a collection of remote computing services (also called web services) that together make up a cloud computing platform, offered over the Internet by Amazon.com. Advantages of AWS - Elastic: AWS provides services to increase or decrease capacity in minutes, not hours or days! Through the web services your application can use this capacity as needed. - Flexible: AWS supports all the popular operating systems and software packages. EC2 allows granular control over configuration of memory, CPU, instance storage, boot partition size allowing you to tune the optimal system for your application. - Reliable: AWS offers a highly reliable environment and runs it on Amazon s proven network infrastructure and datacenters. Amazon EC2 SLA guarantees 99.95% uptime, while S3 guarantees uptime of %. - Secure: AWS is PCI-DSS Level 1 compliant and ISO certified and follows a strict security protocol in their physical datacenters. Apart from these certifications, AWS also supports SSL, encrypted FS and provides the ability to setup a dedicated private cloud infrastructure called Amazon Virtual Private Cloud (VPC). - Pay-per-use nature of AWS services results in cost effective IT infrastructure. 3

5 AWS Components for E-Commerce applications AWS provides several web services for applications to take advantage of. This section gives a brief overview about some of the important services that would be most relevant for e-commerce applications. Amazon Elastic Compute Cloud (EC2) Amazon EC2 presents a true virtual computing environment, allowing you to use web service interfaces to launch instances with a variety of operating systems, load them with your custom application environment, manage your network s access permissions, and run your image using as many or few systems as you desire. Amazon Simple Storage Service (S3) Amazon S3 is storage for the Internet. Amazon S3 provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. Amazon S3 provides a highly durable storage infrastructure designed for mission-critical and primary data storage. Amazon CloudFront Amazon CloudFront is a web service for content delivery. It integrates with other Amazon Web Services to give businesses an easy way to distribute content to end users with low latency, high data transfer speeds, and no commitments. Elastic Load Balancing Elastic Load Balancing automatically distributes incoming application traffic across multiple Amazon EC2 instances. It enables you to achieve even greater fault tolerance in your applications, seamlessly providing the amount of load balancing capacity needed in response to incoming application traffic. Amazon SimpleDB Amazon SimpleDB is a highly available, flexible, and scalable non-relational data store that offloads the work of database administration. Unbound by the strict requirements of a relational database, Amazon SimpleDB is optimized to provide high availability, flexibility, and ease of scalability with little or no administrative burden. 4

6 Amazon CloudWatch Amazon CloudWatch provides monitoring for AWS cloud resources and the applications customers run on AWS. Amazon CloudWatch enables you to monitor your instances, volumes, and DB instances in real-time. Metrics such as CPU utilization, latency, and request counts are provided automatically for these AWS resources. Messaging Services Simple Queue Service (SQS) Amazon Simple Queue Service (Amazon SQS) offers a reliable, highly scalable, hosted queue for storing messages as they travel between computers. Simple Notification Service (SNS) Amazon Simple Notification Service (Amazon SNS) is a web service that makes it easy to set up, operate, and send notifications from the cloud. Simple Service (SES) Amazon Simple Service (Amazon SES) is a highly scalable and cost-effective bulk and transactional -sending service for businesses and developers. Amazon SES eliminates the complexity and expense of building an in-house solution or licensing, installing, and operating a third-party service. 5

7 IT Challenges faced by E-Commerce Companies A typical e-commerce application will have multiple layers (Web server, Application server that may be running the catalog, storefront, fulfillment, content management and other applications, ERP system and data storage having both structured data like RDBMS and unstructured data) each running on one or more servers. All of these require server capacity that has to be planned efficiently. Some of the key IT challenges that you would face while managing an e-commerce application are listed below: IT Challenge 1: Capacity Planning during Normal Times Demand to an e-commerce website varies throughout the day. On a typical day it picks up steam as the day begins and will handle hundreds of transactions through the day and will subside as the day comes to an end. This variation in the traffic load leads to lot of inefficiencies. On an average about 40% of the compute capacity gets wasted because of over provisioning. 6

8 IT Challenge 2: Scaling and Capacity Planning during Peak times During peak times such as Thanksgiving and holiday season, capacity planning becomes even more complicated. These periods usually see a surge in traffic due in large part to the offers and promotions offered by the retail companies. In the traditional approach (with in-house or Data center hosted), the only way to handle such huge loads is by forecasting the maximum traffic and providing surplus capacity to handle this. However, this leads to huge inefficiencies because all this extra capacity goes waste when the demand doesn t match supply. 7

9 IT Challenge 3: Unexpected Demand Surge Unexpected demand spikes can happen any time (fire sale or a super-hot product getting released) and planning for them in a traditional IT model is next to impossible. Not being able to meet demands at these times can have an adverse effect on revenues and top line in the short term and loyalty and brand name in the long run. IT Challenge 4: Lead time for leasing and procurement Traditional infrastructure requires ordering the physical server boxes from the hardware vendors, taking delivery, the real estate and controlled environment for housing, configuring and bringing up these servers. This is a long drawn out process involving the co-ordination of multiple departments (IT, Finance, Purchase) and can take anywhere between 1-3 months. Even in the case of leasing it is no different. Setting up the required configuration and bringing it up live can take at least 2-4 weeks and they typically mandate a minimum lease commitment of a quarter. All these result in cost and time inefficiencies. In summary, the 4 key challenges are Scalability, High Availability, Performance and Cost Optimization. 8

10 Solving the e-commerce IT Challenges using Amazon Web Services Address Scalability challenge using Amazon Autoscaling Amazon Auto Scaling is a service that helps you seamlessly scale out Amazon EC2 instances (that is running your e-commerce application) when demand increases and scale down these instances when demand recedes. Policies can be set to determine when and how the scaling (up or down) of instances has to happen. Policies are mostly set based on the system parameters such as CPU threshold, disk space and so on. These parameters can be actively monitored by Amazon CloudWatch which is a service that provides monitoring for AWS cloud resources and the applications that customers run on AWS. The Elastic Load Balancer manages the connections to the active EC2 instances and distributes the load between them. 9

11 The figure below shows the differences in scaling pattern between traditional IT infrastructure and Amazon Web Services. As is apparent from the figure, traditional IT is not only slow in responding to demand but also leads to underutilization of resources and cost leakage; whereas the on-demand payas-you-go nature of AWS results in demand matching supply at all times leading to significant cost savings and availability of the application. Some of the benefits of Amazon Autoscaling are: - Dynamically scale fleet of EC2 instances - Traffic spikes can be handled with ease - Drive scaling from actual metrics - Predefined scaling activities: - Periodic (for daily traffic surge) - One-time (special days such as Black Friday) 10

12 Address High Availability challenge using Multiple Availability Zones (AZ) and AWS building blocks Availability Zones are distinct locations with low latency connectivity inside the same region. They have independent power, cooling, networking and security systems. To take advantage of the AZs, the application stacks need to be partitioned across two or more AZs. This includes the web, application, search, caching and database layers. Autoscaling is configured to automatically scale up or scale down across multiple AZs. Amazon RDS is configured with Hot Standby to automatically become active when the master database goes down as shown in the figure below. 11

13 Address Performance challenge using CDN, ELB, Caching and DB Performance is one of the crucial elements of an E-Commerce website which directly affects the revenue of the service. Poor web experience has an adverse effect on revenue, brand and loyalty. Keeping high performance levels, however, becomes very difficult during high traffic days such as the Thanksgiving and holiday season. There are 4 key performance optimization techniques that you should consider when your e-commerce application is running on AWS. 1. Content Delivery Network: Amazon CloudFrount which is a content delivery service can be used to serve up images, CSS stylesheets and other static or streaming content of the E- Commerce site faster to the customers. Even E-Commerce modules such as catalogs, search, product displays and shopping carts benefit a lot because of the low latency and high speeds. 2. Elastic Load Balancing (ELB): As discussed earlier, ELB helps in distributing load to the various EC2 instances. ELB performance can be further improved by pre-warming the Amazon ELBs when there is an anticipation of heavy traffic (such as Black Friday or Cyber Monday). Another way to increase performance is to load the SSL certificates of the ELB rather than the server there by offloading precious CPU cycles. 3. Caching: Caching is another performance optimization technique. User preferences, product details and user comments are some of the components that are good candidates for caching. Amazon has recently launched ElastiCache to help in adding in-memory cache to your application architecture. Another way to go about caching is to have Memcached or Membase clusters. 4. Database Optimizations: Amazon RDS is a relational database service which supports MySQL and Oracle databases at present. To improve overall read performance, multiple read slaves can be added to the RDS. Also, some of the load can be offloaded to other services such as Amazon SimpleDB or MongoDB. As the database grows in size, they can be shard to improve overall performance. 12

14 Address Cost optimization challenge with pay-for-use model AWS has the potential to change the E-Commerce IT landscape because of the change in the cost structure it brings to the equation. No longer do you have to spend large capital on acquiring IT hardware (own or lease) and subsequent maintenance. The pay-for-use model of AWS reduces the overall cost by a huge margin in comparison to the traditional IT model. One of the best features of AWS costing is that, there is no upfront commitment that is required. You only pay for what you use! The above chart gives a quarter by quarter cost comparison for a typical mid-tier E-Commerce company. For our calculations, we have assumed 10 quad core servers during the regular season, while scaling up to 50 quads during the holiday season. On the AWS side, we have assumed 18 hours of peak traffic and 6 hours normal traffic during the holiday season (as AWS has the ability to scale ondemand). We can see that the percentage savings during the holiday season amounts to 64% of traditional IT costs. These costs can be further optimized with the use of the right Autoscaling setup and configurations. 13

15 Summary The seasonal demands of the e-commerce business make it a perfect candidate for AWS. With AWS, you can scale your capacity on-demand with no fear of lost sales due to slow load times or site unavailability issues. A strategy around AWS will help you focus on your business and not on your servers. There are multiple ways in which your e-commerce application can leverage AWS. Some of the approaches of using Amazon Web Services: Use Case 1: Run your entire application on AWS: This solution can provide the most bang for your buck. You can consider moving your entire e-commerce application to AWS or start off by deploying some of your newer applications to run completely on AWS. Use Case 2: Run AWS as your extended Data Center (DC): With an existing investment already in infrastructure, you can consider AWS for your scaling needs. This approach will provide you a safe mechanism to scale your infrastructure during the holidays and heavy usage times. Use Case 3: AWS as the Primary site and Existing DC for Disaster Recovery (DR-Hot): You can run your entire application on AWS to achieve efficiency while still making use of your existing infrastructure for your Disaster Recovery needs. This way your application has a good failover mechanism. Use Case 4: AWS for Disaster Recovery (DR-Cold, Warm, Hot): This approach is similar to the earlier approach, except that, the existing infrastructure acts as your Primary while AWS acts as your DR option. This provides a low cost and optimized DR solution without disturbing your existing setup. With this background information about AWS and how it helps your e-commerce business, you are better prepared to plan your IT for the holidays. Get started NOW! 14

16 Next Steps For your e-commerce application, if you are considering AWS for achieving scalability, performance, high availability and cost optimization, take advantage of 8KMiles capabilities. 8KMiles is an Amazon Web Services Solution Provider that offers cloud consulting, cloud engineering and cloud migration services to help companies leverage the power of cloud computing. 8KMiles' services include: Cloud Consulting and Implementation Technical Feasibility assessment Provide a cloud strategy and roadmap for cloud adoption Design and deploy public, private and hybrid cloud solutions Cloud Migration Services Scaling / Load balancing solutions GEO Distributed Load Balancing Production Infrastructure setup Staging / Testing Infrastructure setup Monitoring solutions Storage solutions Cloud application development Architect and develop custom cloud applications and tools Application integration with AWS services like Amazon EC2, Amazon S3, Amazon SQS, EBS, Amazon SNS, Amazon Elastic MapReduce, Amazon SimpleDB, and Amazon RDS For more information, visit cloud.8kmiles.com or write to us at 15

Web Application Deployment in the Cloud Using Amazon Web Services From Infancy to Maturity

Web Application Deployment in the Cloud Using Amazon Web Services From Infancy to Maturity P3 InfoTech Solutions Pvt. Ltd http://www.p3infotech.in July 2013 Created by P3 InfoTech Solutions Pvt. Ltd., http://p3infotech.in 1 Web Application Deployment in the Cloud Using Amazon Web Services From

More information

EXECUTIVE SUMMARY CONTENTS. 1. Summary 2. Objectives 3. Methodology and Approach 4. Results 5. Next Steps 6. Glossary 7. Appendix. 1.

EXECUTIVE SUMMARY CONTENTS. 1. Summary 2. Objectives 3. Methodology and Approach 4. Results 5. Next Steps 6. Glossary 7. Appendix. 1. CONTENTS 1. Summary 2. Objectives 3. Methodology and Approach 4. Results 5. Next Steps 6. Glossary 7. Appendix EXECUTIVE SUMMARY Tenzing Managed IT services has recently partnered with Amazon Web Services

More information

Case Study. Cloud Adoption, Fault Tolerant AWS Support & Magento ecommerce Implementation. Case Study

Case Study. Cloud Adoption, Fault Tolerant AWS Support & Magento ecommerce Implementation. Case Study Cloud Adoption, Fault Tolerant AWS Support & Magento ecommerce Implementation World s Largest Publisher of Medical and Scientific Literature 1 2013 Compunnel Software Group Cloud Adoption, Fault Tolerant

More information

Web Application Hosting in the AWS Cloud Best Practices

Web Application Hosting in the AWS Cloud Best Practices Web Application Hosting in the AWS Cloud Best Practices May 2010 Matt Tavis Page 1 of 12 Abstract Highly-available and scalable web hosting can be a complex and expensive proposition. Traditional scalable

More information

Scalable Architecture on Amazon AWS Cloud

Scalable Architecture on Amazon AWS Cloud Scalable Architecture on Amazon AWS Cloud Kalpak Shah Founder & CEO, Clogeny Technologies kalpak@clogeny.com 1 * http://www.rightscale.com/products/cloud-computing-uses/scalable-website.php 2 Architect

More information

Web Application Hosting in the AWS Cloud Best Practices

Web Application Hosting in the AWS Cloud Best Practices Web Application Hosting in the AWS Cloud Best Practices September 2012 Matt Tavis, Philip Fitzsimons Page 1 of 14 Abstract Highly available and scalable web hosting can be a complex and expensive proposition.

More information

TECHNOLOGY WHITE PAPER Jan 2016

TECHNOLOGY WHITE PAPER Jan 2016 TECHNOLOGY WHITE PAPER Jan 2016 Technology Stack C# PHP Amazon Web Services (AWS) Route 53 Elastic Load Balancing (ELB) Elastic Compute Cloud (EC2) Amazon RDS Amazon S3 Elasticache CloudWatch Paypal Overview

More information

TECHNOLOGY WHITE PAPER Jun 2012

TECHNOLOGY WHITE PAPER Jun 2012 TECHNOLOGY WHITE PAPER Jun 2012 Technology Stack C# Windows Server 2008 PHP Amazon Web Services (AWS) Route 53 Elastic Load Balancing (ELB) Elastic Compute Cloud (EC2) Amazon RDS Amazon S3 Elasticache

More information

Design for Failure High Availability Architectures using AWS

Design for Failure High Availability Architectures using AWS Design for Failure High Availability Architectures using AWS Harish Ganesan Co founder & CTO 8KMiles www.twitter.com/harish11g http://www.linkedin.com/in/harishganesan Sample Use Case Multi tiered LAMP/LAMJ

More information

How AWS Pricing Works May 2015

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

More information

EEDC. Scalability Study of web apps in AWS. Execution Environments for Distributed Computing

EEDC. Scalability Study of web apps in AWS. Execution Environments for Distributed Computing EEDC Execution Environments for Distributed Computing 34330 Master in Computer Architecture, Networks and Systems - CANS Scalability Study of web apps in AWS Sergio Mendoza sergio.mendoza@est.fib.upc.edu

More information

Amazon Web Services. 18.11.2015 Yu Xiao

Amazon Web Services. 18.11.2015 Yu Xiao Amazon Web Services 18.11.2015 Yu Xiao Agenda Introduction to Amazon Web Services(AWS) 7 Steps to Select the Right Architecture for Your Web Applications Private, Public or Hybrid Cloud? AWS Case Study

More information

Logentries Insights: The State of Log Management & Analytics for AWS

Logentries Insights: The State of Log Management & Analytics for AWS Logentries Insights: The State of Log Management & Analytics for AWS Trevor Parsons Ph.D Co-founder & Chief Scientist Logentries 1 1. Introduction The Log Management industry was traditionally driven by

More information

Scaling in the Cloud with AWS. By: Eli White (CTO & Co-Founder @ mojolive) eliw.com - @eliw - mojolive.com

Scaling in the Cloud with AWS. By: Eli White (CTO & Co-Founder @ mojolive) eliw.com - @eliw - mojolive.com Scaling in the Cloud with AWS By: Eli White (CTO & Co-Founder @ mojolive) eliw.com - @eliw - mojolive.com Welcome! Why is this guy talking to us? Please ask questions! 2 What is Scaling anyway? Enabling

More information

Case Study. Highly Available, Fault Tolerant Cloud Solution & AWS Managed Support. Case Study. A Telehealthcare Company

Case Study. Highly Available, Fault Tolerant Cloud Solution & AWS Managed Support. Case Study. A Telehealthcare Company Highly Available, Fault Tolerant Cloud Solution & AWS Managed Support A Telehealthcare Company 1 2014 Compunnel Software Group Highly Available, Fault Tolerant Cloud Solution & AWS Managed Support Ensuring

More information

Migration Scenario: Migrating Backend Processing Pipeline to the AWS Cloud

Migration Scenario: Migrating Backend Processing Pipeline to the AWS Cloud Migration Scenario: Migrating Backend Processing Pipeline to the AWS Cloud Use case Figure 1: Company C Architecture (Before Migration) Company C is an automobile insurance claim processing company with

More information

Scalable Application. Mikalai Alimenkou http://xpinjection.com 11.05.2012

Scalable Application. Mikalai Alimenkou http://xpinjection.com 11.05.2012 Scalable Application Development on AWS Mikalai Alimenkou http://xpinjection.com 11.05.2012 Background Java Technical Lead/Scrum Master at Zoral Labs 7+ years in software development 5+ years of working

More information

How AWS Pricing Works

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

More information

An Esri White Paper January 2011 Estimating the Cost of a GIS in the Amazon Cloud

An Esri White Paper January 2011 Estimating the Cost of a GIS in the Amazon Cloud An Esri White Paper January 2011 Estimating the Cost of a GIS in the Amazon Cloud Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB esri.com

More information

DLT Solutions and Amazon Web Services

DLT Solutions and Amazon Web Services DLT Solutions and Amazon Web Services For a seamless, cost-effective migration to the cloud PREMIER CONSULTING PARTNER DLT Solutions 2411 Dulles Corner Park, Suite 800 Herndon, VA 20171 Duane Thorpe Phone:

More information

Fault-Tolerant Computer System Design ECE 695/CS 590. Putting it All Together

Fault-Tolerant Computer System Design ECE 695/CS 590. Putting it All Together Fault-Tolerant Computer System Design ECE 695/CS 590 Putting it All Together Saurabh Bagchi ECE/CS Purdue University ECE 695/CS 590 1 Outline Looking at some practical systems that integrate multiple techniques

More information

Scalable Web Application

Scalable Web Application Scalable Web Applications Reference Architectures and Best Practices Brian Adler, PS Architect 1 Scalable Web Application 2 1 Scalable Web Application What? An application built on an architecture that

More information

Software- as- a- Service (SaaS) on AWS Business and Architecture Overview

Software- as- a- Service (SaaS) on AWS Business and Architecture Overview Software- as- a- Service (SaaS) on AWS Business and Architecture Overview SaaS and AWS Introduction Software- as- a Service (SaaS) is an application delivery model that enables users to utilize a software

More information

Migration Scenario: Migrating Batch Processes to the AWS Cloud

Migration Scenario: Migrating Batch Processes to the AWS Cloud Migration Scenario: Migrating Batch Processes to the AWS Cloud Produce Ingest Process Store Manage Distribute Asset Creation Data Ingestor Metadata Ingestor (Manual) Transcoder Encoder Asset Store Catalog

More information

Primex Wireless OneVue Architecture Statement

Primex Wireless OneVue Architecture Statement Primex Wireless OneVue Architecture Statement Secure, cloud-based workflow, alert, and notification platform built on top of Amazon Web Services (AWS) 2015 Primex Wireless, Inc. The Primex logo is a registered

More information

How To Use Amazon.Com Service For Business

How To Use Amazon.Com Service For Business Overview of Amazon Web Services May 2010 Introduction Managing the unique and groundbreaking changes in both technology and business over the past decade has created an ongoing IT infrastructure challenge

More information

Cloud Computing and Amazon Web Services

Cloud Computing and Amazon Web Services Cloud Computing and Amazon Web Services Gary A. McGilvary edinburgh data.intensive research 1 OUTLINE 1. An Overview of Cloud Computing 2. Amazon Web Services 3. Amazon EC2 Tutorial 4. Conclusions 2 CLOUD

More information

www.boost ur skills.com

www.boost ur skills.com www.boost ur skills.com AWS CLOUD COMPUTING WORKSHOP Write us at training@boosturskills.com BOOSTURSKILLS No 1736 1st Amrutha College Road Kasavanhalli,Off Sarjapur Road,Bangalore-35 1) Introduction &

More information

Learning Management Redefined. Acadox Infrastructure & Architecture

Learning Management Redefined. Acadox Infrastructure & Architecture Learning Management Redefined Acadox Infrastructure & Architecture w w w. a c a d o x. c o m Outline Overview Application Servers Databases Storage Network Content Delivery Network (CDN) & Caching Queuing

More information

Thing Big: How to Scale Your Own Internet of Things. Walter'Pernstecher'-'pernstec@amazon.de' Dr.'Markus'Schmidberger'-'schmidbe@amazon.

Thing Big: How to Scale Your Own Internet of Things. Walter'Pernstecher'-'pernstec@amazon.de' Dr.'Markus'Schmidberger'-'schmidbe@amazon. Thing Big: How to Scale Your Own Internet of Things Walter'Pernstecher'-'pernstec@amazon.de' Dr.'Markus'Schmidberger'-'schmidbe@amazon.de' Internet of Things is the network of physical objects or "things"

More information

Building Success on Acquia Cloud:

Building Success on Acquia Cloud: Building Success on Acquia Cloud: 10 Layers of PaaS TECHNICAL Guide Table of Contents Executive Summary.... 3 Introducing the 10 Layers of PaaS... 4 The Foundation: Five Layers of PaaS Infrastructure...

More information

Using ArcGIS for Server in the Amazon Cloud

Using ArcGIS for Server in the Amazon Cloud Using ArcGIS for Server in the Amazon Cloud Randall Williams, Esri Subrat Bora, Esri Esri UC 2014 Technical Workshop Agenda What is ArcGIS for Server on Amazon Web Services Sounds good! How much does it

More information

AWS Performance Tuning

AWS Performance Tuning AWS Performance Tuning Markus Albe @Percona Fernando Ipar @Percona Ryan Lowe @Square PLNY 2012 Amazon Web Services Cloud Formation CloudFront CloudSearch CloudWatch DirectConnect DynamoDB ec2 ElastiCache

More information

Jinesh Varia Technology Evangelist jvaria@amazon.com. Architectural Design Patterns in Cloud Computing

Jinesh Varia Technology Evangelist jvaria@amazon.com. Architectural Design Patterns in Cloud Computing Jinesh Varia Technology Evangelist jvaria@amazon.com Architectural Design Patterns in Cloud Computing They sent me here to talk But I am here to listen Please Send Feedback jvaria@amazon.com Twitter: @jinman

More information

Cloud Computing Benefits for Educational Institutions

Cloud Computing Benefits for Educational Institutions Cloud Computing Benefits for Educational Institutions ABSTRACT Mr. Ramkumar Lakshminarayanan 1, Dr. Binod Kumar 2, Mr. M. Raju 3 Higher College of Technology, Muscat, Oman rajaramcomputers@gmail.com 1,

More information

Introduction to AWS Economics

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

More information

Expand Your Infrastructure with the Elastic Cloud. Mark Ryland Chief Solutions Architect Jenn Steele Product Marketing Manager

Expand Your Infrastructure with the Elastic Cloud. Mark Ryland Chief Solutions Architect Jenn Steele Product Marketing Manager Expand Your Infrastructure with the Elastic Cloud Mark Ryland Chief Solutions Architect Jenn Steele Product Marketing Manager Today we re going to talk about The Cloud Scenarios Questions You Probably

More information

19.10.11. Amazon Elastic Beanstalk

19.10.11. Amazon Elastic Beanstalk 19.10.11 Amazon Elastic Beanstalk A Short History of AWS Amazon started as an ECommerce startup Original architecture was restructured to be more scalable and easier to maintain Competitive pressure for

More information

Running Oracle Applications on AWS

Running Oracle Applications on AWS Running Oracle Applications on AWS Bharath Terala Sr. Principal Consultant Apps Associates LLC June 09, 2014 Copyright 2014. Apps Associates LLC. 1 Agenda About the Presenter About Apps Associates LLC

More information

CLOUD COMPUTING WITH AWS An INTRODUCTION. John Hildebrandt Solutions Architect ANZ

CLOUD COMPUTING WITH AWS An INTRODUCTION. John Hildebrandt Solutions Architect ANZ CLOUD COMPUTING WITH AWS An INTRODUCTION John Hildebrandt Solutions Architect ANZ AGENDA Todays Agenda Background and Value proposition of AWS Global infrastructure and the Sydney Region AWS services Drupal

More information

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

LONDON. 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved LONDON 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved Best Practices for Building Partner Managed Services on AWS Kelly Hartman, Global Segment Leader, MSPs Kyle Lichtenberg, Solutions

More information

The Total Cost of (Non) Ownership of a NoSQL Database Cloud Service

The Total Cost of (Non) Ownership of a NoSQL Database Cloud Service The Total Cost of (Non) Ownership of a NoSQL Database Cloud Service Jinesh Varia and Jose Papo March 2012 (Please consult http://aws.amazon.com/whitepapers/ for the latest version of this paper) Page 1

More information

Cloud Computing For Bioinformatics

Cloud Computing For Bioinformatics Cloud Computing For Bioinformatics Cloud Computing: what is it? Cloud Computing is a distributed infrastructure where resources, software, and data are provided in an on-demand fashion. Cloud Computing

More information

Clarity in the Cloud. Defining cloud services and the strategic impact on businesses.

Clarity in the Cloud. Defining cloud services and the strategic impact on businesses. Clarity in the Cloud Defining cloud services and the strategic impact on businesses. Table of Contents Executive Summary... 3 Cloud Services... 4 Clarity within the Cloud... 4 Public Cloud Solution...

More information

CONNECTRIA MANAGED AMAZON WEB SERVICES (AWS)

CONNECTRIA MANAGED AMAZON WEB SERVICES (AWS) CONNECTRIA MANAGED AMAZON WEB SERVICES (AWS) Maximize the benefits of using AWS. With Connectria s Managed AWS, you can purchase and implement 100% secure, highly available, managed AWS solutions all backed

More information

Amazon Web Services Primer. William Strickland COP 6938 Fall 2012 University of Central Florida

Amazon Web Services Primer. William Strickland COP 6938 Fall 2012 University of Central Florida Amazon Web Services Primer William Strickland COP 6938 Fall 2012 University of Central Florida AWS Overview Amazon Web Services (AWS) is a collection of varying remote computing provided by Amazon.com.

More information

Cloud Computing with Amazon Web Services and the DevOps Methodology. www.cloudreach.com

Cloud Computing with Amazon Web Services and the DevOps Methodology. www.cloudreach.com Cloud Computing with Amazon Web Services and the DevOps Methodology Who am I? Max Manders @maxmanders Systems Developer at Cloudreach @cloudreach Director / Co-Founder of Whisky Web @whiskyweb Who are

More information

Enabling Database-as-a-Service (DBaaS) within Enterprises or Cloud Offerings

Enabling Database-as-a-Service (DBaaS) within Enterprises or Cloud Offerings Solution Brief Enabling Database-as-a-Service (DBaaS) within Enterprises or Cloud Offerings Introduction Accelerating time to market, increasing IT agility to enable business strategies, and improving

More information

Designing Apps for Amazon Web Services

Designing Apps for Amazon Web Services Designing Apps for Amazon Web Services Mathias Meyer, GOTO Aarhus 2011 Montag, 10. Oktober 11 Montag, 10. Oktober 11 Me infrastructure code databases @roidrage www.paperplanes.de Montag, 10. Oktober 11

More information

DISTRIBUTED SYSTEMS [COMP9243] Lecture 9a: Cloud Computing WHAT IS CLOUD COMPUTING? 2

DISTRIBUTED SYSTEMS [COMP9243] Lecture 9a: Cloud Computing WHAT IS CLOUD COMPUTING? 2 DISTRIBUTED SYSTEMS [COMP9243] Lecture 9a: Cloud Computing Slide 1 Slide 3 A style of computing in which dynamically scalable and often virtualized resources are provided as a service over the Internet.

More information

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

A Comparison of Clouds: Amazon Web Services, Windows Azure, Google Cloud Platform, VMWare and Others (Fall 2012) 1. Computation Amazon Web Services Amazon Elastic Compute Cloud (Amazon EC2) provides basic computation service in AWS. It presents a virtual computing environment and enables resizable compute capacity.

More information

never 20X spike ClustrixDB 2nd Choxi (Formally nomorerack.com) Customer Success Story Reliability and Availability with fast growth in the cloud

never 20X spike ClustrixDB 2nd Choxi (Formally nomorerack.com) Customer Success Story Reliability and Availability with fast growth in the cloud Choxi (Formally nomorerack.com) Reliability and Availability with fast growth in the cloud Customer Success Story 2nd fastest growing e-tailer on Internet Retailer Top 100 600% increase in sales on Cyber

More information

OTM in the Cloud. Ryan Haney

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

More information

Introduction to AWS in Higher Ed

Introduction to AWS in Higher Ed Introduction to AWS in Higher Ed Lori Clithero loricli@amazon.com 206.227.5054 University of Washington Cloud Day 2015, Amazon Web Services, Inc. or its Affiliates. All rights reserved. 2 Cloud democratizes

More information

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

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

More information

CLOUD COMPUTING An Overview

CLOUD COMPUTING An Overview CLOUD COMPUTING An Overview Abstract Resource sharing in a pure plug and play model that dramatically simplifies infrastructure planning is the promise of cloud computing. The two key advantages of this

More information

Using ArcGIS for Server in the Amazon Cloud

Using ArcGIS for Server in the Amazon Cloud Federal GIS Conference February 9 10, 2015 Washington, DC Using ArcGIS for Server in the Amazon Cloud Bonnie Stayer, Esri Amy Ramsdell, Blue Raster Session Outline AWS Overview ArcGIS in AWS Cloud Builder

More information

Service Organization Controls 3 Report

Service Organization Controls 3 Report Service Organization Controls 3 Report Report on the Amazon Web Services System Relevant to Security and Availability For the Period April 1, 2015 September 30, 2015 Ernst & Young LLP Suite 1600 560 Mission

More information

High Availability of VistA EHR in Cloud. ViSolve Inc. White Paper February 2015. www.visolve.com

High Availability of VistA EHR in Cloud. ViSolve Inc. White Paper February 2015. www.visolve.com High Availability of VistA EHR in Cloud ViSolve Inc. White Paper February 2015 1 Abstract Inspite of the accelerating migration to cloud computing in the Healthcare Industry, high availability and uptime

More information

The Scenario: Priority Matrix for Cloud Computing

The Scenario: Priority Matrix for Cloud Computing Cloud is here The Scenario: Priority Matrix for Cloud Computing Benefit / Yrs to mainstream adoption Transformational High Moderate Low Less than 2 yrs 2 to 5 yrs 5 to 10 yrs Virtualization Cloud APaaS

More information

Storage Options in the AWS Cloud: Use Cases

Storage Options in the AWS Cloud: Use Cases Storage Options in the AWS Cloud: Use Cases Joseph Baron, Amazon Web Services Robert Schneider, Think88 December 2010 Cloud Storage Use Cases To illustrate real-world usage of AWS storage options, let

More information

Cloud and the future of Unemployment Sean Rhody, CTO Capgemini Government Solutions

Cloud and the future of Unemployment Sean Rhody, CTO Capgemini Government Solutions Cloud and the future of Unemployment Sean Rhody, CTO Capgemini Government Solutions Agenda Current State Frustrations Evolving Tax Solutions PaaS, SaaS, IaaS and you Changing the Model Q&A 1 Current State

More information

Amazon EC2 Product Details Page 1 of 5

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

More information

Opsview in the Cloud. Monitoring with Amazon Web Services. Opsview Technical Overview

Opsview in the Cloud. Monitoring with Amazon Web Services. Opsview Technical Overview Opsview in the Cloud Monitoring with Amazon Web Services Opsview Technical Overview Page 2 Opsview In The Cloud: Monitoring with Amazon Web Services Contents Opsview in The Cloud... 3 Considerations...

More information

Cloud Computing project Report

Cloud Computing project Report Name: Trasily Krishnan Shanmugham Cloud Computing project Report An online business can use load balancing and auto-scaling to support unexpected usage peaks and save money when usage is lower. Amazon

More information

10 Practical Tips for Cloud Optimization

10 Practical Tips for Cloud Optimization Real Life in the Cloud The Cloud Sprawl Cloud Control Challenges 1. Transparency 2. Governance. Predictability Cloud Optimization in Action 10 Cloud Optimization Guidelines to Keep in Mind The 11th Guideline:

More information

Cloud Computing Disaster Recovery (DR)

Cloud Computing Disaster Recovery (DR) Cloud Computing Disaster Recovery (DR) Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Need for Disaster Recovery (DR) What happens when you

More information

Reliable Data Tier Architecture for Job Portal using AWS

Reliable Data Tier Architecture for Job Portal using AWS Reliable Data Tier Architecture for Job Portal using AWS Manoj Prakash Thalagatti 1, Chaitra B 2, Mohammed Asrar Naveed 3 1,3 M. Tech Student, Dept. of ISE, Acharya Institute of Technology, Bengaluru,

More information

Amazon Web Services. 2015 Annual ALGIM Conference. Tim Dacombe-Bird Regional Sales Manager Amazon Web Services New Zealand

Amazon Web Services. 2015 Annual ALGIM Conference. Tim Dacombe-Bird Regional Sales Manager Amazon Web Services New Zealand Amazon Web Services 2015 Annual ALGIM Conference Tim Dacombe-Bird Regional Sales Manager Amazon Web Services New Zealand 2015, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Agenda Who

More information

How To Choose Between A Relational Database Service From Aws.Com

How To Choose Between A Relational Database Service From Aws.Com The following text is partly taken from the Oracle book Middleware and Cloud Computing It is available from Amazon: http://www.amazon.com/dp/0980798000 Cloud Databases and Oracle When designing your cloud

More information

How To Use Aws.Com

How To Use Aws.Com Crypto-Options on AWS Bertram Dorn Specialized Solutions Architect Security/Compliance Network/Databases Amazon Web Services Germany GmbH Amazon.com, Inc. and its affiliates. All rights reserved. Agenda

More information

Architecture Statement

Architecture Statement Architecture Statement Secure, cloud-based workflow, alert, and notification platform built on top of Amazon Web Services (AWS) 2016 Primex Wireless, Inc. The Primex logo is a registered trademark of Primex

More information

Alfresco Enterprise on AWS: Reference Architecture

Alfresco Enterprise on AWS: Reference Architecture Alfresco Enterprise on AWS: Reference Architecture October 2013 (Please consult http://aws.amazon.com/whitepapers/ for the latest version of this paper) Page 1 of 13 Abstract Amazon Web Services (AWS)

More information

The Opportunity to Get the Best of All Worlds

The Opportunity to Get the Best of All Worlds Hybrid Infrastructure Presents The Opportunity to Get the Best of All Worlds Hybrid Hosting Experts What Hybrid Hosting Can Mean To Your Organization Hybrid cloud and hybrid hosting have moved to the forefront

More information

Expert Reference Series of White Papers. Introduction to Amazon Relational Database Service (Amazon RDS)

Expert Reference Series of White Papers. Introduction to Amazon Relational Database Service (Amazon RDS) Expert Reference Series of White Papers Introduction to Amazon Relational Database Service (Amazon RDS) 1-800-COURSES www.globalknowledge.com Introduction to Amazon Relational Database Service (Amazon

More information

Cloud Computing: Making the right choices

Cloud Computing: Making the right choices Cloud Computing: Making the right choices Kalpak Shah Clogeny Technologies Pvt Ltd 1 About Me Kalpak Shah Founder & CEO, Clogeny Technologies Passionate about economics and technology evolving through

More information

Table of Contents. Overview... 1 Introduction... 2 Common Architectures... 3. Technical Challenges with Magento... 6. ChinaNetCloud's Experience...

Table of Contents. Overview... 1 Introduction... 2 Common Architectures... 3. Technical Challenges with Magento... 6. ChinaNetCloud's Experience... Table of Contents Overview... 1 Introduction... 2 Common Architectures... 3 Simple System... 3 Highly Available System... 4 Large Scale High-Performance System... 5 Technical Challenges with Magento...

More information

Drupal in the Cloud. Scaling with Drupal and Amazon Web Services. Northern Virginia Drupal Meetup

Drupal in the Cloud. Scaling with Drupal and Amazon Web Services. Northern Virginia Drupal Meetup Drupal in the Cloud Scaling with Drupal and Amazon Web Services Northern Virginia Drupal Meetup 3 Dec 2008 Cast of Characters Eric at The Case Foundation: The Client With typical client challenges Cost:

More information

Leveraging Public Clouds to Ensure Data Availability

Leveraging Public Clouds to Ensure Data Availability Systems Engineering at MITRE CLOUD COMPUTING SERIES Leveraging Public Clouds to Ensure Data Availability Toby Cabot Lawrence Pizette The MITRE Corporation manages federally funded research and development

More information

Cloud computing and SAP

Cloud computing and SAP Cloud computing and SAP Next Generation SAP Technologies Volume 1 of 2010 Table of contents Document history 1 Overview 2 SAP Landscape challenges 3 Infrastructure as a Service (IaaS) 4 Public, Private,

More information

Estimating the Cost of a GIS in the Amazon Cloud. An Esri White Paper August 2012

Estimating the Cost of a GIS in the Amazon Cloud. An Esri White Paper August 2012 Estimating the Cost of a GIS in the Amazon Cloud An Esri White Paper August 2012 Copyright 2012 Esri All rights reserved. Printed in the United States of America. The information contained in this document

More information

Enterprise Edition Scalability. ecommerce Framework Built to Scale Reading Time: 10 minutes

Enterprise Edition Scalability. ecommerce Framework Built to Scale Reading Time: 10 minutes Enterprise Edition Scalability ecommerce Framework Built to Scale Reading Time: 10 minutes Broadleaf Commerce Scalability About the Broadleaf Commerce Framework Test Methodology Test Results Test 1: High

More information

Agenda. - Introduction to Amazon s Cloud - How ArcGIS users adopt Amazon s Cloud - Why ArcGIS users adopt Amazon s Cloud - Examples

Agenda. - Introduction to Amazon s Cloud - How ArcGIS users adopt Amazon s Cloud - Why ArcGIS users adopt Amazon s Cloud - Examples Amazon Web Services Agenda - Introduction to Amazon s Cloud - How ArcGIS users adopt Amazon s Cloud - Why ArcGIS users adopt Amazon s Cloud - Examples How did Amazon Get into Cloud Computing? On-Premise

More information

To run large data set applications in the cloud, and run them well,

To run large data set applications in the cloud, and run them well, How to Harness the Power of DBaaS and the Cloud to Achieve Superior Application Performance To run large data set applications in the cloud, and run them well, businesses and other organizations have embraced

More information

nomorerack CUSTOMER SUCCESS STORY RELIABILITY AND AVAILABILITY WITH FAST GROWTH IN THE CLOUD

nomorerack CUSTOMER SUCCESS STORY RELIABILITY AND AVAILABILITY WITH FAST GROWTH IN THE CLOUD nomorerack RELIABILITY AND AVAILABILITY WITH FAST GROWTH IN THE CLOUD CUSTOMER SUCCESS STORY Nomorerack is one of the fastest growing e-commerce companies in the US with 1023% growth in revenue and 15-20x

More information

Enterprise Cloud Computing with AWS. for internal partner use only

Enterprise Cloud Computing with AWS. for internal partner use only Enterprise Cloud Computing with AWS for internal partner use only How did Amazon Get into Cloud Computing? On-Premise Infrastructure is Costly & Complex Large Capital Expenditures Patching Software Scaling

More information

Amazon Compute - EC2 and Related Services

Amazon Compute - EC2 and Related Services Amazon Compute - EC2 and Related Services G-Cloud Service 1 1.An overview of the G-Cloud Service Arcus Global are approved to sell to the UK Public Sector as official Amazon Web Services resellers. Amazon

More information

The Total Cost of (Non) Ownership of Web Applications in the Cloud

The Total Cost of (Non) Ownership of Web Applications in the Cloud The Total Cost of (Non) Ownership of Web Applications in the Cloud Jinesh Varia August 2012 (Please consult http://aws.amazon.com/whitepapers/ for the latest version of this paper) Page 1 of 30 Abstract

More information

Amazon s Corporate IT Migrates Business Process Management to the Amazon Web Services Cloud April 2011

Amazon s Corporate IT Migrates Business Process Management to the Amazon Web Services Cloud April 2011 Amazon s Corporate IT Migrates Business Process Management to the Amazon Web Services Cloud April 2011 This paper describes how and why Amazon s corporate IT organization implemented its migration of Appian

More information

COMPUTER MEASUREMENT GROUP - India Hyderabad Chapter. Strategies to Optimize Cloud Costs By Cloud Performance Monitoring

COMPUTER MEASUREMENT GROUP - India Hyderabad Chapter. Strategies to Optimize Cloud Costs By Cloud Performance Monitoring COMPUTER MEASUREMENT GROUP - India Hyderabad Chapter Strategies to Optimize Cloud Costs By Cloud Performance Monitoring October 2013 www.cmgindia.org Computer Measurement Group, India 1 About Me Credentials

More information

Netop Environment Security. Unified security to all Netop products while leveraging the benefits of cloud computing

Netop Environment Security. Unified security to all Netop products while leveraging the benefits of cloud computing Netop Environment Security Unified security to all Netop products while leveraging the benefits of cloud computing Contents Introduction... 2 AWS Infrastructure Security... 3 Standards - Compliancy...

More information

Demystifying the Cloud Computing 02.22.2012

Demystifying the Cloud Computing 02.22.2012 Demystifying the Cloud Computing 02.22.2012 Speaker Introduction Victor Lang Enterprise Technology Consulting Services Victor Lang joined Smartbridge in early 2003 as the company s third employee and currently

More information

Smartronix Inc. Cloud Assured Services Commercial Price List

Smartronix Inc. Cloud Assured Services Commercial Price List Smartronix Inc. Assured Services Commercial Price List Smartronix, Inc. 12120 Sunset Hills Road Suite #600, Reston, VA 20190 703-435-3322 cloudassured@smartronix.com www.smartronix.com Table of Contents

More information

Cloud Models and Platforms

Cloud Models and Platforms Cloud Models and Platforms Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF A Working Definition of Cloud Computing Cloud computing is a model

More information

Amazon Cloud Storage Options

Amazon Cloud Storage Options Amazon Cloud Storage Options Table of Contents 1. Overview of AWS Storage Options 02 2. Why you should use the AWS Storage 02 3. How to get Data into the AWS.03 4. Types of AWS Storage Options.03 5. Object

More information