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

Size: px
Start display at page:

Download "BARCELONA. 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved"

Transcription

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

2 Optimizing Cost and Efficiency on AWS Inigo Soto Practice Manager, AWS Professional Services 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved

3 A Couple Assumptions 1. You re using AWS 2. You like it!!

4 But maybe you are spending more than you planned

5 Or you d just like to spend less

6 Cost Optimization Is Going From: To: Paying for what you use Paying for what you need

7 What should you do?

8 We ll Talk Through Some Frameworks Tools Best Practices

9 And Some examples from other customers like you

10 Cost Optimization Strategies: Policies and Processes

11 1. Limit Resource Provisioning

12 By Controlling Who Can Provision Resources

13 2. Understand What is Deployed and What it Costs

14 By Employing Tags Jane_Doe Key (Attribute): 127 Unicode characters Value (Detail/Description): 255 Unicode characters Tags per resource: 10 tags

15 And Using The Different Types of Tags Appropriately Resource Tags Provide the ability to organize and search within and across resources Filterable and Searchable Do not appear in Detail Billing Report Only available on certain services or limited to components within a service (e.g. S3 bucket but not objects) Cost Allocation Tags Provide the ability to map AWS charges to organizational attributes for accounting purposes Information presented in Detailed Billing Report and Cost Explorer (must be explicitly selected)

16 Tag Key Examples Cost Center Business Unit Dept./ Group Product / Application Owner Endpoint Support Contact Environ. Backup Tier Shutdown Time

17 Customer Example Large Financial Services No tags? No instance Customer

18 3. Proactively Monitor Your Account Billing Usage

19 By Using Detailed Billing Reports and Enabling Billing Alerts

20 And Configuring Simple

21 Or Advanced Alarms in CloudWatch

22 Alongside Cost Explorer

23 Or Using an AWS Partner Tool

24 Customer Example Kellogg CloudWatch helps our people make better decisions around the capacity they need, so that they can avoid waste We were never able to do that with our on-premises infrastructure. AWS breaks down usage and cost to such a granular level that we can identify which costs come from which department, like a toll model.

25 Best Practice: Manage How Resources are Provisioned and Monitored Only allow specific groups or teams to deploy (certain) AWS resources Create different environment (e.g. Dev/Test vs. Production) with different policies for each Require tags in order to instantiate resources Monitor and send alerts or shut down instances improperly tagged Use CloudWatch to send alerts when billing thresholds are met Analyze your spend using AWS or Partner tools

26 Cost Optimization Strategies: Architecture and Design

27 4. Design for Elasticity Rather Than Deploy for Peak

28 By Picking the Right Instance Type Instance Type vcpu Mem (GiB) Monthly Cost (OD)* Ideal use case m3.medium $48.24 Always available, balanced m4.large 2 8 $90.72 Latest generation, always available, balanced c4.large 2 8 $79.20 Always available, compute r3.large 2 15 $ Always available, memory g2.xlarge 8 15 $ Always available, GPU d2.xlarge $ Always available, storage t2.medium 2 4 $37.44 Bursty workloads * Assumes Amazon Linux Instances in US-East at 720 hours per month

29 And Determine if Bursting Works For You t2.medium 2vCPU, 4 GiB RAM Baseline performance: 40% (of a single core) Bursts beyond this based on CPU credits Less than $40 per month Use Cases: Web servers, dev, small databases Additional Details:

30 Customer Example Nomura Research For Nomura Research, the t2 instance provides enough performance for a development environment, remote desktop of evaluation environment requiring occasional CPU bursting

31 Customer Example Kaplan We quickly converted a hefty percentage of our systems to run under this EC2 Instance type, and have seen major cost reductions without affecting performance whatsoever. For all instances built for Kaplan moving forward, the T2 is going to be the preferred option unless measured or load-tested computing needs demand otherwise.

32 Using Autoscaling. Trigger autoscaling policy Automatic resizing of compute clusters based on demand Feature Control Integrated to Amazon CloudWatch Instance types Details Define minimum and maximum instance pool sizes and when scaling and cool down occurs. Use metrics gathered by CloudWatch to drive scaling. Run Auto Scaling for On-Demand and Spot Instances. AWS autoscaling create-autoscaling-group Auto Scaling-group-name MyGroup Launch-configuration-name MyConfig Min size 4 Max size 200 Availability Zones us-west-2c

33 And Adjusting for Utilization and Granularity More smaller instances vs. less larger instances 36 $0.252/hr $ / mo* 55 $0.126/hr $ / mo* *Assumes Linux instances in US-East at 30 days per month

34 Customer Example Large Aerospace Customer Challenge Workloads arrive asynchronously and require isolation Solution Use Amazon SQS and Autoscaling Groups to launch / terminate instances

35 5. Identify Idle Resources and Turn Off Unused Instances

36 Using Trusted Advisor

37 Or Amazon CloudWatch to Monitor, Collect and Track Metrics Amazon CloudWatch

38 Or (Again) Using an AWS Partner Tool

39 Customer Example Samsung We are using AWS Trusted Advisor to improve cost efficiency and to audit the configurations of service platforms

40 Best Practice: Match Your Usage and Capacity Start Choose an instance that best meets your basic requirements Start with memory & then choose closest virtual cores Tune Use CloudWatch and Trusted Advisor to assess Change instance size up or down based upon monitoring Expand Run multiple instances in multiple Availability Zones Use Autoscaling to scale in and out based on demand and usage (e.g. spikes) Look for peak IOPS storage requirements

41 6. Architect Your Workload with Cost in Mind

