provision.sh line 23 `if [ $AWS_REGION=="us-east-1" ]; then` doesn't work, should be replaced with `if [$AWS_REGION=="us-east-1"]; then`