t2.micro is just too small

This commit is contained in:
Johannes Zellner 2016-06-29 15:28:00 +02:00
parent a767f28dd8
commit 0987649b92
1 changed files with 1 additions and 1 deletions

View File

@ -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';