sorry ignore - forgot minor tweak to add x86_64 to c1.medium and m1.small as well. (new patch on list)
On 08/03/12 11:39, [email protected] wrote: > From: marios <[email protected]> > > (http://aws.amazon.com/about-aws/whats-new/2012/03/07/three-new-Amazon-EC2-features/) > > Signed-off-by: marios <[email protected]> > --- > server/lib/deltacloud/drivers/ec2/ec2_driver.rb | 7 +++++++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/server/lib/deltacloud/drivers/ec2/ec2_driver.rb > b/server/lib/deltacloud/drivers/ec2/ec2_driver.rb > index 74e110f..9e3ac77 100644 > --- a/server/lib/deltacloud/drivers/ec2/ec2_driver.rb > +++ b/server/lib/deltacloud/drivers/ec2/ec2_driver.rb > @@ -61,6 +61,13 @@ module Deltacloud > architecture 'i386' > end > > + define_hardware_profile('m1.medium') do > + cpu 2 > + memory 3.75 * 1024 > + storage 410 > + architecture ['i386', 'x86_64'] > + end > + > define_hardware_profile('m1.large') do > cpu 4 > memory 7.5 * 1024
