Amazon RDS for Oracle

Size: px
Start display at page:

Download "Amazon RDS for Oracle"

Transcription

1 Amazon RDS for Oracle Quick Provisioning. Easy Management. Reduced Cost Dhanraj Pondicherry, Sr. Manager Solutions Architecture Amazon Web Services Oct 7 th, , Amazon Web Services, Inc. or its Affiliates. All rights reserved.

2 What to expect from this Webinar Overview of AWS and Amazon RDS for Oracle Benefits of Managed Relational Database Services Minimizing Costs and Using Your Oracle Licenses

3 Introducing Amazon Web Services AWS is now a mature provider, yet it remains an agile, innovative thought leader with a broad impact across a range of IT markets. It has the richest array of IaaS and PaaS capabilities. Magic Quadrant for Cloud Infrastructure as a Service Gartner Magic Quadrant for Cloud Infrastructure as a Service, Lydia Leong, Gregor Petri, Bob Gill, Mike Dorosh, 3 August This Magic Quadrant graphic was published by Gartner, Inc. as part of a larger research note and should be evaluated in the context of the entire report.. The Gartner report is available upon request from Steven Armstrong (asteven@amazon.com). Gartner does not endorse any vendor, product or service depicted in its research publications, and does not advise technology users to select only those vendors with the highest ratings. Gartner research publications consist of the opinions of Gartner's research organization and should not be construed as statements of fact. Gartner disclaims all warranties, expressed or implied, with respect to this research, including any warranties of merchantability or fitness for a particular purpose.

4 AWS Pace of Innovation New Service Announcements & Updates

5 13 Regions Worldwide 35 Availability Zones (AZs) 59 Points of Presence (POPs)

6 Regions and availability zones Availability Zone A Availability Zone A Internet Availability Zone B Availability Zone C Availability Zone B Availability Zone C Region 1 Region 2

7 AWS Services to use when deploying Oracle

8 If you host your databases on-premises App optimization Scaling High availability Database backups DB s/w patches DB s/w installs OS patches OS installation you Server maintenance Rack & stack Power, HVAC, net

9 If you host your databases in Amazon EC2 App optimization Scaling High availability Database backups DB s/w patches OS installation Server maintenance Rack & stack Power, HVAC, net you DB s/w installs OS patches

10 If you host databases on Amazon RDS Scaling High availability Database backups DB s/w patches DB s/w installs OS patches OS installation Server maintenance Rack & stack App optimization Power, HVAC, net you

11 Amazon RDS Benefits Schema design Query construction Query optimization User management Information lifecycle Provisioning High availability Push-button scaling Backup & recovery Isolation & security Industry compliance Automated patching Advanced monitoring

12 Choosing the right solution for your needs Amazon RDS for Oracle We recommend you consider RDS first Focus on tasks that bring value to your business Focus on high level tuning tasks and schema optimization Lack of in-house expertise managing databases Oracle on Amazon EC2 You need full control over the DB instances Control over backups, replication and clustering Use features and options not available in Amazon RDS Size and performance needs exceed Amazon RDS offering

13 Fast provisioning Multiple ways to start and manage your Amazon RDS for Oracle resources Amazon RDS Management Console AWS Command Line Tools (CLI) AWS SDKs AWS CloudFormation templates

14 Fast provisioning: AWS Management Console Select Oracle Edition Tell us your use case Specify DB Details Configure Advanced Settings You re Done!

15 Fast provisioning: AWS Command Line Interface aws rds create-db-instance \ --db-instance-identifier ORA-DB-01 \ --allocated-storage 200 \ --db-instance-class db.m4.4xlarge \ --engine-version v3 \ --engine oracle-se2 \ --license-model license-included \ --master-username awsuser \ --master-user-password mypassword