42 Select Reserved Instances for Steady State Workloads Commitment Level 1 Year 3 Year AWS Services Offering RIs Amazon EC2 Amazon RDS Amazon DynamoDB Amazon Redshift Amazon ElastiCache * Dependent on specific AWS Service, size/type and Region

43 Or Spot Instances for Non-Stateful (Time Insensitive or Fault Tolerant) Workloads Minimum Commitment Commit to 1 hour Tradeoff Potential for interruption * Compared to On Demand price based on specific EC2 instance type, region and availability zone

44 Or A Combination of All Three 1. Start by using RIs for known/steady-state workloads 2. Set-up multiple autoscaling groups 3. Autoscale first using Spot first 4. If Spot instances are unavailable (or priced too high), use On-Demand /Spot On Demand Spot Reserved Instance

45 And When You Have Excess RIs Use the Amazon EC2 Reserved Instance Marketplace

46 Customer Example Novartis Goal: Screen 10 million compounds against a common cancer target in < 1 week Set Up: 10,600 AWS Instances (39 drug design years in 9 hours) Result: 3 promising compounds Cost: $4,232

47 Leverage The Right Storage Classes On-premises Data Center Amazon S3 Infrequent Access Block File Archive Backup Disaster Recovery 99.9% (read) availability vs % Same durability Gateway Appliance/ AWS Storage Gateway Up to 60% savings Great for storing logs, backups Amazon Glacier AWS Cloud Same durability as S3 3 to 5 hours restore time Up to 75% savings Amazon EBS Amazon EFS (Preview) Amazon S3 Amazon Glacier Great for archiving, long-term backups and old data

48 Alongside AWS Managed or Application Services Amazon Relational Database Service (RDS) Amazon DynamoDB Elastic Load Balancing (ELB) Amazon Simple Queue Service (SQS) Amazon Simple Service (SES) Amazon Kinesis Amazon ElastiCache Amazon Redshift Amazon Route 53 Amazon Simple Notification Service (SNS) Amazon Lambda Amazon Elastic MapReduce (EMR)

49 To Offload Your Architecture + Standard Setup Optimized 4 x Medium Instances $193 AWS Data Transfer 1 TB $92 Total = $285 1 x Medium Instance $48 CloudFront Data 1 TB $87 CloudFront Requests (10M) $7.5 50% 6X Cheaper Faster Total = $142.5

50 Customer Example Infospace Chooses the right instance types (using Cloudwatch) Uses Reserved Instances (reduced monthly costs by 28%) Monitors and turns off unused instances (own tool Junkyard Dog) Offloads architecture by moving to Cloudfront Leverages App services: ELB, SNS, SES Uses Trusted Advisor Moves Data warehouse to Redshift

51 Cost Optimization Strategies: Technology Updates

52 7. Be Cognizant of Technology Lifecycle Updates

53 Including New Instance Types/Families (e.g. m4s) New Technologies (e.g. Amazon RDS for Aurora, AWS Service Catalog) New Prices

54 And Remember to Use Consolidated Billing Receive a single bill for all charges incurred across all linked accounts Share RI discounts Combine tiering benefits / Volume discounts View & manage linked accounts Add additional accounts

55 Best Practice: Pull all Levers Available When Architecting Your Solution Utilize On-Demand, Reserved and Spot Instances Use the Amazon EC2 RI Marketplace when you have excess Ris Use the appropriate storage class based on your requirements (not on what you use today) Use micro services where possible in your architecture Review your architecture when new services or technologies are announced Use consolidated billing to take advantage of tiered pricing

56 Cost Optimization Strategies Putting It All Together

57 Cost optimization framework recap Limit Resource Provisioning Understand What is Deployed and What it Costs Proactively Monitor Your Account Billing Usage Design for Elasticity Rather Than Deploy for Peak Identify Idle Resources and Turn Off Unused Instances Architect Your Workloads with Cost in Mind Be Cognizant of Technology Lifecycle Updates

58 BARCELONA

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

AMSTERDAM. 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved AMSTERDAM 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved Manage Your Cost, Govern Your Usage on AWS Guy Kfir, Account Manager BeNeLux, AWS kfir@amazon.lu Leon Backbier, ICT Manager,

More information

AWS Pricing Philosophy

AWS Pricing Philosophy AWS Selling Motion AWS Pricing Philosophy Reduced Prices Infrastructure Innovation Lower Infrastructure Costs More Customers Ecosystem Global Footprint New Features New Services Economies of Scale More

More information

Get the Most Bang for Your Buck #EC2 #Winning

Get the Most Bang for Your Buck #EC2 #Winning Get the Most Bang for Your Buck #EC2 #Winning Joshua Burgin General Manager, EC2 Spot Amazon Web Services June 28, 2017 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon EC2

More information

Cost Optimization Pillar

Cost Optimization Pillar Cost Optimization Pillar AWS Well-Architected Framework November 2016 2016, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes

More information

AWS Billing and Cost Management Tools. Cloud Academy, AWS Billing and Cost Management Tools

AWS Billing and Cost Management Tools. Cloud Academy, AWS Billing and Cost Management Tools AWS Billing and Cost Management Tools Cloud Academy, 2016 1 Introduction Organizations choose the cloud over large data centers for many reasons. Minimal upfront costs and its easy, pay-as-you-go operating

More information

AMAZON EC2 SPOT MARKET

AMAZON EC2 SPOT MARKET THE STATE OF THE AMAZON EC2 SPOT MARKET RESEARCH, CONCLUSIONS AND OPPORTUNITIES www.spotinst.com EXECUTIVE SUMMARY acquired through a bidding process in which customers can specify the maximum price per

More information

