Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for p2 instances #217

Closed
jleader opened this issue Oct 24, 2016 · 2 comments
Closed

Add support for p2 instances #217

jleader opened this issue Oct 24, 2016 · 2 comments
Assignees

Comments

@jleader
Copy link

jleader commented Oct 24, 2016

We recently started a project using a p2.xlarge instance, as a result we get:

ERROR:awslimitchecker.services.ec2:ERROR - unknown instance type 'p2.xlarge'; not counting

There are also p2.8xlarge and p2.16xlarge instances available, according to https://aws.amazon.com/ec2/instance-types/p2/ and https://aws.amazon.com/ec2/instance-types/#p2. Apparently these are intended for general GPU use for parallel computation, where the g2 types are more specifically for graphics-intensive uses.

@jantman
Copy link
Owner

jantman commented Oct 26, 2016

Apologies for this; I was completely unaware that there are new instance types.

I should have a fix for this done tonight in a branch, and hoping for a release within the next week.

@jantman jantman self-assigned this Oct 26, 2016
jantman added a commit that referenced this issue Oct 26, 2016
fixes #217 - add support for some new/missing instance types
@jantman
Copy link
Owner

jantman commented Oct 26, 2016

@jleader this was merged to the "develop" branch in #218 ; I expect to cut a release within a week or so, but if you need it before then, you can install directly from develop.

@jantman jantman modified the milestones: 0.5.2, 0.6.0 Oct 26, 2016
@jantman jantman closed this as completed Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants