Skip to content

Commit

Permalink
Add new T2 instance types
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Demidov committed Jul 19, 2014
1 parent a70f846 commit dfe2977
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Aws/Ec2/Enum/InstanceType.php
Expand Up @@ -58,4 +58,7 @@ class InstanceType extends Enum
const R3_2XLARGE = 'r3.2xlarge';
const R3_4XLARGE = 'r3.4xlarge';
const R3_8XLARGE = 'r3.8xlarge';
const T2_MICRO = 't2.micro';
const T2_SMALL = 't2.small';
const T2_MEDIUM = 't2.medium';
}

0 comments on commit dfe2977

Please sign in to comment.