Cost Management in the AWS Cloud. March 2018

Cost Management in the AWS Cloud. March 2018 Cost Management in the AWS Cloud March 2018 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes only. It represents AWS

More information

MIGRATING MEDIA WORKFLOWS TO THE CLOUD. Scott Malkie, Systems Engineer

MIGRATING MEDIA WORKFLOWS TO THE CLOUD. Scott Malkie, Systems Engineer MIGRATING MEDIA WORKFLOWS TO THE CLOUD Scott Malkie, Systems Engineer AGENDA: CLOUD MIGRATION: 30 MINUTES! 1. WHY? (5 min) a. Reduce IT & Video Workflow Complexity b. Increase Agility and Flexibility c.

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. AWS Best Practices Tim Bixler Sr. Manager, Federal Solutions Architecture 1 Choose your use case well Choose appropriate use cases Dev & Test Backup

More information

CLOUDCHECKR ON AWS AND AZURE: A GUIDE TO PUBLIC CLOUD COST MANAGEMENT

CLOUDCHECKR ON AWS AND AZURE: A GUIDE TO PUBLIC CLOUD COST MANAGEMENT ebook CLOUDCHECKR ON AWS AND AZURE: A GUIDE TO PUBLIC CLOUD COST MANAGEMENT Guide to Cost Management CloudCheckr 2017 1 TABLE OF CONTENTS 3 4 7 9 10 Intro Optimization Requires Visibility Cost Management

More information

SAP on AWS. Transforming the way the enterprise runs SAP. July David Payne AWS APAC

SAP on AWS. Transforming the way the enterprise runs SAP. July David Payne AWS APAC SAP on AWS Transforming the way the enterprise runs SAP David Payne AWS APAC July 2016 This presentation is (a) informational only and provided solely for discussion purposes, (b) non-binding and not an

More information

GUIDE The Enterprise Buyer s Guide to Public Cloud Computing

GUIDE The Enterprise Buyer s Guide to Public Cloud Computing GUIDE The Enterprise Buyer s Guide to Public Cloud Computing cloudcheckr.com Enterprise Buyer s Guide 1 When assessing enterprise compute options on Amazon and Azure, it pays dividends to research the

More information

Send It to the Clouds Delivering on the mission at lower costs and higher security

Send It to the Clouds Delivering on the mission at lower costs and higher security 2017 2018 SPLUNK INC. Send It to the Clouds Delivering on the mission at lower costs and higher security Ashok Sankar, Splunk Presenter Title May 2018 Forward-Looking Statements During the course of this

More information

Wandel der IT im Kontext Digitalisierung

Wandel der IT im Kontext Digitalisierung Wandel der IT im Kontext Digitalisierung Carlo Pacifico Sr. Manager Enterprise Germany cpacific@amazon.de Amazon is a technology company that happens to sell books online Dr. Werner Vogels, CTO Amazon.com

More information

A guide to ZNetLive Support Services for

A guide to ZNetLive Support Services for A guide to ZNetLive Support Services for P a g e 1 Table of Contents Introduction... 3 Key Features... 4 Support Plans... 5 Silver Plan... 5 Gold Plan... 5 Support Services Details... 6 SUPPORT TEAM...

More information

Accelerating your Migration to AWS

Accelerating your Migration to AWS Accelerating your Migration to AWS Manav Prabhakar, Practice Manager, Professional Services, AWS ASEAN Peter Shi, Commercial Architect, Business Development, AWS APAC Agenda Why migrate? How to migrate?

More information

See Capacity and Performance across your IT enterprise

See Capacity and Performance across your IT enterprise athene 10.30 athene The world s leading companies rely on athene Capacity Management software and our consulting and training services as key elements of their IT Service Management and Service Delivery.

More information

Introducing Amazon Kinesis Managed Service for Real-time Big Data Processing

Introducing Amazon Kinesis Managed Service for Real-time Big Data Processing Introducing Amazon Kinesis Managed Service for Real-time Big Data Processing Ryan Waite, GM Data Services Adi Krishnan, Product Manager November 13, 2013 2013 Amazon.com, Inc. and its affiliates. All rights

More information

AWS Architecture Case Study: Real-Time Bidding. Tom Maddox, Solutions Architect

AWS Architecture Case Study: Real-Time Bidding. Tom Maddox, Solutions Architect AWS Architecture Case Study: Real-Time Bidding Tom Maddox, Solutions Architect Who am I? Gardener (Capacity Planning) Motorcyclist (Agility) Mobile App Writer Problem Solver Technology Geek Solutions Architect

More information

Service. Deployment Models All (Public, Private, Hybrid, Community) See rate card (Section 6) Cloud Services Assessment and Proof of Concept

Service. Deployment Models All (Public, Private, Hybrid, Community) See rate card (Section 6) Cloud Services Assessment and Proof of Concept ECS Catalog and Pricing for NASPO ValuePoint Cloud Solutions ECS is a leading provider of Cloud Solutions and s to the Public Sector and a leading delivery and resale partner for Amazon Web s (AWS). Our

More information

4 Out of Hundreds of Services, Only Four Account for Majority. 11 Application Architectures Increasingly Using Cloud-native Capabilities

4 Out of Hundreds of Services, Only Four Account for Majority. 11 Application Architectures Increasingly Using Cloud-native Capabilities 2018 Table of Contents 3 Introduction 4 Out of Hundreds of Services, Only Four Account for Majority 5 Some Surprises in the Top 10 6 Moore s Law Holds True for Cloud Compute 7 Compute Capacity Continues

More information

Architecting an Open Data Lake for the Enterprise

