public void doOperation(Managed<MemcachedService> managed) throws OpsException, IOException {
String key = managed.getConductorId();
SshKey sshKey = service.getSshKey();
Tag tag = new Tag(Tag.CONDUCTOR_ID, key);
DiskImageRecipe recipe = imageFactory.loadDiskImageResource(getClass(), "DiskImageRecipe.xml");
String securityGroup = service.getSecurityGroupName();
// TODO: This needs to be configurable. Use tags?