.processors(ImmutableList.of(new Processor(16, 1)))
.volumes(ImmutableList.<Volume>of(new VolumeImpl(640.0f, true, true)));
}
public EC2HardwareBuilder m2_2xlarge() {
return new EC2HardwareBuilder("m2.2xlarge")
.ram(30720)
.processors(ImmutableList.of(new Processor(16, 1)))
.volumes(ImmutableList.<Volume>of(new VolumeImpl(640.0f, true, true)));
}