SlideShare a Scribd company logo
Choosing the Operating System for
Oracle Workloads on Amazon EC2
Abdul Sathar Sait
December 2014
Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014
Page 2 of 9
Contents
Abstract 2
Introduction 2
Oracle AMIs 3
Operating Systems and Oracle Licensing 4
Oracle-Certified Operating Systems 5
Red Hat Enterprise Linux 5
SUSE Linux Enterprise Server 6
Oracle Linux 7
Microsoft Windows Server 7
Conclusion 8
Further Reading 8
Abstract
Amazon Web Services (AWS) provides a comprehensive set of services and tools for
deploying enterprise applications in a highly secure, reliable, available, and cost-
effective manner. The AWS cloud is an excellent platform to run business-critical Oracle
workloads in a very efficient way. In this whitepaper, we discuss the operating system
choices that are best suited for running Oracle workloads on AWS. The target audience
for this whitepaper includes enterprise architects, database administrators, IT managers,
and developers who want to migrate Oracle workloads to AWS.
Introduction
Oracle software works very well on Amazon Web Services (AWS), and many enterprises
run their critical Oracle workloads on AWS for both production systems and non-
production systems. These applications can tremendously benefit from the many
features of the AWS cloud like scriptable infrastructure, instant provisioning and de-
provisioning, scalability, elasticity, and usage-based billing. Whether you are migrating
your existing Oracle environments to AWS or implementing new Oracle applications on
AWS, choosing the operating system on which these will run is a crucial decision. We
highly recommend that you choose an Oracle-certified operating system to run Oracle
Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014
Page 3 of 9
software on AWS, whether you are running Oracle Database, Oracle enterprise
applications, or Oracle middleware. You can use the following Oracle-certified operating
systems on AWS:
 Red Hat Enterprise Linux (RHEL)
 SUSE Linux Enterprise Server
 Oracle Linux
 Microsoft Windows Server
You can use any one of the four operating systems for all your Oracle workloads, or you
can use a mix of them as needed. For example, to implement Oracle Siebel, you can run
Oracle Database on RHEL while running web servers and application servers on
Microsoft Windows Server.
All four of these operating systems are well suited for enterprise workloads, but each of
them has features and capabilities that the others do not have. Knowing the differences
will help you make the right decision about what is best for your environments.
If you migrate an existing Oracle environment on Intel platform to AWS, and if that
environment currently uses one of the four operating systems in the preceding list, then
it might be best to choose the same operating system on AWS, to keep any compatibility
risks to a minimum. However, it might be worthwhile to evaluate other options. If you
migrate from a non-Intel platform or implement a completely new environment on AWS,
then you should carefully evaluate the operating systems before you choose the one that
is best for your environment.
Oracle AMIs
An Amazon Machine Image (AMI) provides the information required to launch an
instance, which is a virtual server in the cloud. You specify an AMI when you launch an
instance, and you can launch as many instances from the AMI as you need.
An AMI includes the following:
 A template for the root volume for the instance
 Launch permissions that control which AWS accounts can use the AMI to launch
instances
 A block device mapping that specifies the volumes to attach to the instance when it's
launched
Oracle periodically provides official AMIs for some Oracle products including Oracle
Database on AWS, but there are no official AMIs available for most Oracle products. In
Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014
Page 4 of 9
addition, the AMIs that are available might not always be the latest version. Even when
there are latest versions of the AMIs available, they will be based on the Oracle Linux
operating system, so depending on your operating system of choice, this might not be
the best option.
You do not need an Oracle-provided AMI to install and use Oracle products on AWS.
You can start an Amazon Elastic Compute Cloud (Amazon EC2) instance with an
operating system AMI, and then download and install Oracle software from the Oracle
website, just as you would do in the case of a physical server. You can use any one of
the four operating systems discussed in the preceding section for this purpose.
Once you have the first environment set up with all the necessary Oracle software, you
can create your own custom AMI for subsequent installations. You can also directly
launch AMIs from AWS Marketplace. You should closely scrutinize any community AMIs
provided by third parties for security and reliability before using them. AWS is not
responsible or liable for their security or reliability.
AMIs use one of two types of virtualization: paravirtual (PV) or hardware virtual machine
(HVM). All current generation instance types support HVM AMIs. Some previous
generation instance types, such as T1, C1, M1, and M2, do not support Linux HVM
AMIs. Some current generation instance types, such as T2, I2, R3, G2, CR1, and CC2,
do not support PV AMIs. The main difference between PV and HVM AMIs is the way in
which they boot and whether they can take advantage of special hardware extensions
(CPU, network, and storage) for better performance.
Note: For the best performance, we recommend that you use current generation
instance types and HVM AMIs when you launch new instances. For more information on
current generation instance types, see Amazon EC2 Instances.
Operating Systems and Oracle Licensing
On AWS, the operating system you use does not affect Oracle licensing. The number of
Oracle licenses you need to run your Oracle workloads on AWS will be the same no
matter which operating system you choose.
As currently advised by Oracle, the key factors that affect licensing are the computing
platform and CPU core count. If you are migrating to AWS from an Intel platform, the
core factors for licensing will be similar except for a limitation on the maximum number of
cores that can be used for standard editions, as per the Oracle Cloud licensing
document. If you are migrating to AWS from Sun SPARC, the IBM P Series, HP PA-
RISC, or Superdome platforms, the core factors used for licensing might be substantially
different.
Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014
Page 5 of 9
For example, if you migrate to AWS, an Oracle Database Enterprise Edition environment
that is running on an IBM Power7 server with 16 cores, you will be able to use an
Amazon EC2 instance on AWS with 32 virtual cores. This is because Oracle uses a core
multiplication factor of 1.0 to calculate licenses needed for IBM Power, while a core
multiplication factor of 0.5 is used for AWS. This is provided only as an example; you
should consult your own Oracle license agreement for specific information. To learn
more about licensing requirements for different platforms, see the Oracle Processor
Core Factor Table. You can also consult the Oracle Cloud licensing document to
understand how Oracle licensing applies to AWS. To find out the virtual core count of
each Amazon EC2 instance type, see the Amazon EC2 virtual core web page.
Oracle-Certified Operating Systems
This section provides information about the four operating systems that are certified by
Oracle and recommended for use with AWS.
Note: It is possible to run Oracle products on non-certified operating systems, but for the
best performance and supportability, we recommend that you use an Oracle-certified
operating system for use on AWS.
Red Hat Enterprise Linux
A large number of enterprises of all sizes use Red Hat Enterprise Linux (RHEL) to
deploy Oracle workloads. RHEL is a great choice for any Oracle workloads on AWS.
AWS and Red Hat have teamed to offer RHEL on Amazon EC2, providing a complete,
enterprise-class computing environment with the simplicity and scalability of AWS. Red
Hat maintains the base RHEL images for Amazon EC2. As an AWS customer, you will
receive updates at the same time that updates are made available from Red Hat, so
your computing environment remains reliable and your RHEL-certified applications
maintain their supportability.
RHEL is available for all Amazon EC2 instance types on AWS, including HVM instances.
On HVM instances, RHEL supports HugePages, which can especially enhance the
performance of Oracle Database. HugePages is a Linux feature that makes it possible
for the operating system to support very large memory pages. HugePages sizes can
vary from 2 MB to 256 MB. On AWS, you can use HugePages only on HVM instances.
For more information about HVM instances on AWS, see Virtualization Types.
Important: A special feature in RHEL named Transparent HugePages (THP) is not
compatible with Oracle Database and should be disabled for best performance.
For licensing, you have two options:
Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014
Page 6 of 9
 Transfer your existing RHEL licenses to AWS if you have a Red Hat Enterprise Linux