Architecting an Open Data Lake for the Enterprise Architecting an Open Data Lake for the Enterprise 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Today s Presenters Daniel Geske, Solutions Architect, Amazon Web Services Armin

More information

AWS MSP Partner Program Validation Checklist v3.2 Mapping

AWS MSP Partner Program Validation Checklist v3.2 Mapping DATASHEET AWS MSP Partner Program Validation Checklist v3.2 Mapping OVERVIEW The AWS MSP Validation Checklist Mapping is designed to provide CloudCheckr partners with a practical means to validate the

More information

Tackling Tax-time Woes with a Robust and Secure Compliance Solution

Tackling Tax-time Woes with a Robust and Secure Compliance Solution AWS Case Study Tackling Tax-time Woes with a Robust and Secure Compliance Solution Abstract Through helping our client build an AWS-enabled tax compliance solution, Minfy has contributed to improving supply

More information

Optimizing Cloud Costs Through Continuous Collaboration

Optimizing Cloud Costs Through Continuous Collaboration WHITE PAPER Optimizing Cloud Costs Through Continuous Collaboration While the benefits of cloud are clear, the on-demand nature of cloud use often results in uncontrolled cloud costs, requiring a completely

More information

AWS vs. Google Cloud Pricing

AWS vs. Google Cloud Pricing AWS vs. Google Cloud Pricing A Comprehensive Look ParkMyCloud provides cost control for Google Cloud Platform (GCP) resources as well Amazon Web Services (AWS) and Microsoft Azure, so we thought it might

More information

Building a Data Lake on AWS EBOOK: BUILDING A DATA LAKE ON AWS 1

Building a Data Lake on AWS EBOOK: BUILDING A DATA LAKE ON AWS 1 Building a Data Lake on AWS EBOOK: BUILDING A DATA LAKE ON AWS 1 Contents Introduction The Big Data Challenge Benefits of a Data Lake Building a Data Lake on AWS Featured Data Lake Partner Bronze Drum

More information

EBOOK: Cloudwick Powering the Digital Enterprise

EBOOK: Cloudwick Powering the Digital Enterprise EBOOK: Cloudwick Powering the Digital Enterprise Contents What is a Data Lake?... Benefits of a Data Lake on AWS... Building a Data Lake on AWS... Cloudwick Case Study... About Cloudwick... Getting Started...

More information

Comprehensive Cost and Security Management for C2S Environments

Comprehensive Cost and Security Management for C2S Environments SOLUTION BRIEF Comprehensive Cost and Security Management for C2S Environments Security Highlights CloudTrail Integration Leverage the strength of CloudTrail reporting. CloudCheckr parses the logs for

More information

Regulation Systems Compliance and Integrity Considerations for the AWS Cloud

Regulation Systems Compliance and Integrity Considerations for the AWS Cloud Regulation Systems Compliance and Integrity Considerations for the AWS Cloud November 2017 We welcome your feedback. Please share your thoughts at this link. 2017, Amazon Web Services, Inc. or its affiliates.

More information

Amazon Web Services. Steve Spano, Brig Gen (Ret), USAF GM, Defense and National Security AWS, Worldwide Public Sector

Amazon Web Services. Steve Spano, Brig Gen (Ret), USAF GM, Defense and National Security AWS, Worldwide Public Sector Amazon Web Services Steve Spano, Brig Gen (Ret), USAF GM, Defense and National Security AWS, Worldwide Public Sector Overview Historical Perspective of IT Transformational Value of Cloud Why organizations

More information

Services Guide April The following is a description of the services offered by PriorIT Consulting, LLC.

Services Guide April The following is a description of the services offered by PriorIT Consulting, LLC. SERVICES OFFERED The following is a description of the services offered by PriorIT Consulting, LLC. Service Descriptions: Strategic Planning: An enterprise GIS implementation involves a considerable amount

More information

MQ on Cloud (AWS) Suganya Rane Digital Automation, Integration & Cloud Solutions. MQ Technical Conference v

MQ on Cloud (AWS) Suganya Rane Digital Automation, Integration & Cloud Solutions. MQ Technical Conference v MQ on Cloud (AWS) Suganya Rane Digital Automation, Integration & Cloud Solutions Agenda CLOUD Providers Types of CLOUD Environments Cloud Deployments MQ on CLOUD MQ on AWS MQ Monitoring on Cloud What is

More information

A Examcollection.Premium.Exam.35q

A Examcollection.Premium.Exam.35q A2030-280.Examcollection.Premium.Exam.35q Number: A2030-280 Passing Score: 800 Time Limit: 120 min File Version: 32.2 http://www.gratisexam.com/ Exam Code: A2030-280 Exam Name: IBM Cloud Computing Infrastructure

More information

Stateful Services on DC/OS. Santa Clara, California April 23th 25th, 2018

Stateful Services on DC/OS. Santa Clara, California April 23th 25th, 2018 Stateful Services on DC/OS Santa Clara, California April 23th 25th, 2018 Who Am I? Shafique Hassan Solutions Architect @ Mesosphere Operator 2 Agenda DC/OS Introduction and Recap Why Stateful Services

More information

Optimize Your SAP Environment

Optimize Your SAP Environment EBOOK: Optimize Your SAP Environment by Migrating to AWS Contents Why Migrate SAP Workloads to AWS? 3 SAP HANA on AWS 5 The SAP Rapid Migration Test 6 Amazon EC2 X1 Instances 7 High Availability and Disaster

More information

10 Ways Oracle Cloud Is Better Than AWS

10 Ways Oracle Cloud Is Better Than AWS 10 Ways Oracle Cloud Is Better Than AWS BY UMAIR MANSOOB Who Am I Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist since 2011 Oracle Database Performance Tuning

