diff --git a/test/selfhost-ec2-create-test.js b/test/selfhost-ec2-create-test.js index c4b9e50..0e95eb7 100644 --- a/test/selfhost-ec2-create-test.js +++ b/test/selfhost-ec2-create-test.js @@ -21,7 +21,7 @@ require('colors'); process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; const BOX_VERSION = process.env.BOX_VERSION; const SELFHOST_DOMAIN = process.env.SELFHOST_DOMAIN; -const EC2_TYPE = 't2.micro'; +const EC2_TYPE = 't2.small'; const EC2_SIZE = 40; const EC2_REGION = 'eu-central-1'; const EC2_SSH_KEY = 'id_rsa_yellowtent';