|
@@ -5,13 +5,13 @@ REGION=us-east-1
|
|
|
CLI_PROFILE=joystream-user
|
|
|
KEY_PATH="/Users/joystream/Joystream/joystream-key.pem"
|
|
|
AWS_KEY_PAIR_NAME="joystream-key"
|
|
|
-DEFAULT_EC2_INSTANCE_TYPE=t2.micro
|
|
|
-VALIDATOR_EC2_INSTANCE_TYPE=t2.micro
|
|
|
-BUILD_EC2_INSTANCE_TYPE=t2.xlarge
|
|
|
-RPC_EC2_INSTANCE_TYPE=t2.micro
|
|
|
+DEFAULT_EC2_INSTANCE_TYPE=t2.medium
|
|
|
+VALIDATOR_EC2_INSTANCE_TYPE=t2.medium
|
|
|
+BUILD_EC2_INSTANCE_TYPE=t2.large
|
|
|
+RPC_EC2_INSTANCE_TYPE=t2.medium
|
|
|
|
|
|
# prebuilt AMI with joystream-node, chain-spec and subkey already built
|
|
|
-EC2_AMI_ID="ami-08ffec5991ca99db9"
|
|
|
+EC2_AMI_ID="ami-095792100b6e43a67"
|
|
|
|
|
|
ACCOUNT_ID=$(aws sts get-caller-identity --profile $CLI_PROFILE --query Account --output text)
|
|
|
|
|
@@ -28,12 +28,12 @@ NUMBER_OF_VALIDATORS=2
|
|
|
LOCAL_CODE_PATH="~/Joystream/joystream"
|
|
|
NETWORK_SUFFIX=7891
|
|
|
|
|
|
-DEPLOYMENT_TYPE=live
|
|
|
+DEPLOYMENT_TYPE=staging
|
|
|
INITIAL_MEMBERS_PATH=""
|
|
|
INITIAL_BALANCES_PATH=""
|
|
|
|
|
|
GIT_REPO="https://github.com/Joystream/joystream.git"
|
|
|
-BRANCH_NAME=sumer
|
|
|
+BRANCH_NAME=master
|
|
|
|
|
|
# If true will build LOCAL_CODE_PATH otherwise will pull from GIT_REPO:BRANCH_NAME
|
|
|
BUILD_LOCAL_CODE=false
|