More information

Cloud Automation a beginner s guide

Cloud Automation a beginner s guide Cloud Automation a beginner s guide Digital Craftsmen Email: info@digitalcraftsmen.com Phone: 020 3745 7706 Twitter: @DCHQ 1 Table of Contents What is automation and how does it work? 3 When did a need

More information

Enterprise Cloud Transformation: Measurable Business Value and Pathway to Success

Enterprise Cloud Transformation: Measurable Business Value and Pathway to Success Enterprise Cloud Transformation: Measurable Business Value and Pathway to Success IPMA Professional Development Brian Anderson, Practice Manager State and Local Government - AWS Professional Services June

More information

Jinesh Varia, Technology Evangelist AWS Gov Cloud Summit II

Jinesh Varia, Technology Evangelist AWS Gov Cloud Summit II Migrating Applications to the AWS Cloud Jinesh Varia, Technology Evangelist Its not all or nothing Building a Cloud Strategy Cloud Benefits Cloud Strategy System Integrator or Small Agency or Large Agency

More information

What s new on Azure? Jan Willem Groenenberg

What s new on Azure? Jan Willem Groenenberg What s new on Azure? Jan Willem Groenenberg Why the cloud? Rapidly setup environments to drive business priorities Scale to meet peak demands Increase daily activities, efficiency and reduced cost. Why

More information

Creating a Culture of Cost Transparency and Accountability. AWS Whitepaper

Creating a Culture of Cost Transparency and Accountability. AWS Whitepaper Creating a Culture of Cost Transparency and Accountability AWS Whitepaper Creating a Culture of Cost Transparency and Accountability: AWS Whitepaper Copyright 2018 Amazon Web Services, Inc. and/or its

More information

Real-time Streaming Applications on AWS Patterns and Use Cases

Real-time Streaming Applications on AWS Patterns and Use Cases Real-time Streaming Applications on AWS Patterns and Use Cases Christian Deger, Chief Architect, AutoScout24 Dr. Steffen Hausmann, Solutions Architect, AWS May 18, 2017 2016, Amazon Web Services, Inc.

More information

Features and Capabilities. Assess.

Features and Capabilities. Assess. Features and Capabilities Cloudamize is a cloud computing analytics platform that provides high precision analytics and powerful automation to improve the ease, speed, and accuracy of moving to the cloud.

More information

Migration To the Cloud Using AWS

Migration To the Cloud Using AWS Migration To the Cloud Using AWS Why Cloud Advantages of Cloud Resilience Security Rapid Elasticity Cap-ex Free Rapid Infrastructure Increased Flexibility Managed Infrastructure Sevices 5% of organizations

More information

Big Data in the Cloud High Velocity Data in Media and Games Applications

Big Data in the Cloud High Velocity Data in Media and Games Applications Big Data in the Cloud High Velocity Data in Media and Games Applications George Whiffen, Technical Instructor, Web Services 4pm Loughborough University 28 th Feb 2017 2016 Web Services, Inc. and its affiliates.

More information

Meeting the New Standard for AWS Managed Services

Meeting the New Standard for AWS Managed Services AWS Managed Services White Paper April 2017 www.sciencelogic.com info@sciencelogic.com Phone: +1.703.354.1010 Fax: +1.571.336.8000 Table of Contents Introduction...3 New Requirements in Version 3.1...3

More information

Final Project. GoGreen Insurance Company

Final Project. GoGreen Insurance Company Final Project GoGreen Insurance Company 1 Final Project Overview 1 2 Analyze needs and current architecture Design an AWS solution meeting the provided requirements Provide solution details in the Project

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights ORACLE PRODUCT LOGO Virtualization and Cloud Deployments of Oracle E-Business Suite Ivo Dujmović, Director, Applications Development 2 Copyright

More information

AGILITY & CONTROL IN THE CLOUD WITHOUT TRADEOFFS

AGILITY & CONTROL IN THE CLOUD WITHOUT TRADEOFFS AGILITY & CONTROL IN THE CLOUD WITHOUT TRADEOFFS IAN MASSINGHAM TECHNOLOGY EVANGLIST AMAZON WEB SERVICES @IanMmmm Thank You 2006 Why cloud computing? Today, the Benefits Are Very Well Known S? Move from

More information

Table of Contents HOL CMP

Table of Contents HOL CMP Table of Contents Lab Overview - - vrealize Business for Cloud - Getting Started... 2 Lab Guidance... 3 Module 1 - Computing the Cost of your Private Cloud (30 Minutes)... 9 Introduction... 10 Overview

More information

Microsoft FastTrack For Azure Service Level Description

Microsoft FastTrack For Azure Service Level Description ef Microsoft FastTrack For Azure Service Level Description 2017 Microsoft. All rights reserved. 1 Contents Microsoft FastTrack for Azure... 3 Eligible Solutions... 3 FastTrack for Azure Process Overview...

More information

TECHNICAL WHITE PAPER. Rubrik and Microsoft Azure Technology Overview and How It Works

TECHNICAL WHITE PAPER. Rubrik and Microsoft Azure Technology Overview and How It Works TECHNICAL WHITE PAPER Rubrik and Microsoft Azure Technology Overview and How It Works TABLE OF CONTENTS THE UNSTOPPABLE RISE OF CLOUD SERVICES...3 CLOUD PARADIGM INTRODUCES DIFFERENT PRINCIPLES...3 WHAT

More information

Building a Data Lake on AWS