Premium subscription. For instructions for transferring your licenses, go to Red Hat
Cloud Access.
 Use the managed service model. This model means that AWS has taken on all the
burdens of acquiring RHEL licenses to use in the Amazon EC2 service. You pay only
for the Amazon EC2 instance, and AWS handles all RHEL licensing issues, so the
managed service model is a very cost-effective way to scale up and scale out
instances as needed to support enterprise workload spikes. This also helps you
avoid costly license purchases up front. For this model, the cost of the RHEL license
varies based on the Amazon EC2 instance type. For more information about Amazon
EC2 instance costs with an RHEL license included, see Amazon EC2 Pricing.
On average, RHEL is the second lowest-cost operating system from among the four
Oracle-certified operating systems discussed here. You can launch an RHEL-based
Amazon EC2 instance directly from the AWS console or from the AWS Marketplace. For
additional information about RHEL on AWS, see Red Hat and Amazon Web Services.
SUSE Linux Enterprise Server
SUSE Linux Enterprise Server (SLES) has been an operating system of choice for
Oracle workloads for many large Oracle deployments. SLES is a great choice to run
Oracle workloads on AWS as well. SUSE maintains the base SLES images for Amazon
EC2, and as an AWS customer you will receive updates at the same time that updates
are made available from SUSE.
SLES also is available for all Amazon EC2 instance types on AWS, including HVM
instances. On HVM instances, SLES supports HugePages, which can especially
enhance the performance of Oracle Database.
You can launch an SLES-based Amazon EC2 instance directly from the AWS console or
from the AWS Marketplace. For additional information about SLES on AWS, see SUSE
and Amazon Web Services.
SLES on AWS is available only with the managed service model. This model means that
AWS has taken on all the burdens of acquiring SLES licenses to use in the Amazon EC2
service. You pay only for the Amazon EC2 instance, and AWS handles all SLES
licensing issues, so the managed service model is a very cost-effective way to scale up
and scale out instances as needed to support enterprise workload spikes. This also
helps you avoid costly license purchases up front.
For pricing options, see Amazon EC2 Pricing. In general, SLES costs slightly more than
RHEL for most Amazon EC2 instance types.
Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014
Page 7 of 9
Oracle Linux
As the operating system Oracle uses to build and test their products, Oracle Linux is an
excellent choice for running Oracle workloads on AWS. Oracle maintains the Oracle
Linux AMIs available on AWS. For a list of all available versions of Oracle Linux, see
Amazon Web Services and Oracle.
Unlike the other three operating systems discussed here, Oracle Linux has no cost for
licensing, making it the lowest cost option. You can purchase support directly from
Oracle, but support is not necessary to get updates and patches. Oracle provides public
yum repositories to download updates and patches, even for customers who have not
subscribed to support. For customers who have subscribed to support, Oracle Linux
allows zero-downtime updates, which can be very useful for mission-critical applications.
Oracle Linux has a special feature named Database Smart Flash Cache that is not
available in any of the other operating systems discussed here. Database Smart Flash
Cache allows the database buffer cache to expand beyond the SGA in main memory to
a second-level cache on flash memory. Making use of Database Smart Flash Cache for
Oracle Database can substantially increase the database performance. This is a very
good feature to use with Amazon EC2 instances that have a large amount of SSD
instance storage.
At the time of writing this whitepaper, Oracle Linux AMIs are available only for PV
instances. Because most of the newer, larger Amazon EC2 instances are HVM
instances, this puts Oracle Linux at a disadvantage. However, Oracle Linux is still a
good choice for PV instances. Once Oracle makes HVM AMIs available on AWS for
Oracle Linux, Oracle Linux will be a good choice for any kind of workload.
Microsoft Windows Server
Microsoft Windows Server versions 2003 R2, 2008, 2008 R2, 2012, and 2012 R2 are
available on Amazon EC2 as Oracle-certified operating systems to run Oracle
workloads. Microsoft Windows Server is an excellent choice for many Oracle workloads,
especially for running enterprise applications like PeopleSoft, Siebel, and JD Edwards.
Microsoft Windows is available on all types of Amazon EC2 instances including HVM,
making it a good choice for Amazon EC2 instance types with large memory
configurations.
To access and launch all Microsoft Windows AMIs, see Windows AMIs. Microsoft
Windows on Amazon EC2 is available with the managed service model, where AWS
takes on all the burdens of acquiring Microsoft Windows licenses to use in the Amazon
EC2 service. The Microsoft Windows license tends to be more expensive than the other
three, Oracle-certified operating systems for the same instance type.
Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014
Page 8 of 9
Conclusion
We recommend that you choose one of the four operating systems discussed in this
whitepaper for any of your Oracle environments on AWS so that your Oracle workloads
will be on an Oracle-certified operating system. You can use any one of the four
operating systems for all your Oracle workloads, or you can use a mix of them as
needed. Your choice typically will depend on familiarity, type of workload, instance
choice, and cost preference.
Further Reading
For additional information about running Oracle workloads on AWS, consult the following
resources:
Oracle Database on AWS:
 Advanced Architectures for Oracle Database on Amazon EC2
