Skip to content

Commit

Permalink
fix(aws-ec2): Add Burstable Generation 3 Instances (#812)
Browse files Browse the repository at this point in the history
Add T3/Burstable3 to the instance types enumeration.
  • Loading branch information
leepa authored and rix0rrr committed Sep 29, 2018
1 parent 8a5299a commit 6c523f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/@aws-cdk/aws-ec2/lib/instance-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,16 @@ export enum InstanceClass {
*/
T2 = 't2',

/**
* Burstable instances, 3rd generation
*/
Burstable3 = 't3',

/**
* Burstable instances, 3rd generation
*/
T3 = 't3',

/**
* Memory-intensive instances, 1st generation
*/
Expand Down

0 comments on commit 6c523f2

Please sign in to comment.