@Test
public void testnoKeyPairStatic() {
AWSEC2TemplateOptions options = noKeyPair();
assertEquals(options.getKeyPair(), null);
assert !options.shouldAutomaticallyCreateKeyPair();
}
@Test
public void testMonitoringEnabledDefault() {
AWSEC2TemplateOptions options = new AWSEC2TemplateOptions();