Prerequisites
We recommend familiarizing yourself with these guides:
-
SAP Note 2606828 - Oracle Database Roadmap for SAP NetWeaver
(SAP portal access required)
Technical requirements
Before you begin deploying Oracle database for SAP applications on AWS, ensure that you meet the following requirements:
-
If necessary, request a service limit increase by creating a support ticket. This is to ensure that the AWS services required for Oracle database deployment are not constrained by the default limit. For more information, see AWS service quotas. For example, you may have to increase the Amazon EC2 instance limit before your Oracle deployment.
-
You will need the following information for your existing resources while running the AWS CLI commands to create Amazon EC2 and Amazon Elastic Block Store (Amazon EBS)
resources.
Information | Description |
AWS Region | Region where you want to deploy your AWS resources. |
Availability Zone (AZ) | Availability Zone within your target Region where you want to deploy your resources. |
Amazon VPC id | Amazon VPC where you want to deploy your Amazon EC2 instances for SAP installation. |
VPS subnet id | Subnet where you want to deploy your Amazon EC2 instances. |
Linux AMI id | Amazon Machine Image (AMI) that will be used to launch your Amazon EC2
instances. You can find the latest Linux AMIs on AWS
Marketplace |
Key pair | Make sure that you have generated the key pair in your target Region and that you have access to the private key. |
Security group id | Name of the security group that you want to assign to your Amazon EC2 instances. |
Access key ID | Access key for your AWS account that will be used with AWS CLI tools. |
Secret access key | Secret key for your AWS account that will be used with AWS CLI tools. |
-
Create security groups and open ports to enable communication. For existing security groups, ensure that the required ports are open. For a list of ports, refer to TCP/IP ports of all SAP products
and Managing Oracle Database Port Numbers .
-
Ensure that you have installed and configured AWS CLI with required credentials, if you plan to use it to launch instances. For more information, see Installing the AWS CLI.
-
If you plan to use the AWS Management Console, ensure that you have the essential credentials and permissions to launch and configure AWS services. For more information, see Access management for AWS resources.
-
Ensure that you have the software files required for installation readily available. You can stage these in Amazon S3
or Amazon Elastic File System (Amazon EFS). Amazon EFS can be easily shared on all of your installation hosts. For more information, see Create your Amazon EFS file system.
-
Oracle for SAP on AWS is supported on an OEL OS. For more information, see SAP Note 1656099
and SAP Note 2358420 (login required). If you are currently using a different OS, you can procure licenses and perform a migration. For more information, see Migrating Oracle Database Workloads . To use AMIs published by Oracle, see Launch an Oracle Linux instance in AWS .