AppScale / appscale-tools

A set of command-line tools that can be used to interact with AppScale.
Other
51 stars 49 forks source link

Added support for m1.large EC2 machine type #630

Closed jeanleonov closed 7 years ago

jeanleonov commented 7 years ago

Before getting any approvals i'd like to check with you if we need to add other instance types supported by ec2? What was a purpose for skipping some instance type in initial implementation?

obino commented 7 years ago

@jeanleonov we cannot use m1.large on EC2 itself. This the error we get A client error (InvalidParameterCombination) occurred when calling the RunInstances operation: Non-Windows instances with a virtualization type of 'hvm' are currently not supported for this instance type.

Unless we can differentiate between euca and AWS, we should not have old instance type in the listing it seems.