throws Exception {
Ec2Connection ec2 = new TypicaEc2Connection(ec2Config.getAccessId(),
ec2Config.getSecretKey(),
new Ec2Listener(ec2Config.getInstanceIdFile()),
null);
ec2.deleteInstancesByHostName(hostNames);
}
public static List<HostNamePair> listInstances(Ec2RemoteTestConfig ec2Config) throws Exception {
Ec2Connection ec2 = new TypicaEc2Connection(ec2Config.getAccessId(),
ec2Config.getSecretKey());