Building a Data Lake on AWS Partner Network EBOOK: Building a Data Lake on AWS Contents What is a Data Lake? Benefits of a Data Lake on AWS Building a Data Lake On AWS Featured Data Lake Partner Bronze Drum Consulting Case Study:Rosetta

More information

CI in the cloud. Case Talend & Nordcloud Ilja Summala, Group CTO, Nordcloud Anubhav Sharma, Senior Software Architect, Talend Deutschland

CI in the cloud. Case Talend & Nordcloud Ilja Summala, Group CTO, Nordcloud Anubhav Sharma, Senior Software Architect, Talend Deutschland BERLIN 2015 CI in the cloud Case Talend & Nordcloud Ilja Summala, Group CTO, Nordcloud Anubhav Sharma, Senior Software Architect, Talend Deutschland About Nordcloud Nordcloud is leading European AWS consultancy

More information

CoreToEdge Preinstalled SAP Systems on Amazon Web Services

CoreToEdge Preinstalled SAP Systems on Amazon Web Services CoreToEdge Preinstalled SAP Systems on Amazon Web Services Before We Start This document introduces a product offering by CoreToEdge and will guide the reader through the process of setting up and deploying

More information

Berlin.

Berlin. Berlin #awssummit @AWS_Aktuell AWS Cloud Adoption Framework an overview Marcus Fritsche AWS Cloud Adoption Journey What are the priorities? When to deliver solutions? Business Impact? What to measure?

More information

House Keeping. You are in Listen Only Mode. Azure 101: Azure Overview. Azure 201: How to do a Cost Estimate for Virtual Machines

House Keeping. You are in Listen Only Mode. Azure 101: Azure Overview. Azure 201: How to do a Cost Estimate for Virtual Machines House Keeping You are in Listen Only Mode Use the WebEx Chat window to enter question Azure 101: Azure Overview First Tuesday of each Month Azure 201: How to do a Cost Estimate for Virtual Machines Second

More information

DevOps, Architecture, and Security in a Cloud

DevOps, Architecture, and Security in a Cloud DevOps, Architecture, and Security in a Cloud Greg Shevchenko Paul Dudeck, UPMC Enterprises DevOps, Architecture, and and Security Security in a Cloud in a Cloud 2017 UPMC UPMC Enterprises Enterprises

More information

Building a Secure, Approved AMI Factory Process Using Amazon EC2 Systems Manager (SSM), AWS Marketplace, and AWS Service Catalog

Building a Secure, Approved AMI Factory Process Using Amazon EC2 Systems Manager (SSM), AWS Marketplace, and AWS Service Catalog Building a Secure, Approved AMI Factory Process Using Amazon EC2 Systems Manager (SSM), AWS Marketplace, and AWS Service Catalog November 2017 2017, Amazon Web Services, Inc. or its affiliates. All rights

More information

NEXT-GENERATION END-USER COMPUTING: CLIENT SPOTLIGHT: Delivering Desktops as a Service Using Amazon WorkSpaces. Better Billing Through Metadata

NEXT-GENERATION END-USER COMPUTING: CLIENT SPOTLIGHT: Delivering Desktops as a Service Using Amazon WorkSpaces. Better Billing Through Metadata NEXT-GENERATION END-USER COMPUTING: Delivering Desktops as a Service Using Amazon WorkSpaces CLIENT SPOTLIGHT: Better Billing Through Metadata www.thinkahead.com The Enterprise Mobility marketplace has

More information

USING CLOUDCHECKR FOR RESELLER/MSP BILLING

USING CLOUDCHECKR FOR RESELLER/MSP BILLING whitepaper USING CLOUDCHECKR FOR RESELLER/MSP BILLING In the past, an organization that needed to provide computing, storage, or database services to a client would need to buy hardware or rent servers

More information

Factors of Cloud Success

Factors of Cloud Success Factors of Cloud Success Many people are asking, Should I move to the cloud? Right now, someone in your company is thinking about moving your operations into the cloud. If your company is like 95% of companies

More information

Course 20535A: Architecting Microsoft Azure Solutions

Course 20535A: Architecting Microsoft Azure Solutions Course 20535A: Architecting Microsoft Azure Solutions Module 1: Application Architecture Patterns in Azure This module introduces and reviews common Azure patterns and architectures as prescribed by the

More information

Cost Optimization for Cloud-Based Engineering Simulation Using ANSYS Enterprise Cloud

Cost Optimization for Cloud-Based Engineering Simulation Using ANSYS Enterprise Cloud Application Brief Cost Optimization for Cloud-Based Engineering Simulation Using ANSYS Enterprise Cloud Most users of engineering simulation are constrained by computing resources to some degree. They

More information

DRIVING GREATER ONLINE EXPERIENCES WITH CLOUD

DRIVING GREATER ONLINE EXPERIENCES WITH CLOUD DRIVING GREATER ONLINE EXPERIENCES WITH CLOUD Mercedes-Benz teamed with Accenture to create a unified digital presence and a much faster content-delivery capability. Mercedes-Benz is known for its innovation.

More information

Creating a Culture of Cost Transparency and Accountability

Creating a Culture of Cost Transparency and Accountability Creating a Culture of Cost Transparency and Accountability March 2018 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes

More information

An Overview of the AWS Cloud Adoption Framework

An Overview of the AWS Cloud Adoption Framework An Overview of the AWS Cloud Adoption Framework Version 2 February 2017 2017, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes

More information

Ensure Your Servers Can Support All the Benefits of Virtualization and Private Cloud The State of Server Virtualization... 8

