-
Notifications
You must be signed in to change notification settings - Fork 104
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
Instance types not supported by EMR #135
Comments
The EMR service integration is not the best tbh. To my knowledge there is no API to determine which instance types are supported for EMR, just the docs page which is pretty difficult to read. It may be worth deprecating the EMR service integration. Here's the current logic: https://github.com/aws/amazon-ec2-instance-selector/blob/main/pkg/selector/emr.go |
@bwagner5 thanks for the feedback, I thought it was a parameter being forwarded to the API but I see the list is hard coded. So, in the meantime, should we exclude types that are not supported as we get feedback? |
We can do that. Are you able to submit a PR with more accurate instance types list per version? |
@bwagner5 sure, I'll work on updating the instance types for EMR |
* Updated EMR instance types list * Updated EMR instance types list #135 Co-authored-by: EC2 Default User <[email protected]>
When running a command like the following, it's returning
m5n.2xlarge
andm5ad.2xlarge
which are not supported by EMR.Do we need to specify another parameter or is there an issue with the API call?
The text was updated successfully, but these errors were encountered: