Well have to resort to t2.micro

This commit is contained in:
Johannes Zellner 2016-09-20 17:57:06 +02:00
parent a1a877c465
commit add3ca52f3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ require('colors');
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
const BOX_VERSION = process.env.BOX_VERSION;
const EC2_SELFHOST_DOMAIN = process.env.EC2_SELFHOST_DOMAIN;
const EC2_TYPE = 't2.small';
const EC2_TYPE = 't2.micro';
const EC2_SIZE = 30;
const EC2_REGION = 'eu-central-1';
const EC2_SSH_KEY = 'id_rsa_e2e_selfhost';