Prerequisites
Specialized Knowledge
Creating Amazon resources for SAP NetWeaver installation is an advanced topic. This guide assumes familiarity with Amazon services and resources such as Amazon Virtual Private Cloud (Amazon VPC), Amazon EC2, Amazon EBS, and security groups. The guide does not cover the setup of Amazon VPC, subnets, and security groups, or the installation of SAP NetWeaver. If you are new to Amazon, see the following content to get familiar with Amazon technologies:
Amazon also provides a Quick Start reference
deployment
Technical Requirements
Before you get started, complete the following preparatory tasks:
-
Make sure that you have the following information for your existing Amazon resources. You will need this information when you run Amazon CLI commands to create your Amazon EC2 and Amazon EBS resources.
Information Description Region ID
Region where you want to deploy your Amazon resources.
Availability Zone
Availability Zone within your target region where you want to deploy your resources. (For a High Availability installation, you would need two Availability Zones.)
Placement group
Placement group you want to use to logically group your Amazon EC2 instances within an Availability Zone (recommended for scale out SAP implementations).
Amazon VPC ID
Amazon VPC where you want to deploy your Amazon EC2 instance for SAP installation.
Subnet ID
Subnet where you want to deploy your Amazon EC2 instance.
Linux AMI ID
Amazon Machine Image (AMI) that will be used to launch your Amazon EC2 instance. You can find the latest Linux AMIs in Amazon 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 instance.
Access key ID
Access key for your Amazon account that will be used with Amazon CLI tools.
Secret access key
Secret key for your Amazon account that will be used with Amazon CLI tools.
Note
If you are using SLES, we recommend installing SLES for SAP, which comes with a bundle of software that meets the specific needs for running SAP workloads on SLES. The SLES for SAP AMIs are available in Amazon Marketplace
. -
Install the Amazon CLI on the desktop, laptop, or server from which you plan to run the commands to deploy Amazon resources. We recommend that you use the bundled installer. For instructions, see the Amazon CLI User Guide.
Note
Configure your Amazon CLI profile with the target region where you want to deploy your Amazon resources for SAP installation.