Files
Carsten Schafer c96d9a5db9 Add 2nd nodegroup for large gw node
Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com>
2024-05-30 15:54:34 -04:00

16 lines
516 B
Plaintext

unset AWS_PROFILE
export AWS_DEFAULT_REGION="us-east-2"
export AWS_REGION="$AWS_DEFAULT_REGION"
export AWS_ACCOUNT_ID="289708231103"
export CLUSTER_DOMAIN="lab.wlan.tip.build"
export CLUSTER_ZONE_ID="Z09534373UTXT2L1YL912"
#export CLUSTER_INSTANCE_TYPE="c5.xlarge"
export CLUSTER_INSTANCE_TYPE="m5.2xlarge"
export CLUSTER_INSTANCE_TYPE2="m5.4xlarge"
export CLUSTER_NAME="tip-wlan-qa"
export CLUSTER_NODES=2
export CLUSTER_NODES2=1
export CLUSTER_MIN_NODES=2
export CLUSTER_MAX_NODES=8
export CLUSTER_VOLUME_SIZE=100