16 Fast provisioning: AWS CloudFormation Templates { "AWSTemplateFormatVersion" : " ", "Resources" : { "DBInstance" : { "Type": "AWS::RDS::DBInstance", "Properties": { "DBInstanceIdentifier" : ORA-DB-01", "Engine" : oracle-se2", "LicenseModel" : "license-included", "EngineVersion : " v3", "DBInstanceClass" : "db.m4.4xlarge", "AllocatedStorage" : "200", "MasterUsername" : "awsuser", "MasterUserPassword" : "mypassword" } } } }

17 Scaling compute and storage on Amazon RDS RDS DB Instance Class RDS Storage Type Compute Capabilities vcpus Memory Capabilities GB of RAM Network Performance MB/s (Throughput) Storage Performance I/O Throughput Instance class families: General Purpose (M1,2,3,4) Memory Optimized (R3) Burstable Capacity (T2) Range of DB instance classes: From: 1 vcpu and 1 GB of RAM To: 40 vcpu and 244 GB RAM Storage types: Magnetic Provisioned General Purpose

18 Simple and fast compute scaling on Amazon RDS

19 Storage system I/O performance in AWS Amazon RDS Amazon EC2 Type Size Performance Size Performance Burst Capacity Pricing Model Magnetic Storage 10 GiB 3 TiB ~100 IOPS 1 GiB 1 TiB ~ 100 IOPS Yes, several hundred IOPS Allocated storage; I/O operations General Purpose (SSD) 10 GiB 6 TiB (min. 100 GiB advised) 3 IOPS/GiB 1 GiB 16 TiB 3 IOPS/GiB for volumes 1 TiB or less, up to 10,000 IOPS for larger volumes Yes, up to 3000 IOPS per volume, subject to credits (< 1 TiB in size) Allocated storage Provisioned IOPS (SSD) 100 GiB 6 TiB (min. 200 GiB for Standard edition) Ratio: 3 to 10 IOPS/GiB, up to max. 30,000 IOPS 4 GiB 16 TiB Up to 20,000 IOPS; ratio: 3 to 30 IOPS per GiB No, fixed allocation Allocated storage; Provisioned IOPS

20 High Availability via Amazon RDS Multi-AZ Do It Yourself Oracle Amazon RDS Multi-AZ Set up Oracle RAC clusters Alternatively, set up primary and standby instances using Active Data Guard Create and manage DNS entries Detect instance failure conditions Detect network failure conditions Detect storage failure conditions Decide when to fail-over. Re-establish primary secondary connections. Potentially ~100+ Manual steps Few clicks or One API call

21 Taking care of backups and maintenance Automated or manual backups Automated patch management

22 Restoring snapshots Point-in-time recovery (restore + redo) Restore to any snapshot Restore creates a new instance Restored instance available quickly, data loads in background

23 Cross-Region Disaster Recovery in AWS Choose cross-region snapshot copy for even greater durability, ease of migration Copy a database snapshot to a different AWS Region Restore in the case of a regional disaster Or use it to migrate a database to a different region

24 Cross-Region Disaster Recovery in AWS Replicate Data Across Regions to have a warm standby ready to fail over to. Logical replication supported by RDS includes: AWS Database Migration Service Oracle GoldenGate

25 Minimizing Costs and Using your Oracle Licenses

26 Optimize your Amazon RDS for Oracle spend Region Instance Class Storage type Multi-AZ Workload Pattern Bringing your own license?

27 Amazon RDS pricing models compared Workload Hours Used Per Day Workload Hours Used Per Day On-Demand Pay by the hour No term commitment Reserved Instances No-upfront Partial-upfront All-upfront RIs Reserved Instances (RIs) available for 1 and 3 year terms Save up to 60% over on-demand costs

28 Pay only for what you use Example: XLarge Oracle dev/test instance used 10 hours each workday = + Monthly Bill = 215 hrs * $0.35/hr GB * $0.115 = $87 / month 4 vcpus 16 GiB RAM db.m4.xlarge; Oracle EE-BYOL; Oregon; Single-AZ; On-Demand 100 GB General Purpose (SSD) Assumes DB instance accessed only from Amazon EC2 Further details at

29 Pay only for what you use Example: XLarge Oracle dev/test instance used 24x7 = + Monthly Bill = 720 hrs * $0.35/hr GB * $0.115 = $263 / month 4 vcpus 16 GiB RAM db.m4.xlarge; Oracle EE-BYOL; Oregon; Single-AZ; On-Demand 100 GB General Purpose (SSD) Assumes DB instance accessed only from Amazon EC2 Further details at

30 Pay only for what you use Example: XLarge Oracle Production instance used 24x7 = + Monthly Bill 4 vcpus 16 GiB RAM db.m4.xlarge; Oracle EE-BYOL; Oregon; Multi-AZ; On-Demand 100 GB General Purpose (SSD) = 720 hrs * $0.35/hr * GB * $0.115 * 2 = $527 / month Price includes a High Availability Multi-AZ configuration Assumes DB instance accessed only from Amazon EC2 Further details at

31 Optimize costs by reserving capacity Example: XLarge Oracle Production instance used 24x7 = + Monthly Bill 4 vcpus 16 GiB RAM db.m4.xlarge; Oracle EE-BYOL; Oregon; Multi-AZ; 1y No Upfront RI 100 GB General Purpose (SSD) = 720 hrs * $0.22/hr * GB * $0.115 * 2 = $340 / month Price includes a High Availability Multi-AZ configuration + 1Y No Upfront Cost Reservation

32 Oracle License Portability to AWS All Oracle Software licenses are fully portable to Amazon Web Services EC2 and RDS Enterprise License Agreement (ELA) Unlimited License Agreement (ULA)* Business Process Outsourcing (BPO) Oracle Partner Network (OPN) Processor & Socket Licensing: Standard Edition Standard Edition One & Standard Edition Two Licenses 0.25 core multiplier = 1 license for 4 virtual cores (8 vcpus) Enterprise Edition Licenses 0.5 core multiplier = 1 license for 2 virtual cores (4 vcpus) Standard named user plus licensing applies, including counting the minimums where applicable Learn more: Oracle Cloud Licensing Policy AWS Virtual Core Table

33 References

34 References

35 Questions? Contact: Kwesi Edwards

Building your Big Data Architecture on Amazon Web Services

Building your Big Data Architecture on Amazon Web Services Building your Big Data Architecture on Amazon Web Services Abhishek Sinha @abysinha sinhaar@amazon.com AWS Services Deployment & Administration Application Services Compute Storage Database Networking

More information

CLOUD COMPUTING FOR THE ENTERPRISE AND GLOBAL COMPANIES Steve Midgley Head of AWS EMEA

CLOUD COMPUTING FOR THE ENTERPRISE AND GLOBAL COMPANIES Steve Midgley Head of AWS EMEA CLOUD COMPUTING FOR THE ENTERPRISE AND GLOBAL COMPANIES Steve Midgley Head of AWS EMEA AWS Introduction Why are enterprises choosing AWS? What are enterprises using AWS for? How are enterprise getting

More information

IAN MASSINGHAM. Technical Evangelist Amazon Web Services

IAN MASSINGHAM. Technical Evangelist Amazon Web Services IAN MASSINGHAM Technical Evangelist Amazon Web Services From 2014: Cloud computing has become the new normal Deploying new applications to the cloud by default Migrating existing applications as quickly

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

Extending your Enterprise IT with Amazon Virtual Private Cloud. Oyvind Roti Principal Solutions Architect, AWS

Extending your Enterprise IT with Amazon Virtual Private Cloud. Oyvind Roti Principal Solutions Architect, AWS Extending your Enterprise IT with Amazon Virtual Private Cloud Oyvind Roti Principal Solutions Architect, AWS Three Things Some AWS Concepts Let s build a Virtual Private Cloud together Three New Services

More information

Amazon.com, Inc. and its affiliates. All rights reserved.

Amazon.com, Inc. and its affiliates. All rights reserved. Amazon.com, Inc. and its affiliates. All rights reserved. How Enterprises Use AWS Augment On-Premises resources with cloud capacity Migrate existing apps & data to the cloud Build new apps, sites, services

More information

Amazon Web Services. Lawrence Berkeley LabTech Conference 9/10/15. Jamie Baker Federal Scientific Account Manager AWS WWPS bakjames@amazon.

Amazon Web Services. Lawrence Berkeley LabTech Conference 9/10/15. Jamie Baker Federal Scientific Account Manager AWS WWPS bakjames@amazon. Web Services Lawrence Berkeley LabTech Conference 9/10/15 Jamie Baker Federal Scientific Account Manager AWS WWPS bakjames@amazon.com 2015, Web Services, Inc. or its Affiliates. All rights reserved. AWS

More information

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

2013 AWS Worldwide Public Sector Summit Washington, D.C. Washington, D.C. Welcome to the AWS Cloud Steve Halliwell General Manager, State, Local & Education What is Amazon Web Services? Deployment & Administration Application Services Compute Storage Database

More information

Amazon Web Services. For Government, Education, and Nonprofit Organizations. Jakob Huhn. jakohuhn@amazon.lu. Partner Manager Benelux, Public Sector

Amazon Web Services. For Government, Education, and Nonprofit Organizations. Jakob Huhn. jakohuhn@amazon.lu. Partner Manager Benelux, Public Sector Amazon Web Services For Government, Education, and Nonprofit Organizations Jakob Huhn Partner Manager Benelux, Public Sector jakohuhn@amazon.lu 2015, Amazon Web Services, Inc. or its Affiliates. All rights

More information

Amazon Web Services (AWS) A Secure and Scalable Platform for Global Enterprises. Tim Bixler Sr. Manager, Solutions Architecture

Amazon Web Services (AWS) A Secure and Scalable Platform for Global Enterprises. Tim Bixler Sr. Manager, Solutions Architecture Amazon Web Services (AWS) A Secure and Scalable Platform for Global Enterprises Tim Bixler Sr. Manager, Solutions Architecture What is Cloud Computing? The on-demand delivery of IT resources via the Internet

More information

Introduction to Amazon Web Services! Leo Zhadanovsky! @leozh leo@amazon.com! Senior Solutions Architect

Introduction to Amazon Web Services! Leo Zhadanovsky! @leozh leo@amazon.com! Senior Solutions Architect Introduction to Amazon Web Services! Leo Zhadanovsky! @leozh leo@amazon.com! Senior Solutions Architect AWS HISTORY About How didamazon Amazon Web Services! Deep experience in building and operating global

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

Cloud Database Demystified to Deliver SaaS Customer Value

Cloud Database Demystified to Deliver SaaS Customer Value Cloud Database Demystified to Deliver SaaS Customer Value 2 The business of Cloud Savvis ranks as a leader Magic Quadrant for Cloud Infrastructure-as-a-Service and Web Hosting The Magic Quadrant is copyrighted

More information

Innovative Geschäftsmodelle Ermöglicht durch die AWS Cloud

Innovative Geschäftsmodelle Ermöglicht durch die AWS Cloud Innovative Geschäftsmodelle Ermöglicht durch die AWS Cloud Rolf Kersten Business Development Manager Amazon Web Services Germany GmbH 2. Juli 2014 2014 Software AG. All rights reserved. Sechs Dinge, die

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

Oracle Database Public Cloud Services

Oracle Database Public Cloud Services Oracle Database Public Cloud Services A Strategy and Technology Overview Bob Zeolla Principal Sales Consultant Oracle Education & Research November 23, 2015 Safe Harbor Statement The following is intended

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

On- Prem MongoDB- as- a- Service Powered by the CumuLogic DBaaS Platform

On- Prem MongoDB- as- a- Service Powered by the CumuLogic DBaaS Platform On- Prem MongoDB- as- a- Service Powered by the CumuLogic DBaaS Platform Page 1 of 16 Table of Contents Table of Contents... 2 Introduction... 3 NoSQL Databases... 3 CumuLogic NoSQL Database Service...

More information

How to run your business applications on the cloud

How to run your business applications on the cloud How to run your business applications on the cloud 19 th December, 2013 Jointly presented by Sudip Kar Vice President - Delivery Anuj Joshi Partner Development Manager South India & Sri Lanka ASSPL www.smartshifttech.com

More information

Cloud Computing. Adam Barker

Cloud Computing. Adam Barker Cloud Computing Adam Barker 1 Overview Introduction to Cloud computing Enabling technologies Different types of cloud: IaaS, PaaS and SaaS Cloud terminology Interacting with a cloud: management consoles

More information

AVLOR SERVER CLOUD RECOVERY

AVLOR SERVER CLOUD RECOVERY AVLOR SERVER CLOUD RECOVERY WHITE PAPER 1 Table of Contents Abstract... 2 1. Introduction... 3 2. Server Cloud Recovery... 3 3. Amazon AWS Cloud... 4 a. What it is... 4 b. Why Use AWS?... 5 4. Difficulties

More information

How to Run Your Enterprise Applications on Cloud

How to Run Your Enterprise Applications on Cloud How to Run Your Enterprise Applications on Cloud 14 th February, 2014 Jointly presented by Sudip Kar Vice President - Delivery Anuj Joshi Partner Development Manager South India & Sri Lanka ASSPL www.smartshifttech.com

More information

How to Leverage Cloud to Quickly Build Scalable Applications

How to Leverage Cloud to Quickly Build Scalable Applications How to Leverage Cloud to Quickly Build Scalable Applications Chris Keyser Principal Solution Architect David Polley Senior Director Cloud Product Management Cloud Growth Recent IDC cloud research shows

More information

Enterprise Cloud Services

Enterprise Cloud Services Enterprise Cloud Services Changing World for CIO and IT Out with the Old We are a support organization The business just doesn t understand IT We can run what we have, or we can innovate, but we can t

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

Microsoft Hybrid Cloud: Best of Both Worlds. March 26, 2015

Microsoft Hybrid Cloud: Best of Both Worlds. March 26, 2015 Microsoft Hybrid Cloud: Best of Both Worlds March 26, 2015 1 Meet our speakers Penny Collen Financial Solutions Architect Cloud Cruiser Damir Bersinic Senior Solutions Architect Microsoft Adam Starling

More information

Best Practices for Siebel on AWS

Best Practices for Siebel on AWS Best Practices for Siebel on AWS Contributors The following individuals and organizations contributed to this document Ashok Sundaram, Solutions Architect, Amazon Web Services Milind Waikul, CEO, Enterprise

More information

Best Practices for Using MySQL in the Cloud

Best Practices for Using MySQL in the Cloud Best Practices for Using MySQL in the Cloud Luis Soares, Sr. Software Engineer, MySQL Replication, Oracle Lars Thalmann, Director Replication, Backup, Utilities and Connectors THE FOLLOWING IS INTENDED

More information

IT AWS 11 1. US EAST (Virginia) 2. US WEST (N. California) 3. US WEST 2 (Oregon) 4. EU WEST (Ireland) 5. JAPAN (Tokyo) 6. South America (Sao Paulo) 7. ASP 1 (Singapore) 8. ASP 2 (Sydney) 9.

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

Determining the IOPS Needs for Oracle Database on AWS

Determining the IOPS Needs for Oracle Database on AWS Determining the IOPS Needs for Oracle Database on AWS Abdul Sathar Sait Jinyoung Jung Amazon Web Services December 2014 Last update: April 2016 Contents Abstract 2 Introduction 2 Storage Options for Oracle

More information

Guide to Database as a Service (DBaaS) Part 2 Delivering Database as a Service to Your Organization

Guide to Database as a Service (DBaaS) Part 2 Delivering Database as a Service to Your Organization Guide to Database as a Service (DBaaS) Part 2 Delivering Database as a Service to Your Organization Introduction There are often situations in which you need to spin up a new database. But in a traditional

More information

Microsoft Windows Server Failover Clustering (WSFC) and SQL Server AlwaysOn Availability Groups on the AWS Cloud: Quick Start Reference Deployment

Microsoft Windows Server Failover Clustering (WSFC) and SQL Server AlwaysOn Availability Groups on the AWS Cloud: Quick Start Reference Deployment Microsoft Windows Server Failover Clustering (WSFC) and SQL Server AlwaysOn Availability Groups on the AWS Cloud: Quick Start Reference Deployment Mike Pfeiffer July 2014 Last updated: September 2015 (revisions)

More information

Deep Dive: Maximizing EC2 & EBS Performance

Deep Dive: Maximizing EC2 & EBS Performance Deep Dive: Maximizing EC2 & EBS Performance Tom Maddox, Solutions Architect 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved What we ll cover Amazon EBS overview Volumes Snapshots

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

Adatbázis tesztkörnyezetek kialakítása. Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Adatbázis tesztkörnyezetek kialakítása. Copyright 2013, Oracle and/or its affiliates. All rights reserved. Adatbázis tesztkörnyezetek kialakítása 1 Workload Scale Up for Capacity Planning SALES HR ERP CRM Enables capacity planning by scaling up workload replay Time-shifting: Align workload peaks for maximum

More information

OpenStack. Orgad Kimchi. Principal Software Engineer. Oracle ISV Engineering. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

OpenStack. Orgad Kimchi. Principal Software Engineer. Oracle ISV Engineering. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. OpenStack Orgad Kimchi Principal Software Engineer Oracle ISV Engineering 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended to outline

More information

Rethink Disaster Recovery with Microsoft

Rethink Disaster Recovery with Microsoft Rethink Disaster Recovery with Microsoft clive.watson@microsoft.com Cloud & Datacenter Specialist Install from here or type Microsoft virtual datacenter into the Store application Agenda Microsoft Solutions

More information

Published December 2015

Published December 2015 Published December 2015 Datacenter evolution to support business needs Seventy percent of CIOs will embrace a cloud-first strategy by 2016. + INFRASTRUCTURE + IDC, CIO webinar, 2014 Product evolves to

More information

Virtualization - Adoption

Virtualization - Adoption Virtualization - Adoption Virtualization - Hypervisors Multiple Hypervisors within data center Virtualization Challenges 1. Application performance 2. Security 3. VM sprawl 4. Licensing costs 5. Stuck

More information

Cloud for PSU and Govt K. B. Rajendran, Head IDC & Cloud Business, Dimension Data India Ltd.

Cloud for PSU and Govt K. B. Rajendran, Head IDC & Cloud Business, Dimension Data India Ltd. Cloud for PSU and Govt K. B. Rajendran, Head IDC & Cloud Business, Dimension Data India Ltd. 19 Mar 2014 Some facts about BSNL Robust design Multiple paths in the core 60 K + Links 100 + Edge locations

More information

Introduction to Database as a Service

Introduction to Database as a Service Introduction to Database as a Service Exadata Platform Revised 8/1/13 Database as a Service (DBaaS) Starts With The Business Needs Establish an IT delivery model that reduces costs, meets demand, and fulfills

More information

Intro to AWS: Storage Services

Intro to AWS: Storage Services Intro to AWS: Storage Services Matt McClean, AWS Solutions Architect 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved AWS storage options Scalable object storage Inexpensive archive

More information

Oracle Hyperion Financial Management Virtualization Whitepaper

Oracle Hyperion Financial Management Virtualization Whitepaper Oracle Hyperion Financial Management Virtualization Whitepaper Oracle Hyperion Financial Management Virtualization Whitepaper TABLE OF CONTENTS Overview... 3 Benefits... 4 HFM Virtualization testing...

More information

I/O PERFORMANCE COMPARISON OF VMWARE VCLOUD HYBRID SERVICE AND AMAZON WEB SERVICES

I/O PERFORMANCE COMPARISON OF VMWARE VCLOUD HYBRID SERVICE AND AMAZON WEB SERVICES I/O PERFORMANCE COMPARISON OF VMWARE VCLOUD HYBRID SERVICE AND AMAZON WEB SERVICES Businesses are rapidly transitioning to the public cloud to take advantage of on-demand resources and potential cost savings.

More information

Fujitsu Private Cloud Customer Service Description

Fujitsu Private Cloud Customer Service Description Fujitsu Private Cloud Customer Service Description Fujitsu Private Cloud forms part of Fujitsu Hybrid IT portfolio to address the full range of Customers requirements and business needs by providing agility

More information

Backup and Recovery of SAP Systems on Windows / SQL Server

Backup and Recovery of SAP Systems on Windows / SQL Server Backup and Recovery of SAP Systems on Windows / SQL Server Author: Version: Amazon Web Services sap- on- aws@amazon.com 1.1 May 2012 2 Contents About this Guide... 4 What is not included in this guide...

More information

Deliver Desktops as a Service! With VDI 2.0!

Deliver Desktops as a Service! With VDI 2.0! Deliver Desktops as a Service! With VDI 2.0! Me! About the Author! Two smart people I work with! Gartner does not endorse any vendor, product or service depicted in our research publications, and does

More information

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION KEY FEATURES AND BENEFITS STANDARD EDITION Java EE 7 full platform support Java SE 8 certification, support Choice of IDEs, development tools and frameworks Oracle Cloud compatibility Industry-leading

More information

Successful Data Management Strategies for the Modern Data Center & Beyond

Successful Data Management Strategies for the Modern Data Center & Beyond Successful Data Management Strategies for the Modern Data Center & Beyond May 3 rd 2016 2016 COMMVAULT SYSTEMS, INC. ALL RIGHTS RESERVED. Business Dynamics and Challenges Budget Constraints Lines of Business

More information

Amazon Relational Database Service (RDS)

Amazon Relational Database Service (RDS) Amazon Relational Database Service (RDS) 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

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

Cloudera Enterprise Reference Architecture for Google Cloud Platform Deployments

Cloudera Enterprise Reference Architecture for Google Cloud Platform Deployments Cloudera Enterprise Reference Architecture for Google Cloud Platform Deployments Important Notice 2010-2015 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, Impala, and

More information

Deploying Splunk on Amazon Web Services

Deploying Splunk on Amazon Web Services Copyright 2014 Splunk Inc. Deploying Splunk on Amazon Web Services Simeon Yep Senior Manager, Business Development Technical Services Roy Arsan Senior SoHware Engineer Disclaimer During the course of this

More information

Oracle Database Backup Service. Secure Backup in the Oracle Cloud

Oracle Database Backup Service. Secure Backup in the Oracle Cloud Oracle Database Backup Service Secure Backup in the Oracle Cloud Today s organizations are increasingly adopting cloud-based IT solutions and migrating on-premises workloads to public clouds. The motivation

More information

ZADARA STORAGE. Managed, hybrid storage EXECUTIVE SUMMARY. Research Brief

ZADARA STORAGE. Managed, hybrid storage EXECUTIVE SUMMARY. Research Brief ZADARA STORAGE Managed, hybrid storage Research Brief EXECUTIVE SUMMARY In 2013, Neuralytix first documented Zadara s rise to prominence in the then, fledgling integrated on-premise and in-cloud storage

More information

The Cloud is Not Enough Why Hybrid Infrastructure is Shaping the Future of Cloud Computing

The Cloud is Not Enough Why Hybrid Infrastructure is Shaping the Future of Cloud Computing Your Platform of Choice The Cloud is Not Enough Why Hybrid Infrastructure is Shaping the Future of Cloud Computing Mark Cravotta EVP Sales and Service SingleHop LLC Talk About Confusing? Where do I start?

More information

Oracle Database Cloud Exadata Service. Transforming The Cloud for Mission-critical Business Operations

Oracle Database Cloud Exadata Service. Transforming The Cloud for Mission-critical Business Operations Oracle Database Cloud Exadata Service Transforming The Cloud for Mission-critical Business Operations When it comes to business-critical applications, the promise of the cloud still eludes many enterprises.

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 Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence

Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence Introduction to Oracle Business Intelligence Standard Edition One Mike Donohue Senior Manager, Product Management Oracle Business Intelligence The following is intended to outline our general product direction.

More information

The Performance Exchange Thursday November 26th 2015 The CN Tower

The Performance Exchange Thursday November 26th 2015 The CN Tower The Performance Exchange Thursday November 26th 2015 The CN Tower Re-Thinking Cloud Computing Is my Organization Ready? Patrick Hickey, VP of Professional Services Performance Analytics What is the Cloud?

More information

Reed Smith October 17, 2012

Reed Smith October 17, 2012 What Your Cloud Provider Won t Tell You Critical questions to ask when selecting a cloud provider Reed Smith October 17, 2012 Agenda 1. Introduction 2. Points to Remember 3. Use Cases 4. Savvis Cloud Savvis

More information

DATABASE PERFORMANCE COMPARISON OF VMWARE VCLOUD AIR, AMAZON WEB SERVICES, AND MICROSOFT AZURE

DATABASE PERFORMANCE COMPARISON OF VMWARE VCLOUD AIR, AMAZON WEB SERVICES, AND MICROSOFT AZURE DATABASE PERFORMANCE COMPARISON OF VMWARE VCLOUD AIR, AMAZON WEB SERVICES, AND MICROSOFT AZURE Businesses are rapidly transitioning to the public cloud to take advantage of on-demand resources and potential

More information

Cloudera Enterprise Reference Architecture for Google Cloud Platform Deployments

Cloudera Enterprise Reference Architecture for Google Cloud Platform Deployments Cloudera Enterprise Reference Architecture for Google Cloud Platform Deployments Important Notice 2010-2016 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, Impala, and

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

C a r l G o e t h a l s T e r r e m a r k E u r o p e. C a r l. g o e t h a l s @ t e r r e m a r k. c o m

C a r l G o e t h a l s T e r r e m a r k E u r o p e. C a r l. g o e t h a l s @ t e r r e m a r k. c o m Cloud Computing for Government & Enterprise C a r l G o e t h a l s T e r r e m a r k E u r o p e C a r l. g o e t h a l s @ t e r r e m a r k. c o m Agenda Some history on Terremark State of Cloud Public

More information

SQL Server on Azure An e2e Overview. Nosheen Syed Principal Group Program Manager Microsoft

SQL Server on Azure An e2e Overview. Nosheen Syed Principal Group Program Manager Microsoft SQL Server on Azure An e2e Overview Nosheen Syed Principal Group Program Manager Microsoft Dedicated Higher cost Shared Lower cost SQL Server Cloud Continuum Hybrid SQL Server in Azure VM Virtualized Machines

More information

INTRODUCTION ADVANTAGES OF RUNNING ORACLE 11G ON WINDOWS. Edward Whalen, Performance Tuning Corporation

INTRODUCTION ADVANTAGES OF RUNNING ORACLE 11G ON WINDOWS. Edward Whalen, Performance Tuning Corporation ADVANTAGES OF RUNNING ORACLE11G ON MICROSOFT WINDOWS SERVER X64 Edward Whalen, Performance Tuning Corporation INTRODUCTION Microsoft Windows has long been an ideal platform for the Oracle database server.

More information

How To Get A Cloud Based System To Work For You

How To Get A Cloud Based System To Work For You Predstavenie Oracle Cloud Platform Gabriela Hečková Technology Sales Consultant 1 Digital Business: Challenging Old Business Models Trends Driving Digital Disruption Mobile Social Big Data Internet of

More information

Amazon Relational Database Service. User Guide API Version 2013-09-09

Amazon Relational Database Service. User Guide API Version 2013-09-09 Amazon Relational Database Service User Guide Amazon Relational Database Service: User Guide Copyright 2014 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks

More information

One Hybrid Cloud Software Quick Look

One Hybrid Cloud Software Quick Look One Hybrid Cloud Software Quick Look Automated Cloud Migration and DR for Multi-tier, Physical and Virtual Production Apps CloudVelox, Inc. 3945 Freedom Circle Suite 240, Santa Clara, CA 95054 OHC = Automated

More information

Adatbázis hibrid felhő - egyszerűbb, mint gondolná

Adatbázis hibrid felhő - egyszerűbb, mint gondolná Adatbázis hibrid felhő - egyszerűbb, mint gondolná Sárecz Lajos 2015. október 7. Copyright 2015 Oracle and/or its affiliates. All rights reserved. 1 Safe Harbor Statement The following is intended to outline

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

Dimension Data Enabling the Journey to the Cloud

Dimension Data Enabling the Journey to the Cloud Dimension Data Enabling the Journey to the Cloud Grant Morgan General Manager: Cloud 14 August 2013 Client adoption: What our clients were telling us The move to cloud services is a journey over time and

More information

Oracle Cloud Update November 2, 2015. Eric Frank Oracle Sales Consultant. Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Cloud Update November 2, 2015. Eric Frank Oracle Sales Consultant. Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle Cloud Update November 2, 2015 Eric Frank Oracle Sales Consultant Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

More information

Einsatzfelder von IBM PureData Systems und Ihre Vorteile.

Einsatzfelder von IBM PureData Systems und Ihre Vorteile. Einsatzfelder von IBM PureData Systems und Ihre Vorteile demirkaya@de.ibm.com Agenda Information technology challenges PureSystems and PureData introduction PureData for Transactions PureData for Analytics

More information

High Availability Infrastructure for Cloud Computing

High Availability Infrastructure for Cloud Computing High Availability Infrastructure for Cloud Computing Oracle Technology Network Architect Day Reston, VA, May 16, 2012 Kai Yu Oracle Solutions Engineering Lab Enterprise Solutions Engineering, Dell Inc.

More information

Introduction. Automated Discovery of IT assets

Introduction. Automated Discovery of IT assets ORACLE DATABASE LIFECYCLE MANAGEMENT PACK ORACLE DATABASE LIFECYCLE MANAGEMENT PACK KEY FEATURES Auto Discovery of hosts and databases Inventory tracking and reporting Database provisioning Schema and

More information

Cloud computing - Architecting in the cloud

Cloud computing - Architecting in the cloud Cloud computing - Architecting in the cloud anna.ruokonen@tut.fi 1 Outline Cloud computing What is? Levels of cloud computing: IaaS, PaaS, SaaS Moving to the cloud? Architecting in the cloud Best practices

More information

AirWatch Solution Overview

AirWatch Solution Overview AirWatch Solution Overview Marenza Altieri-Douglas - AirWatch Massimiliano Moschini Brand Specialist Itway 2014 VMware Inc. All rights reserved. Cloud Computing 2 BYOD 3 Device aziendali? 4 From Client/Server

More information

How To Use An Amazon Rds For A Database On A Linux Server On A Microsoft Powerbook

How To Use An Amazon Rds For A Database On A Linux Server On A Microsoft Powerbook RDBMS in the Cloud: Deploying SQL Server on AWS Darryl Osborne Vlad Vlasceanu June 2015 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational

More information

Enterprise Cloud Services from Dimension Data. KB Rajendran Head IDC & Cloud Services

Enterprise Cloud Services from Dimension Data. KB Rajendran Head IDC & Cloud Services Enterprise Cloud Services from Dimension Data KB Rajendran Head IDC & Cloud Services The changing role of IT What changes with this shift in focus? This matters less Skills required Investment approach

More information

Tautvydas Dagys (tdagys@microsoft.com) Developer & Platform Evangelist Microsoft Lithuania

Tautvydas Dagys (tdagys@microsoft.com) Developer & Platform Evangelist Microsoft Lithuania Tautvydas Dagys (tdagys@microsoft.com) Developer & Platform Evangelist Microsoft Lithuania What s in a Cloud? Industry transformation & trends Cloud computing & Cloud Scenarios Overcoming Cloud Blockers

More information

INTRODUCTION TO CLOUD MANAGEMENT

INTRODUCTION TO CLOUD MANAGEMENT CONFIGURING AND MANAGING A PRIVATE CLOUD WITH ORACLE ENTERPRISE MANAGER 12C Kai Yu, Dell Inc. INTRODUCTION TO CLOUD MANAGEMENT Oracle cloud supports several types of resource service models: Infrastructure

More information

Alfresco Enterprise on Azure: Reference Architecture. September 2014

Alfresco Enterprise on Azure: Reference Architecture. September 2014 Alfresco Enterprise on Azure: Reference Architecture Page 1 of 14 Abstract Microsoft Azure provides a set of services for deploying critical enterprise workloads on its highly reliable cloud platform.

More information

DISTRIBUTED DATA COLLECTION FOR REINSURANCE (RI) AND RISK ADJUSTMENT (RA): PROVISIONING. August 27, 2015 HTTPS://WWW.REGTAP.INFO/

DISTRIBUTED DATA COLLECTION FOR REINSURANCE (RI) AND RISK ADJUSTMENT (RA): PROVISIONING. August 27, 2015 HTTPS://WWW.REGTAP.INFO/ DISTRIBUTED DATA COLLECTION FOR REINSURANCE (RI) AND RISK ADJUSTMENT (RA): PROVISIONING August 27, 2015 Session Guidelines This is a 90-minute webinar session. For questions regarding the Distributed Data

More information

Nasuni Filer Virtualization Getting Started Guide. Version 7.5 June 2016 Last modified: June 9, 2016 2016 Nasuni Corporation All Rights Reserved

Nasuni Filer Virtualization Getting Started Guide. Version 7.5 June 2016 Last modified: June 9, 2016 2016 Nasuni Corporation All Rights Reserved Nasuni Filer Virtualization Getting Started Guide Version 7.5 June 2016 Last modified: June 9, 2016 2016 Nasuni Corporation All Rights Reserved Document Information Nasuni Filer Virtualization Getting

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

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

Data Center Op+miza+on

Data Center Op+miza+on Data Center Op+miza+on Sept 2014 Jitender Sunke VP Applications, ITC Holdings Ajay Arora Sr. Director, Centroid Systems Justin Youngs Principal Architect, Oracle 1 Agenda! Introductions! Oracle VCA An

More information

Oracle Public Cloud. Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG

Oracle Public Cloud. Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG Oracle Public Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG The Promise Of Computing For Developers, IT Operations And Line of Business Developers Agility & Quality Latest Technology

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

ArcGIS for Server: In the Cloud

ArcGIS for Server: In the Cloud DevSummit DC February 11, 2015 Washington, DC ArcGIS for Server: In the Cloud Bonnie Stayer, Esri Session Outline Cloud Overview - Benefits - Types of clouds ArcGIS in AWS - Cloud Builder - Maintenance

More information

Building an AWS-Compatible Hybrid Cloud with OpenStack

Building an AWS-Compatible Hybrid Cloud with OpenStack Building an AWS-Compatible Hybrid Cloud with OpenStack AWS is Transforming IT Amazon Web Services (AWS) commands a significant lead in the public cloud services market, with revenue estimated to grow from

More information

TA 15-21: Oracle Database Subscription Licenses

TA 15-21: Oracle Database Subscription Licenses TA 15-21: Oracle Database Subscription Licenses ATTENTION: Current and Future CalCloud Customers ACTION REQUESTED: Information Only DUE DATE: None Overview: The California Department of Technology (CDT)

More information

Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els

Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els Copyright 2011-2013 Dbvisit Software Limited. All Rights Reserved Nov 2013 Executive Summary... 3 Target Audience... 3 Introduction...

More information

Oracle Database Cloud Service Rick Greenwald, Director, Product Management, Database Cloud

Oracle Database Cloud Service Rick Greenwald, Director, Product Management, Database Cloud Oracle Database Cloud Service Rick Greenwald, Director, Product Management, Database Cloud Agenda Oracle Cloud Database Service Overview Cloud taxonomy What is the Database Cloud Service? Architecture

More information

Shadi Khalifa Database Systems Laboratory (DSL) khalifa@cs.queensu.ca

Shadi Khalifa Database Systems Laboratory (DSL) khalifa@cs.queensu.ca Shadi Khalifa Database Systems Laboratory (DSL) khalifa@cs.queensu.ca What is Amazon!! American international multibillion dollar electronic commerce company with headquarters in Seattle, Washington, USA.

More information