Rupesh029 / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

Add new instance type #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to launch an ec2 instance
2. See the instance types 
3.

What is the expected output? What do you see instead?
In instance type combo box , new instance type must be there
(m2.2XLARGE,m2.4XLARGE). New instance types are not avaialable.

What version of the product are you using? On what operating system?
I am using typica 1.6 on windows and linux os

Please provide any additional information below.
This is a small change in com.xerox.amazonws.ec2.InstanceType, just add the
new instance types
M22XLARGE_HCPU ("m2.2xlarge")
M24XLARGE_HCPU ("m2.4xlarge")

Original issue reported on code.google.com by sukant...@gmail.com on 23 Nov 2009 at 8:52

GoogleCodeExporter commented 9 years ago
Instead of adding 

M22XLARGE_HCPU ("m2.2xlarge")
M24XLARGE_HCPU ("m2.4xlarge")

in com.xerox.amazonws.ec2.InstanceType

need to add

DXLARGE_HMEM ("m2.2xlarge")
QXLARGE_HMEM ("m2.2xlarge")

Original comment by sukant...@gmail.com on 23 Nov 2009 at 9:01

GoogleCodeExporter commented 9 years ago
This is very critical to our work so it would be fantastic to get these into a
release soon.

Also wondering, would it be possible to externalize the instance types since
InstanceType has no additional information beyond the name? It would prevent
situations like this where clients of typica need to wait for an update. As 
long as
the user provided InstanceType string is validated by EC2 we could continue as 
usual.

Thanks for all the great work.

Original comment by basud...@gmail.com on 3 Dec 2009 at 1:32

GoogleCodeExporter commented 9 years ago
This should be in SVN now. I believe Patrick did that a week or two ago.

Original comment by dkavan...@gmail.com on 17 Feb 2010 at 9:37