Ensure Your Servers Can Support All the Benefits of Virtualization and Private Cloud The State of Server Virtualization... 8 ... 4 The State of Server Virtualization... 8 Virtualization Comfort Level SQL Server... 12 Case in Point SAP... 14 Virtualization The Server Platform Really Matters... 18 The New Family of Intel-based

More information

Oracle PaaS and IaaS Universal Credits Service Descriptions

Oracle PaaS and IaaS Universal Credits Service Descriptions Oracle PaaS and IaaS Universal Credits Service Descriptions December 1, 2017 Oracle PaaS_IaaS_Universal_CreditsV120117 1 Metrics... 3 Oracle PaaS and IaaS Universal Credit... 8 Oracle PaaS and IaaS Universal

More information

Cloud Management Platform Overview First Published On: Last Updated On:

Cloud Management Platform Overview First Published On: Last Updated On: Cloud Management Platform Overview First Published On: 06-09-2016 Last Updated On: 07-25-2017 1 Table of Contents 1. Cloud Management Platform Overview 1.1.Cloud Consumer Request/Catalog 1.2.Cloud Admin

More information

WeDo Telecom RAID Risk Management Solution in the AWS Cloud. June 2018

WeDo Telecom RAID Risk Management Solution in the AWS Cloud. June 2018 WeDo Telecom RAID Risk Management Solution in the AWS Cloud June 2018 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes

More information

Contents About This Guide... 5 Upgrade Overview... 5 Examining Your Upgrade Criteria... 7 Upgrade Best Practices... 8

Contents About This Guide... 5 Upgrade Overview... 5 Examining Your Upgrade Criteria... 7 Upgrade Best Practices... 8 P6 EPPM Upgrade Best Practices Guide 16 R2 September 2016 Contents About This Guide... 5 Upgrade Overview... 5 Upgrade Process... 5 Assessing the Technical Environment... 6 Preparing for the Upgrade...

More information

IBM Compose Enterprise

IBM Compose Enterprise IBM Terms of Use SaaS Specific Offering Terms IBM Compose Enterprise The Terms of Use ( ToU ) is composed of this IBM Terms of Use - SaaS Specific Offering Terms ( SaaS Specific Offering Terms ) and a

More information

Koen van den Biggelaar Senior Manager, Solutions Architecture Amazon Web Services

Koen van den Biggelaar Senior Manager, Solutions Architecture Amazon Web Services Koen van den Biggelaar Senior Manager, Solutions Architecture Amazon Web Services koen@amazon.com Amazon Cloud? Leadership Principles Innovation Approach Intro Amazon AWS Innovation Innovation Applied

More information

Solution Architecture Training: Enterprise Integration Patterns and Solutions for Architects

Solution Architecture Training: Enterprise Integration Patterns and Solutions for Architects www.peaklearningllc.com Solution Architecture Training: Enterprise Integration Patterns and Solutions for Architects (3 Days) Overview This training course covers a wide range of integration solutions

More information

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads Tivoli Workload Automation View, Control and Automate Composite Workloads Mark A. Edwards Market Manager Tivoli Workload Automation Corporation Tivoli Workload Automation is used by customers to deliver

More information

IBM Cloud Application Performance Management

IBM Cloud Application Performance Management Service Description IBM Cloud Application Performance Management This Service Description describes the Cloud Service IBM provides to Client. Client means the contracting party and its authorized users

More information

NTT DATA Service Description

