Skip to content

Commit

Permalink
Merge pull request #2012 from toastdriven/add-m3-instances
Browse files Browse the repository at this point in the history
Added the M3 instance types.
  • Loading branch information
toastdriven committed Jan 22, 2014
2 parents 2b72f32 + 0158c54 commit 7c82f57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boto/ec2/connection.py
Expand Up @@ -750,6 +750,8 @@ def run_instances(self, image_id, min_count=1, max_count=1,
* m1.medium
* m1.large
* m1.xlarge
* m3.medium
* m3.large
* m3.xlarge
* m3.2xlarge
* c1.medium
Expand Down Expand Up @@ -1443,6 +1445,8 @@ def request_spot_instances(self, price, image_id, count=1, type='one-time',
* m1.medium
* m1.large
* m1.xlarge
* m3.medium
* m3.large
* m3.xlarge
* m3.2xlarge
* c1.medium
Expand Down
2 changes: 2 additions & 0 deletions boto/ec2/image.py
Expand Up @@ -208,6 +208,8 @@ def run(self, min_count=1, max_count=1, key_name=None,
* m1.medium
* m1.large
* m1.xlarge
* m3.medium
* m3.large
* m3.xlarge
* m3.2xlarge
* c1.medium
Expand Down

0 comments on commit 7c82f57

Please sign in to comment.