0% found this document useful (0 votes)
59 views

Best Practices For Running Oracle Database On Aws 12

Restrict access to Oracle Database instances through security groups allowing only necessary IP addresses and ports. When using Amazon RDS for Oracle Database, choose db.m- or r-based instances like R5 which are well-suited for memory-intensive databases. For self-managed Oracle Database on Amazon EC2, select an instance type with sufficient CPU and large memory to improve performance through caching and global memory area.

Uploaded by

anandduhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views

Best Practices For Running Oracle Database On Aws 12

Restrict access to Oracle Database instances through security groups allowing only necessary IP addresses and ports. When using Amazon RDS for Oracle Database, choose db.m- or r-based instances like R5 which are well-suited for memory-intensive databases. For self-managed Oracle Database on Amazon EC2, select an instance type with sufficient CPU and large memory to improve performance through caching and global memory area.

Uploaded by

anandduhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Amazon Web Services Best Practices for Running Oracle Database on AWS

Create appropriate security groups that allow access only to specific IP addresses
through the designated ports. These recommendations apply to Oracle Database
regardless of whether you’re using Amazon RDS or Amazon EC2.

Oracle Database in private subnet of an Amazon VPC

Amazon EC2 Instance Type


AWS has a large number of Amazon EC2 instance types available, so you can choose
the instance type that best fits your workload. However, not all the available instance
types are best suited for running Oracle Database.

If you use Amazon RDS for your Oracle Database, AWS filters out some of the instance
types based on best practices, and gives you the various options in T- class, M-class and
R-class instances. We recommend that you choose db.m- or r-based Amazon RDS
instances for any enterprise database workloads. R5 instances are well suited for memory
intensive applications such as high-performance databases.

For the latest information about RDS instances, see Amazon RDS for Oracle Database
Pricing. Your choice of the Amazon RDS instance type should be based on the database
workload and the Oracle Database licenses available.

If you’re running your self-managed database on Amazon EC2, you have many more
choices available for the Amazon EC2 instance type. This is often one of the reasons
customes opt to run Oracle Database on Amazon EC2 instead of using Amazon RDS.

Very small instance types are not suitable because Oracle Database is resource-intensive
when it comes to CPU usage. Instances with a larger memory footprint help improve
database performance by providing better caching and a bigger system global area

Page 8

You might also like