NTT DATA Service Description NTT DATA Service Description NTT DATA Cloud Operational Excellence for AWS Introduction NTT DATA is pleased to provide NTT DATA Cloud Operational Excellence ( COE ) for Amazon Web Services ( AWS ) (the

More information

Continuous Controls Inheritance

Continuous Controls Inheritance Continuous Controls Inheritance for Faster Cloud Compliance EC2 Auto Scaling S3 KMS VPC IAM EBS RDS Workload cloud Xacta 360 now automatically inherits pre-vetted controls from the services you use! Tax

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Exadata Database Machine IOUG Exadata SIG Update February 6, 2013 Mathew Steinberg Exadata Product Management 2 The following is intended to outline our general product direction. It is intended for

More information

Application Performance Management for Microsoft Azure and HDInsight

Application Performance Management for Microsoft Azure and HDInsight ebook Application Performance Management for Microsoft Azure and HDInsight How to build fast and reliable Big Data Apps on Microsoft Azure HDInsight and Azure Analytical Services Microsoft Azure makes

More information

Cloud Platforms. Various types and their properties. Prof. Balwinder Sodhi. 1 Computer Science and Engineering, IIT Ropar

Cloud Platforms. Various types and their properties. Prof. Balwinder Sodhi. 1 Computer Science and Engineering, IIT Ropar Cloud Platforms Various types and their properties Prof. Balwinder Sodhi 1 Computer Science and Engineering, IIT Ropar Cloud Classification Service model based Depends on the cloud services being offered

More information

Deep Learning Acceleration with

Deep Learning Acceleration with Deep Learning Acceleration with powered by A Technical White Paper TABLE OF CONTENTS The Promise of AI The Challenges of the AI Lifecycle and Infrastructure MATRIX Powered by Bitfusion Flex Solution Architecture

More information

Know Your Customer Limited INFRASTRUCTURE & SECURITY OVERVIEW (IS) V1

Know Your Customer Limited INFRASTRUCTURE & SECURITY OVERVIEW (IS) V1 Know Your Customer Limited INFRASTRUCTURE & SECURITY OVERVIEW (IS) V1 Overview of KYC basic infrastructure, security and implementation, policies and practices. Know Your Customer Limited Tel +353 1-2440669

More information

Fluid and Dynamic: Using measurement-based workload prediction to dynamically provision your Cloud

Fluid and Dynamic: Using measurement-based workload prediction to dynamically provision your Cloud Paper 2057-2018 Fluid and Dynamic: Using measurement-based workload prediction to dynamically provision your Cloud Nikola Marković, Boemska UK ABSTRACT As the capabilities of SAS Viya and SAS 9 are brought

More information

Building IoT Solutions in Azure

Building IoT Solutions in Azure Building IoT Solutions in Azure About me Mayank Srivastava Evangelist, Organizer, SPR Consulting CNUG The Chicago.Net User Group @MayankSri www.linkedin.com/in/mayanksri/ MayankSri@Live.com Agenda IoT

More information

Einführung in Amazon Machine Learning

Einführung in Amazon Machine Learning Einführung in Amazon Machine Learning Oliver Arafat Technical Evangelist Amazon Web Services arafato@amazon.de @OliverArafat Agenda Machine learning and the data ecosystem Smart applications by example

More information

Get a Second Opinion: Enterprise GIS Health Checks. Matt Marino, Esri Sam Libby, Esri

Get a Second Opinion: Enterprise GIS Health Checks. Matt Marino, Esri Sam Libby, Esri Get a Second Opinion: Enterprise GIS Health Checks Matt Marino, Esri Sam Libby, Esri What is an Enterprise GIS Health Check An Onsite Engagement Focusing On: - Proactively reviewing and assessing current

More information

Uncovering the Hidden Truth In Log Data with vcenter Insight

Uncovering the Hidden Truth In Log Data with vcenter Insight Uncovering the Hidden Truth In Log Data with vcenter Insight April 2014 VMware vforum Istanbul 2014 Serdar Arıcan 2014 VMware Inc. All rights reserved. VMware Strategy To help customers realize the promise

More information

Srinivasa Aditya Mumani B2Bi/EDI Developer. Venkat Aditya Chinni Cloud and DevOps Associate Miracle Labs

Srinivasa Aditya Mumani B2Bi/EDI Developer. Venkat Aditya Chinni Cloud and DevOps Associate Miracle Labs Next Gen EDI Processing and Archiving with Google, AWS and Sterling Integrator Technical Article Srinivasa Aditya Mumani B2Bi/EDI Developer Miracle Software Systems, Inc. Venkat Aditya Chinni Cloud and

More information

Amazon WorkSpaces Cost Optimizer

Amazon WorkSpaces Cost Optimizer Amazon WorkSpaces Cost Optimizer AWS Implementation Guide Matt Juaire Joseph Seeley Tom Horton January 2017 Last updated: March 2017 (see revisions) Copyright (c) 2017 by Amazon.com, Inc. or its affiliates.

More information

A Cloud Migration Checklist

A Cloud Migration Checklist A Cloud Migration Checklist WHITE PAPER A Cloud Migration Checklist» 2 Migrating Workloads to Public Cloud According to a recent JP Morgan survey of more than 200 CIOs of large enterprises, 16.2% of workloads

More information

SERVICE DESCRIPTION MANAGED PRIVATE CLOUD

SERVICE DESCRIPTION MANAGED PRIVATE CLOUD PRIVATE CLOUD Contents Service Overview.... 3 Key Features... 3 Implementation... 4 Validation... 4 Implementation Process.... 4 Internal Kick-Off... 4 Customer Kick-Off... 5 Provisioning & Testing....

More information

Parallels Remote Application Server and Microsoft Azure. Scalability and Cost of Using RAS with Azure

Parallels Remote Application Server and Microsoft Azure. Scalability and Cost of Using RAS with Azure Parallels Remote Application Server and Microsoft Azure and Cost of Using RAS with Azure Contents Introduction to Parallels RAS and Microsoft Azure... 3... 4 Costs... 18 Conclusion... 21 2 C HAPTER 1 Introduction

More information

Leveraging the benefits of the cloud with transparency and control

Leveraging the benefits of the cloud with transparency and control Leveraging the benefits of the cloud with transparency and control Philipp Behre AWS Solutions Architect pbehre@amazon.de AWS Enterprise Web Day #1: Agility The primary reason businesses are moving so

More information

Management and development of Black Dog Institute corporate website

Management and development of Black Dog Institute corporate website Request for proposal Management and development of Black Dog Institute corporate website Responses close date: 30 th November 2018. Respond by email to p.shroff@blackdog.org.au Queries to Prashant Shroff

More information

Innovating Availability Strategies for the Hybrid Cloud

Innovating Availability Strategies for the Hybrid Cloud Innovating Availability Strategies for the Hybrid Cloud กลย ทธ เพ มข ดความสามารถความพร อมให บร การสาหร บระบบไฮบร ดคลาวด Kiatchumpol Suttisirikul System Engineer kiatchumpol.suttisirikul@veeam.com Availability

More information

COMPARE VMWARE. Business Continuity and Security. vsphere with Operations Management Enterprise Plus. vsphere Enterprise Plus Edition

COMPARE VMWARE. Business Continuity and Security. vsphere with Operations Management Enterprise Plus. vsphere Enterprise Plus Edition COMPARE VMWARE vsphere EDITIONS Business Continuity and Security vmotion Enables live migration of virtual machines with no disruption to users or loss of service, eliminating the need to schedule application

More information

Using Mesos Schedulers with Amazon EC2 Container Service

Using Mesos Schedulers with Amazon EC2 Container Service Using Mesos Schedulers with Amazon EC2 Container Service Ryosuke Iwanaga Solutions Architect, Amazon Web Services Japan July 2016, LinuxCon+ContainerCon Japan 2016, Amazon Web Services, Inc. or its Affiliates.

More information