http://d0.awsstatic.com/enterprise-
marketing/Oracle/AWSAdvancedArchitecturesforOracleDBonEC2.pdf
 Strategies for Migrating Oracle Database to AWS
http://d0.awsstatic.com/whitepapers/strategies-for-migrating-oracle-database-to-
aws.pdf
 Determining the IOPS Needs for Oracle Database on AWS
http://d0.awsstatic.com/whitepapers/determining-iops-needs-for-oracle-database-on-
aws.pdf
 Best Practices for Running Oracle Database on AWS
http://d0.awsstatic.com/whitepapers/best-practices-for-running-oracle-database-on-
aws.pdf
 AWS Case Study: Amazon.com Oracle DB Backup to Amazon S3
http://aws.amazon.com/solutions/case-studies/amazon-oracle/
Oracle on AWS
 http://aws.amazon.com/oracle/
 http://aws.amazon.com/rds/oracle/
Oracle on AWS FAQ
 http://www.oracle.com/technetwork/topics/cloud/faq-098970.html
Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014
Page 9 of 9
Oracle on AWS Test Drives
 http://aws.amazon.com/solutions/global-solution-providers/oracle/labs/
Oracle licensing on AWS
 http://www.oracle.com/us/corporate/pricing/cloud-licensing-070579.pdf
Getting started with Oracle RMAN backups and Amazon S3:
 http://aws.amazon.com/backup-recovery/getting-started/
AWS service details
 http://aws.amazon.com/products/
 http://aws.amazon.com/documentation/
 http://aws.amazon.com/whitepapers/
AWS pricing information:
 http://aws.amazon.com/pricing/
 http://calculator.s3.amazonaws.com/index.html
© 2014, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Notices
This document is provided for informational purposes only. It represents AWS’s current product offerings and practices as
of the date of issue of this document, which are subject to change without notice. Customers are responsible for making
their own independent assessment of the information in this document and any use of AWS’s products or services, each
of which is provided “as is” without warranty of any kind, whether express or implied. This document does not create any
warranties, representations, contractual commitments, conditions or assurances from AWS, its affiliates, suppliers or
licensors. The responsibilities and liabilities of AWS to its customers are controlled by AWS agreements, and this
document is not part of, nor does it modify, any agreement between AWS and its customers.

More Related Content

What's hot

Workspaces overview
Workspaces overviewWorkspaces overview
Workspaces overview
John Louis Garcia
 
AWS CloudFormation template with single & redundant system
AWS CloudFormation template with single & redundant systemAWS CloudFormation template with single & redundant system
AWS CloudFormation template with single & redundant system
Naoya Hashimoto
 
Amazon EC2 and AWS Elastic Beanstalk Introduction
Amazon EC2 and AWS Elastic Beanstalk IntroductionAmazon EC2 and AWS Elastic Beanstalk Introduction
Amazon EC2 and AWS Elastic Beanstalk Introduction
Amazon Web Services
 
Amazon Web Services - Elastic Beanstalk
Amazon Web Services - Elastic BeanstalkAmazon Web Services - Elastic Beanstalk
Amazon Web Services - Elastic Beanstalk
Amazon Web Services
 
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
Amazon Web Services
 
AWS Webcast - Amazon EC2 Masterclass
AWS Webcast - Amazon EC2 MasterclassAWS Webcast - Amazon EC2 Masterclass
AWS Webcast - Amazon EC2 Masterclass
Amazon Web Services
 
RDBMS in the Cloud: Deploying SQL Server on AWS
RDBMS in the Cloud: Deploying SQL Server on AWSRDBMS in the Cloud: Deploying SQL Server on AWS
RDBMS in the Cloud: Deploying SQL Server on AWS
Irawan Soetomo
 
Enterprise Grade SQL Server Deployments in AWS
Enterprise Grade SQL Server Deployments in AWSEnterprise Grade SQL Server Deployments in AWS
Enterprise Grade SQL Server Deployments in AWS
Amazon Web Services
 
Deploy, Scale and Manage your Application with AWS Elastic Beanstalk
Deploy, Scale and Manage your Application with AWS Elastic BeanstalkDeploy, Scale and Manage your Application with AWS Elastic Beanstalk
Deploy, Scale and Manage your Application with AWS Elastic Beanstalk
Amazon Web Services
 
AWS Elastic Beanstalk
AWS Elastic BeanstalkAWS Elastic Beanstalk
AWS Elastic Beanstalk
TO THE NEW | Technology
 
Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...
Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...
Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...white paper
 
Compute@Scale
Compute@ScaleCompute@Scale
Compute@Scale
Amazon Web Services
 
AWSome Day Roadshow 2017
AWSome Day Roadshow 2017AWSome Day Roadshow 2017
AWSome Day Roadshow 2017
Tom Woodyer
 
Technical Track
Technical TrackTechnical Track
Technical Track
Amazon Web Services
 
Masterclass Webinar: Amazon EC2
Masterclass Webinar: Amazon EC2Masterclass Webinar: Amazon EC2
Masterclass Webinar: Amazon EC2
Amazon Web Services
 
Introduction on Amazon EC2
Introduction on Amazon EC2Introduction on Amazon EC2
Introduction on Amazon EC2
Amazon Web Services
 
Elastic Load Balancing Deep Dive and Best Practices - Pop-up Loft Tel Aviv
Elastic Load Balancing Deep Dive and Best Practices - Pop-up Loft Tel AvivElastic Load Balancing Deep Dive and Best Practices - Pop-up Loft Tel Aviv
Elastic Load Balancing Deep Dive and Best Practices - Pop-up Loft Tel Aviv
Amazon Web Services
 
AWSomeDay Roadshow 2017
AWSomeDay Roadshow 2017AWSomeDay Roadshow 2017
AWSomeDay Roadshow 2017
Tom Woodyer
 
Aws cli
Aws cliAws cli
Aws cli
Anh Vu Pham
 
CloudFormation Best Practices
CloudFormation Best PracticesCloudFormation Best Practices
CloudFormation Best Practices
Amazon Web Services
 

What's hot (20)

Workspaces overview
Workspaces overviewWorkspaces overview
Workspaces overview
 
AWS CloudFormation template with single & redundant system
AWS CloudFormation template with single & redundant systemAWS CloudFormation template with single & redundant system
AWS CloudFormation template with single & redundant system
 
Amazon EC2 and AWS Elastic Beanstalk Introduction
Amazon EC2 and AWS Elastic Beanstalk IntroductionAmazon EC2 and AWS Elastic Beanstalk Introduction
Amazon EC2 and AWS Elastic Beanstalk Introduction
 
Amazon Web Services - Elastic Beanstalk
Amazon Web Services - Elastic BeanstalkAmazon Web Services - Elastic Beanstalk
Amazon Web Services - Elastic Beanstalk
 
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
 
AWS Webcast - Amazon EC2 Masterclass
AWS Webcast - Amazon EC2 MasterclassAWS Webcast - Amazon EC2 Masterclass
AWS Webcast - Amazon EC2 Masterclass
 
RDBMS in the Cloud: Deploying SQL Server on AWS
RDBMS in the Cloud: Deploying SQL Server on AWSRDBMS in the Cloud: Deploying SQL Server on AWS
RDBMS in the Cloud: Deploying SQL Server on AWS
 
Enterprise Grade SQL Server Deployments in AWS
Enterprise Grade SQL Server Deployments in AWSEnterprise Grade SQL Server Deployments in AWS
Enterprise Grade SQL Server Deployments in AWS
 
Deploy, Scale and Manage your Application with AWS Elastic Beanstalk
Deploy, Scale and Manage your Application with AWS Elastic BeanstalkDeploy, Scale and Manage your Application with AWS Elastic Beanstalk
Deploy, Scale and Manage your Application with AWS Elastic Beanstalk
 
AWS Elastic Beanstalk
AWS Elastic BeanstalkAWS Elastic Beanstalk
AWS Elastic Beanstalk
 
Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...
Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...
Cloud Computing With Amazon Web Services, Part 1: Introduction - When It's Sm...
 
Compute@Scale
Compute@ScaleCompute@Scale
Compute@Scale
 
AWSome Day Roadshow 2017
AWSome Day Roadshow 2017AWSome Day Roadshow 2017
AWSome Day Roadshow 2017
 
Technical Track
Technical TrackTechnical Track
Technical Track
 
Masterclass Webinar: Amazon EC2
Masterclass Webinar: Amazon EC2Masterclass Webinar: Amazon EC2
Masterclass Webinar: Amazon EC2
 
Introduction on Amazon EC2
Introduction on Amazon EC2Introduction on Amazon EC2
Introduction on Amazon EC2
 
Elastic Load Balancing Deep Dive and Best Practices - Pop-up Loft Tel Aviv
Elastic Load Balancing Deep Dive and Best Practices - Pop-up Loft Tel AvivElastic Load Balancing Deep Dive and Best Practices - Pop-up Loft Tel Aviv
Elastic Load Balancing Deep Dive and Best Practices - Pop-up Loft Tel Aviv
 
AWSomeDay Roadshow 2017
AWSomeDay Roadshow 2017AWSomeDay Roadshow 2017
AWSomeDay Roadshow 2017
 
Aws cli
Aws cliAws cli
Aws cli
 
CloudFormation Best Practices
CloudFormation Best PracticesCloudFormation Best Practices
CloudFormation Best Practices
 

Viewers also liked

Citiviz présentation corporative 2013.12.19 (français)
Citiviz présentation corporative 2013.12.19 (français)Citiviz présentation corporative 2013.12.19 (français)
Citiviz présentation corporative 2013.12.19 (français)
Nicolas Lachance-Bernard
 
Final Presentation of MM
Final Presentation of MMFinal Presentation of MM
Final Presentation of MMOmer Malik
 
Food Subsitute_2016
Food Subsitute_2016Food Subsitute_2016
Food Subsitute_2016
Atiqa khan
 
Way better than me, listen to our customers.
Way better than me, listen to our customers. Way better than me, listen to our customers.
Way better than me, listen to our customers.
Eugene Castello Jr. MBA.
 
biochimie-paper-final-version
biochimie-paper-final-versionbiochimie-paper-final-version
biochimie-paper-final-versionkamlesh sahu
 
Procedures
ProceduresProcedures
Procedures
leeannejones
 
Cloud computing & Batch processing: potentiels & perspectives
Cloud computing & Batch processing:  potentiels & perspectives  Cloud computing & Batch processing:  potentiels & perspectives
Cloud computing & Batch processing: potentiels & perspectives
Claude Riousset
 
Beckon Coach
Beckon CoachBeckon Coach
Beckon Coach
Kakuli Nag
 
Method for enhancing retention in complete denture bases/dental courses
Method for enhancing retention in complete denture bases/dental coursesMethod for enhancing retention in complete denture bases/dental courses
Method for enhancing retention in complete denture bases/dental courses
Indian dental academy
 
Instructions for Authors of IJRS (International Journal of Remote Sensing) fo...
Instructions for Authors of IJRS (International Journal of Remote Sensing) fo...Instructions for Authors of IJRS (International Journal of Remote Sensing) fo...
Instructions for Authors of IJRS (International Journal of Remote Sensing) fo...
Atiqa khan
 
Open Innovation
Open InnovationOpen Innovation
Open Innovation
Davide Del Monte
 
Designing for Holistic Cross Channel Experiences
Designing for Holistic Cross Channel ExperiencesDesigning for Holistic Cross Channel Experiences
Designing for Holistic Cross Channel Experiences
Samantha Starmer
 
Shape memory alloys
Shape memory alloysShape memory alloys
Shape memory alloys
SAJITH GEORGE
 
La grande poste d'alger
La grande poste d'alger La grande poste d'alger
La grande poste d'alger
archi Mouna
 
Netwars-Kampagne Sales Marketing - national und international
Netwars-Kampagne Sales Marketing - national und international Netwars-Kampagne Sales Marketing - national und international
Netwars-Kampagne Sales Marketing - national und international
Virenschleuder-Preis
 

Viewers also liked (16)

Citiviz présentation corporative 2013.12.19 (français)
Citiviz présentation corporative 2013.12.19 (français)Citiviz présentation corporative 2013.12.19 (français)
Citiviz présentation corporative 2013.12.19 (français)
 
Final Presentation of MM
Final Presentation of MMFinal Presentation of MM
Final Presentation of MM
 
Food Subsitute_2016
Food Subsitute_2016Food Subsitute_2016
Food Subsitute_2016
 
Way better than me, listen to our customers.
Way better than me, listen to our customers. Way better than me, listen to our customers.
Way better than me, listen to our customers.
 
biochimie-paper-final-version
biochimie-paper-final-versionbiochimie-paper-final-version
biochimie-paper-final-version
 
Procedures
ProceduresProcedures
Procedures
 
Cloud computing & Batch processing: potentiels & perspectives
Cloud computing & Batch processing:  potentiels & perspectives  Cloud computing & Batch processing:  potentiels & perspectives
Cloud computing & Batch processing: potentiels & perspectives
 
Beckon Coach
Beckon CoachBeckon Coach
Beckon Coach
 
Method for enhancing retention in complete denture bases/dental courses
Method for enhancing retention in complete denture bases/dental coursesMethod for enhancing retention in complete denture bases/dental courses
Method for enhancing retention in complete denture bases/dental courses
 
Instructions for Authors of IJRS (International Journal of Remote Sensing) fo...
Instructions for Authors of IJRS (International Journal of Remote Sensing) fo...Instructions for Authors of IJRS (International Journal of Remote Sensing) fo...
Instructions for Authors of IJRS (International Journal of Remote Sensing) fo...
 
Open Innovation and Knowledge Networking @ Siemens
Open Innovation and Knowledge Networking @ SiemensOpen Innovation and Knowledge Networking @ Siemens
Open Innovation and Knowledge Networking @ Siemens
 
Open Innovation
Open InnovationOpen Innovation
Open Innovation
 
Designing for Holistic Cross Channel Experiences
Designing for Holistic Cross Channel ExperiencesDesigning for Holistic Cross Channel Experiences
Designing for Holistic Cross Channel Experiences
 
Shape memory alloys
Shape memory alloysShape memory alloys
Shape memory alloys
 
La grande poste d'alger
La grande poste d'alger La grande poste d'alger
La grande poste d'alger
 
Netwars-Kampagne Sales Marketing - national und international
Netwars-Kampagne Sales Marketing - national und international Netwars-Kampagne Sales Marketing - national und international
Netwars-Kampagne Sales Marketing - national und international
 

Similar to choosing-os-for-oracle-workloads-on-ec2

AWSAdvancedArchitecturesforOracleDBonEC2
AWSAdvancedArchitecturesforOracleDBonEC2AWSAdvancedArchitecturesforOracleDBonEC2
AWSAdvancedArchitecturesforOracleDBonEC2Abdul Sathar Sait
 
best-practices-for-running-oracle-database-on-aws
best-practices-for-running-oracle-database-on-awsbest-practices-for-running-oracle-database-on-aws
best-practices-for-running-oracle-database-on-awsAbdul Sathar Sait
 
Oracle on AWS partner webinar series
Oracle on AWS partner webinar series Oracle on AWS partner webinar series
Oracle on AWS partner webinar series
Tom Laszewski
 
AWSome Day Dublin - June 2016
AWSome Day Dublin - June 2016AWSome Day Dublin - June 2016
AWSome Day Dublin - June 2016
Amazon Web Services
 
AWSome Day Leeds
AWSome Day Leeds AWSome Day Leeds
AWSome Day Leeds
Amazon Web Services
 
Everything you wanted to know about licensing Windows workloads on AWS, but w...
Everything you wanted to know about licensing Windows workloads on AWS, but w...Everything you wanted to know about licensing Windows workloads on AWS, but w...
Everything you wanted to know about licensing Windows workloads on AWS, but w...
Amazon Web Services
 
AWSome Day Cork | Technical Track
AWSome Day Cork | Technical TrackAWSome Day Cork | Technical Track
AWSome Day Cork | Technical Track
Amazon Web Services
 
Licensing Windows Workloads on AWS - AWS Online Tech Talks
Licensing Windows Workloads on AWS - AWS Online Tech TalksLicensing Windows Workloads on AWS - AWS Online Tech Talks
Licensing Windows Workloads on AWS - AWS Online Tech Talks
Amazon Web Services
 
Amazon Elastic Compute Cloud
Amazon Elastic Compute CloudAmazon Elastic Compute Cloud
Amazon Elastic Compute Cloud
Whizlabs
 
AWSome Day Glasgow | Technical Track
AWSome Day Glasgow | Technical TrackAWSome Day Glasgow | Technical Track
AWSome Day Glasgow | Technical Track
Amazon Web Services
 
Configuring amazon-rds-as-peoplesoft-database
Configuring amazon-rds-as-peoplesoft-databaseConfiguring amazon-rds-as-peoplesoft-database
Configuring amazon-rds-as-peoplesoft-database
Carol Dahlin
 
HSBC and AWS Day - AWS foundations
HSBC and AWS Day - AWS foundationsHSBC and AWS Day - AWS foundations
HSBC and AWS Day - AWS foundations
Amazon Web Services
 
RDS for Oracle and SQL Server - November 2016 Webinar Series
RDS for Oracle and SQL Server - November 2016 Webinar SeriesRDS for Oracle and SQL Server - November 2016 Webinar Series
RDS for Oracle and SQL Server - November 2016 Webinar Series
Amazon Web Services
 
S111477 scale-in-cloud-jburg-v1909d
S111477 scale-in-cloud-jburg-v1909dS111477 scale-in-cloud-jburg-v1909d
S111477 scale-in-cloud-jburg-v1909d
Tony Pearson
 
IBM Spectrum Scale on the Cloud
IBM Spectrum Scale on the CloudIBM Spectrum Scale on the Cloud
IBM Spectrum Scale on the Cloud
Tony Pearson
 
Sap oss 0001656099
Sap oss 0001656099Sap oss 0001656099
Sap oss 0001656099
mbmonnappa
 
AWS Certified Solutions Architect Associate Notes.pdf
AWS Certified Solutions Architect Associate Notes.pdfAWS Certified Solutions Architect Associate Notes.pdf
AWS Certified Solutions Architect Associate Notes.pdf
fayoyiwababajide
 
AWS CodeDeploy
AWS CodeDeploy AWS CodeDeploy
AWS CodeDeploy
Ratan Das
 
