Github user 24601 commented on a diff in the pull request:
https://github.com/apache/spark/pull/1446#discussion_r15038068
--- Diff: ec2/spark_ec2.py ---
@@ -240,7 +240,10 @@ def get_spark_ami(opts):
"r3.xlarge": "hvm",
"r3.2xlarge": "hvm",
"r3.4xlarge": "hvm",
- "r3.8xlarge": "hvm"
+ "r3.8xlarge": "hvm",
+ "t2.micro": "hvm",
+ "t2.small":"hvm",
+ "t2.medium":"hvm"
--- End diff --
Sure, commit
https://github.com/24601/spark/commit/01fe1288c85674fc2d03ee4896e00aae182f4829
does this, I can submit another PR against that commit if needed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---