removed incorrect path to key

This commit is contained in:
Alex Yarmula 2010-02-17 00:51:14 -08:00
parent 4d8050105a
commit a46542ee91
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class EbsResizeMain {
String instanceId = "AMAZON_INSTANCE_ID (i-xxxxxx)";
Region region = Region.US_EAST_1;
int newSize = 6;
String pathToKeyPair = "/Users/alex/miscdev/aws/security/alexpair.pem";
String pathToKeyPair = "";
String remoteLogin = "ubuntu";
String remotePassword = "";