t2.small is often not available :-/
This commit is contained in:
parent
bb89c0d6ce
commit
1271a0c21b
@ -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.medium';
|
||||
const EC2_SIZE = 30;
|
||||
const EC2_REGION = 'eu-central-1';
|
||||
const EC2_SSH_KEY = 'id_rsa_e2e_selfhost';
|
||||
|
Loading…
Reference in New Issue
Block a user