AWS m5 instances (442003ab84)

This commit is contained in:
Vincent Fiduccia 2018-01-05 02:01:04 -07:00
parent 006d7aa12b
commit c06bd6188b
No known key found for this signature in database
GPG Key ID: 2B29AD6BB2BB2582
1 changed files with 7 additions and 0 deletions

View File

@ -68,6 +68,13 @@ let INSTANCE_TYPES = [
{group: 'T2 - Burstable', name: 't2.xlarge'},
{group: 'T2 - Burstable', name: 't2.2xlarge'},
{group: 'M5 - General Purpose', name: 'm5.large'},
{group: 'M5 - General Purpose', name: 'm5.xlarge'},
{group: 'M5 - General Purpose', name: 'm5.2xlarge'},
{group: 'M5 - General Purpose', name: 'm5.4xlarge'},
{group: 'M5 - General Purpose', name: 'm5.12xlarge'},
{group: 'M5 - General Purpose', name: 'm5.24xlarge'},
{group: 'M4 - General Purpose', name: 'm4.large'},
{group: 'M4 - General Purpose', name: 'm4.xlarge'},
{group: 'M4 - General Purpose', name: 'm4.2xlarge'},