* Note we cannot use the micro size as it has no ephemeral space.
*/
@Test
public void testMapEBS() throws Exception {
if (ebsTemplate == null) {
throw new SkipException("Test cannot run without the parameter test." + provider
+ ".ebs-template; this property should be in the format defined in TemplateBuilderSpec");
}
InstanceApi instanceClient = view.unwrapApi(EC2Api.class)
.getInstanceApi().get();