t2.medium is also not available!!

Revert "t2.small is often not available :-/"

This reverts commit 1271a0c21b.
This commit is contained in:
Johannes Zellner 2016-09-20 14:50:50 +02:00
parent 1271a0c21b
commit a1a877c465
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.medium';
const EC2_TYPE = 't2.small';
const EC2_SIZE = 30;
const EC2_REGION = 'eu-central-1';
const EC2_SSH_KEY = 'id_rsa_e2e_selfhost';