Best Practices for Bringing Microsoft License and Applications to AWS
Best Practices for Bringing Microsoft License and Applications to AWS Best Practices for Bringing Microsoft License and Applications to AWS
Best Practices for Bringing Microsoft License and Applications to AWS
Amazon Web Services
 

Similar to choosing-os-for-oracle-workloads-on-ec2 (20)

AWSAdvancedArchitecturesforOracleDBonEC2
AWSAdvancedArchitecturesforOracleDBonEC2AWSAdvancedArchitecturesforOracleDBonEC2
AWSAdvancedArchitecturesforOracleDBonEC2
 
best-practices-for-running-oracle-database-on-aws
best-practices-for-running-oracle-database-on-awsbest-practices-for-running-oracle-database-on-aws
best-practices-for-running-oracle-database-on-aws
 
Oracle on AWS partner webinar series
Oracle on AWS partner webinar series Oracle on AWS partner webinar series
Oracle on AWS partner webinar series
 
AWSome Day Dublin - June 2016
AWSome Day Dublin - June 2016AWSome Day Dublin - June 2016
AWSome Day Dublin - June 2016
 
AWSome Day Leeds
AWSome Day Leeds AWSome Day Leeds
AWSome Day Leeds
 
Everything you wanted to know about licensing Windows workloads on AWS, but w...
Everything you wanted to know about licensing Windows workloads on AWS, but w...Everything you wanted to know about licensing Windows workloads on AWS, but w...
Everything you wanted to know about licensing Windows workloads on AWS, but w...
 
AWSome Day Cork | Technical Track
AWSome Day Cork | Technical TrackAWSome Day Cork | Technical Track
AWSome Day Cork | Technical Track
 
Licensing Windows Workloads on AWS - AWS Online Tech Talks
Licensing Windows Workloads on AWS - AWS Online Tech TalksLicensing Windows Workloads on AWS - AWS Online Tech Talks
Licensing Windows Workloads on AWS - AWS Online Tech Talks
 
Amazon Elastic Compute Cloud
Amazon Elastic Compute CloudAmazon Elastic Compute Cloud
Amazon Elastic Compute Cloud
 
AWSome Day Glasgow | Technical Track
AWSome Day Glasgow | Technical TrackAWSome Day Glasgow | Technical Track
AWSome Day Glasgow | Technical Track
 
Configuring amazon-rds-as-peoplesoft-database
Configuring amazon-rds-as-peoplesoft-databaseConfiguring amazon-rds-as-peoplesoft-database
Configuring amazon-rds-as-peoplesoft-database
 
HSBC and AWS Day - AWS foundations
HSBC and AWS Day - AWS foundationsHSBC and AWS Day - AWS foundations
HSBC and AWS Day - AWS foundations
 
RDS for Oracle and SQL Server - November 2016 Webinar Series
RDS for Oracle and SQL Server - November 2016 Webinar SeriesRDS for Oracle and SQL Server - November 2016 Webinar Series
RDS for Oracle and SQL Server - November 2016 Webinar Series
 
S111477 scale-in-cloud-jburg-v1909d
S111477 scale-in-cloud-jburg-v1909dS111477 scale-in-cloud-jburg-v1909d
S111477 scale-in-cloud-jburg-v1909d
 
IBM Spectrum Scale on the Cloud
IBM Spectrum Scale on the CloudIBM Spectrum Scale on the Cloud
IBM Spectrum Scale on the Cloud
 
Aws coi7
Aws coi7Aws coi7
Aws coi7
 
Sap oss 0001656099
Sap oss 0001656099Sap oss 0001656099
Sap oss 0001656099
 
AWS Certified Solutions Architect Associate Notes.pdf
AWS Certified Solutions Architect Associate Notes.pdfAWS Certified Solutions Architect Associate Notes.pdf
AWS Certified Solutions Architect Associate Notes.pdf
 
AWS CodeDeploy
AWS CodeDeploy AWS CodeDeploy
AWS CodeDeploy
 
Best Practices for Bringing Microsoft License and Applications to AWS
Best Practices for Bringing Microsoft License and Applications to AWS Best Practices for Bringing Microsoft License and Applications to AWS
Best Practices for Bringing Microsoft License and Applications to AWS
 

