t2.micro is just too small
This commit is contained in:
parent
a767f28dd8
commit
0987649b92
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user