Parameter Reference
The cluster setup relies on the following parameters.
Topics
Global AWS parameters
| Name | Parameter | Example |
|---|---|---|
|
AWS account ID |
|
|
|
AWS Region |
|
|
-
AWS account – For more details, see Your AWS account ID and its alias.
-
AWS Region – For more details, see Describe your Regions.
Amazon EC2 instance parameters
| Name | Parameter | Host 1 | Host 2 |
|---|---|---|---|
|
Amazon EC2 instance ID |
|
|
|
|
Hostname |
|
|
|
|
Host IP |
|
|
|
|
Host additional IP |
|
|
|
|
Configured subnet |
|
|
|
|
Associated VPC Route Table(s) |
|
|
|
|
Sapmnt NFS ID or CNAME |
|
|
-
Hostname – Hostnames must comply with SAP requirements outlined in SAP Note 611361 - Hostnames of SAP ABAP Platform servers
(requires SAP portal access). Run the following command on your instances to retrieve the hostname.
# hostname -
Amazon EC2 instance ID – run the following command (IMDSv2 compatible) on your instances to retrieve instance metadata.
# /usr/bin/curl --noproxy '*' -w "\n" -s -H "X-aws-ec2-metadata-token: $(curl --noproxy '*' -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 21600")" http://169.254.169.254/latest/meta-data/instance-idFor more details, see Retrieve instance metadata and Instance identity documents.
-
Amazon EC2 subnet ID – run the following command to retrieve the subnet ID for each of your instances.
# INSTANCE_ID=i-xxxxinstidforhost1 # aws ec2 describe-instances --instance-ids $INSTANCE_ID --query 'Reservations[0].Instances[0].SubnetId' --output textFor more details, see describe-instances and VPC subnets.
-
Route table(s) for subnets – run the following AWS CLI commands to retrieve the route table(s) associated with both cluster node subnets.
# SUBNET_ID_1=subnet-xxxxxxxxxxsubnet1 # SUBNET_ID_2=subnet-xxxxxxxxxxsubnet2 # aws ec2 describe-route-tables --filters "Name=association.subnet-id,Values=$SUBNET_ID_1,$SUBNET_ID_2" --query 'RouteTables[].RouteTableId' --output textIf both cluster nodes are in subnets associated with the same route table, only one route table ID will be returned. If they are associated with different route tables, both route table IDs will be returned.
For more details, see describe-route-tables and Route tables.
SAP Instance Parameters
| Name | Parameter | Example |
|---|---|---|
|
SID |
|
|
|
ASCS Alias |
|
|
|
ASCS System Number |
|
|
|
ASCS Overlay IP |
|
|
|
ASCS NFS Mount Point |
|
|
|
ERS Alias |
|
|
|
ERS System Number |
|
|
|
ERS Overlay IP |
|
|
|
ERS NFS Mount Point |
|
|
|
ENSA Type |
|
|
Pacemaker Parameters
| Name | Parameter | Example |
|---|---|---|
|
Cluster user |
|
|
|
Cluster password |
|
|
|
Cluster tag |
|
|
|
AWS CLI cluster profile |
|
|
|
Cluster connector |
|
|