public void doOperation() throws OpsException, IOException {
}
@Override
protected void addChildren() throws OpsException {
TomcatService model = OpsContext.get().getInstance(TomcatService.class);
InstanceBuilder instance = InstanceBuilder.build(model.dnsName, this, model.getTags());
instance.minimumMemoryMb = 2048;
addChild(instance);
instance.addChild(JavaVirtualMachine.buildJava6());