choosing-os-for-oracle-workloads-on-ec2

  • 1. Choosing the Operating System for Oracle Workloads on Amazon EC2 Abdul Sathar Sait December 2014
  • 2. Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014 Page 2 of 9 Contents Abstract 2 Introduction 2 Oracle AMIs 3 Operating Systems and Oracle Licensing 4 Oracle-Certified Operating Systems 5 Red Hat Enterprise Linux 5 SUSE Linux Enterprise Server 6 Oracle Linux 7 Microsoft Windows Server 7 Conclusion 8 Further Reading 8 Abstract Amazon Web Services (AWS) provides a comprehensive set of services and tools for deploying enterprise applications in a highly secure, reliable, available, and cost- effective manner. The AWS cloud is an excellent platform to run business-critical Oracle workloads in a very efficient way. In this whitepaper, we discuss the operating system choices that are best suited for running Oracle workloads on AWS. The target audience for this whitepaper includes enterprise architects, database administrators, IT managers, and developers who want to migrate Oracle workloads to AWS. Introduction Oracle software works very well on Amazon Web Services (AWS), and many enterprises run their critical Oracle workloads on AWS for both production systems and non- production systems. These applications can tremendously benefit from the many features of the AWS cloud like scriptable infrastructure, instant provisioning and de- provisioning, scalability, elasticity, and usage-based billing. Whether you are migrating your existing Oracle environments to AWS or implementing new Oracle applications on AWS, choosing the operating system on which these will run is a crucial decision. We highly recommend that you choose an Oracle-certified operating system to run Oracle
  • 3. Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014 Page 3 of 9 software on AWS, whether you are running Oracle Database, Oracle enterprise applications, or Oracle middleware. You can use the following Oracle-certified operating systems on AWS:  Red Hat Enterprise Linux (RHEL)  SUSE Linux Enterprise Server  Oracle Linux  Microsoft Windows Server You can use any one of the four operating systems for all your Oracle workloads, or you can use a mix of them as needed. For example, to implement Oracle Siebel, you can run Oracle Database on RHEL while running web servers and application servers on Microsoft Windows Server. All four of these operating systems are well suited for enterprise workloads, but each of them has features and capabilities that the others do not have. Knowing the differences will help you make the right decision about what is best for your environments. If you migrate an existing Oracle environment on Intel platform to AWS, and if that environment currently uses one of the four operating systems in the preceding list, then it might be best to choose the same operating system on AWS, to keep any compatibility risks to a minimum. However, it might be worthwhile to evaluate other options. If you migrate from a non-Intel platform or implement a completely new environment on AWS, then you should carefully evaluate the operating systems before you choose the one that is best for your environment. Oracle AMIs An Amazon Machine Image (AMI) provides the information required to launch an instance, which is a virtual server in the cloud. You specify an AMI when you launch an instance, and you can launch as many instances from the AMI as you need. An AMI includes the following:  A template for the root volume for the instance  Launch permissions that control which AWS accounts can use the AMI to launch instances  A block device mapping that specifies the volumes to attach to the instance when it's launched Oracle periodically provides official AMIs for some Oracle products including Oracle Database on AWS, but there are no official AMIs available for most Oracle products. In
  • 4. Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014 Page 4 of 9 addition, the AMIs that are available might not always be the latest version. Even when there are latest versions of the AMIs available, they will be based on the Oracle Linux operating system, so depending on your operating system of choice, this might not be the best option. You do not need an Oracle-provided AMI to install and use Oracle products on AWS. You can start an Amazon Elastic Compute Cloud (Amazon EC2) instance with an operating system AMI, and then download and install Oracle software from the Oracle website, just as you would do in the case of a physical server. You can use any one of the four operating systems discussed in the preceding section for this purpose. Once you have the first environment set up with all the necessary Oracle software, you can create your own custom AMI for subsequent installations. You can also directly launch AMIs from AWS Marketplace. You should closely scrutinize any community AMIs provided by third parties for security and reliability before using them. AWS is not responsible or liable for their security or reliability. AMIs use one of two types of virtualization: paravirtual (PV) or hardware virtual machine (HVM). All current generation instance types support HVM AMIs. Some previous generation instance types, such as T1, C1, M1, and M2, do not support Linux HVM AMIs. Some current generation instance types, such as T2, I2, R3, G2, CR1, and CC2, do not support PV AMIs. The main difference between PV and HVM AMIs is the way in which they boot and whether they can take advantage of special hardware extensions (CPU, network, and storage) for better performance. Note: For the best performance, we recommend that you use current generation instance types and HVM AMIs when you launch new instances. For more information on current generation instance types, see Amazon EC2 Instances. Operating Systems and Oracle Licensing On AWS, the operating system you use does not affect Oracle licensing. The number of Oracle licenses you need to run your Oracle workloads on AWS will be the same no matter which operating system you choose. As currently advised by Oracle, the key factors that affect licensing are the computing platform and CPU core count. If you are migrating to AWS from an Intel platform, the core factors for licensing will be similar except for a limitation on the maximum number of cores that can be used for standard editions, as per the Oracle Cloud licensing document. If you are migrating to AWS from Sun SPARC, the IBM P Series, HP PA- RISC, or Superdome platforms, the core factors used for licensing might be substantially different.
  • 5. Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014 Page 5 of 9 For example, if you migrate to AWS, an Oracle Database Enterprise Edition environment that is running on an IBM Power7 server with 16 cores, you will be able to use an Amazon EC2 instance on AWS with 32 virtual cores. This is because Oracle uses a core multiplication factor of 1.0 to calculate licenses needed for IBM Power, while a core multiplication factor of 0.5 is used for AWS. This is provided only as an example; you should consult your own Oracle license agreement for specific information. To learn more about licensing requirements for different platforms, see the Oracle Processor Core Factor Table. You can also consult the Oracle Cloud licensing document to understand how Oracle licensing applies to AWS. To find out the virtual core count of each Amazon EC2 instance type, see the Amazon EC2 virtual core web page. Oracle-Certified Operating Systems This section provides information about the four operating systems that are certified by Oracle and recommended for use with AWS. Note: It is possible to run Oracle products on non-certified operating systems, but for the best performance and supportability, we recommend that you use an Oracle-certified operating system for use on AWS. Red Hat Enterprise Linux A large number of enterprises of all sizes use Red Hat Enterprise Linux (RHEL) to deploy Oracle workloads. RHEL is a great choice for any Oracle workloads on AWS. AWS and Red Hat have teamed to offer RHEL on Amazon EC2, providing a complete, enterprise-class computing environment with the simplicity and scalability of AWS. Red Hat maintains the base RHEL images for Amazon EC2. As an AWS customer, you will receive updates at the same time that updates are made available from Red Hat, so your computing environment remains reliable and your RHEL-certified applications maintain their supportability. RHEL is available for all Amazon EC2 instance types on AWS, including HVM instances. On HVM instances, RHEL supports HugePages, which can especially enhance the performance of Oracle Database. HugePages is a Linux feature that makes it possible for the operating system to support very large memory pages. HugePages sizes can vary from 2 MB to 256 MB. On AWS, you can use HugePages only on HVM instances. For more information about HVM instances on AWS, see Virtualization Types. Important: A special feature in RHEL named Transparent HugePages (THP) is not compatible with Oracle Database and should be disabled for best performance. For licensing, you have two options:
  • 6. Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014 Page 6 of 9  Transfer your existing RHEL licenses to AWS if you have a Red Hat Enterprise Linux Premium subscription. For instructions for transferring your licenses, go to Red Hat Cloud Access.  Use the managed service model. This model means that AWS has taken on all the burdens of acquiring RHEL licenses to use in the Amazon EC2 service. You pay only for the Amazon EC2 instance, and AWS handles all RHEL licensing issues, so the managed service model is a very cost-effective way to scale up and scale out instances as needed to support enterprise workload spikes. This also helps you avoid costly license purchases up front. For this model, the cost of the RHEL license varies based on the Amazon EC2 instance type. For more information about Amazon EC2 instance costs with an RHEL license included, see Amazon EC2 Pricing. On average, RHEL is the second lowest-cost operating system from among the four Oracle-certified operating systems discussed here. You can launch an RHEL-based Amazon EC2 instance directly from the AWS console or from the AWS Marketplace. For additional information about RHEL on AWS, see Red Hat and Amazon Web Services. SUSE Linux Enterprise Server SUSE Linux Enterprise Server (SLES) has been an operating system of choice for Oracle workloads for many large Oracle deployments. SLES is a great choice to run Oracle workloads on AWS as well. SUSE maintains the base SLES images for Amazon EC2, and as an AWS customer you will receive updates at the same time that updates are made available from SUSE. SLES also is available for all Amazon EC2 instance types on AWS, including HVM instances. On HVM instances, SLES supports HugePages, which can especially enhance the performance of Oracle Database. You can launch an SLES-based Amazon EC2 instance directly from the AWS console or from the AWS Marketplace. For additional information about SLES on AWS, see SUSE and Amazon Web Services. SLES on AWS is available only with the managed service model. This model means that AWS has taken on all the burdens of acquiring SLES licenses to use in the Amazon EC2 service. You pay only for the Amazon EC2 instance, and AWS handles all SLES licensing issues, so the managed service model is a very cost-effective way to scale up and scale out instances as needed to support enterprise workload spikes. This also helps you avoid costly license purchases up front. For pricing options, see Amazon EC2 Pricing. In general, SLES costs slightly more than RHEL for most Amazon EC2 instance types.
  • 7. Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014 Page 7 of 9 Oracle Linux As the operating system Oracle uses to build and test their products, Oracle Linux is an excellent choice for running Oracle workloads on AWS. Oracle maintains the Oracle Linux AMIs available on AWS. For a list of all available versions of Oracle Linux, see Amazon Web Services and Oracle. Unlike the other three operating systems discussed here, Oracle Linux has no cost for licensing, making it the lowest cost option. You can purchase support directly from Oracle, but support is not necessary to get updates and patches. Oracle provides public yum repositories to download updates and patches, even for customers who have not subscribed to support. For customers who have subscribed to support, Oracle Linux allows zero-downtime updates, which can be very useful for mission-critical applications. Oracle Linux has a special feature named Database Smart Flash Cache that is not available in any of the other operating systems discussed here. Database Smart Flash Cache allows the database buffer cache to expand beyond the SGA in main memory to a second-level cache on flash memory. Making use of Database Smart Flash Cache for Oracle Database can substantially increase the database performance. This is a very good feature to use with Amazon EC2 instances that have a large amount of SSD instance storage. At the time of writing this whitepaper, Oracle Linux AMIs are available only for PV instances. Because most of the newer, larger Amazon EC2 instances are HVM instances, this puts Oracle Linux at a disadvantage. However, Oracle Linux is still a good choice for PV instances. Once Oracle makes HVM AMIs available on AWS for Oracle Linux, Oracle Linux will be a good choice for any kind of workload. Microsoft Windows Server Microsoft Windows Server versions 2003 R2, 2008, 2008 R2, 2012, and 2012 R2 are available on Amazon EC2 as Oracle-certified operating systems to run Oracle workloads. Microsoft Windows Server is an excellent choice for many Oracle workloads, especially for running enterprise applications like PeopleSoft, Siebel, and JD Edwards. Microsoft Windows is available on all types of Amazon EC2 instances including HVM, making it a good choice for Amazon EC2 instance types with large memory configurations. To access and launch all Microsoft Windows AMIs, see Windows AMIs. Microsoft Windows on Amazon EC2 is available with the managed service model, where AWS takes on all the burdens of acquiring Microsoft Windows licenses to use in the Amazon EC2 service. The Microsoft Windows license tends to be more expensive than the other three, Oracle-certified operating systems for the same instance type.
  • 8. Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014 Page 8 of 9 Conclusion We recommend that you choose one of the four operating systems discussed in this whitepaper for any of your Oracle environments on AWS so that your Oracle workloads will be on an Oracle-certified operating system. You can use any one of the four operating systems for all your Oracle workloads, or you can use a mix of them as needed. Your choice typically will depend on familiarity, type of workload, instance choice, and cost preference. Further Reading For additional information about running Oracle workloads on AWS, consult the following resources: Oracle Database on AWS:  Advanced Architectures for Oracle Database on Amazon EC2 http://d0.awsstatic.com/enterprise- marketing/Oracle/AWSAdvancedArchitecturesforOracleDBonEC2.pdf  Strategies for Migrating Oracle Database to AWS http://d0.awsstatic.com/whitepapers/strategies-for-migrating-oracle-database-to- aws.pdf  Determining the IOPS Needs for Oracle Database on AWS http://d0.awsstatic.com/whitepapers/determining-iops-needs-for-oracle-database-on- aws.pdf  Best Practices for Running Oracle Database on AWS http://d0.awsstatic.com/whitepapers/best-practices-for-running-oracle-database-on- aws.pdf  AWS Case Study: Amazon.com Oracle DB Backup to Amazon S3 http://aws.amazon.com/solutions/case-studies/amazon-oracle/ Oracle on AWS  http://aws.amazon.com/oracle/  http://aws.amazon.com/rds/oracle/ Oracle on AWS FAQ  http://www.oracle.com/technetwork/topics/cloud/faq-098970.html
  • 9. Amazon Web Services – Operating System for Oracle Workloads on Amazon EC2 December 2014 Page 9 of 9 Oracle on AWS Test Drives  http://aws.amazon.com/solutions/global-solution-providers/oracle/labs/ Oracle licensing on AWS  http://www.oracle.com/us/corporate/pricing/cloud-licensing-070579.pdf Getting started with Oracle RMAN backups and Amazon S3:  http://aws.amazon.com/backup-recovery/getting-started/ AWS service details  http://aws.amazon.com/products/  http://aws.amazon.com/documentation/  http://aws.amazon.com/whitepapers/ AWS pricing information:  http://aws.amazon.com/pricing/  http://calculator.s3.amazonaws.com/index.html © 2014, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes only. It represents AWS’s current product offerings and practices as of the date of issue of this document, which are subject to change without notice. Customers are responsible for making their own independent assessment of the information in this document and any use of AWS’s products or services, each of which is provided “as is” without warranty of any kind, whether express or implied. This document does not create any warranties, representations, contractual commitments, conditions or assurances from AWS, its affiliates, suppliers or licensors. The responsibilities and liabilities of AWS to its customers are controlled by AWS agreements, and this document is not part of, nor does it modify, any agreement between AWS and its customers.