}
@Test(expectedExceptions = IllegalArgumentException.class)
public void testinboundPortsBadFormat() {
AWSEC2TemplateOptions options = new AWSEC2TemplateOptions();
options.inboundPorts(-1, -1);
}
@Test
public void testinboundPorts() {
AWSEC2TemplateOptions options = new AWSEC2TemplateOptions();