mirror of https://github.com/apache/jclouds.git
removed incorrect path to key
This commit is contained in:
parent
4d8050105a
commit
a46542ee91
|
@ -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 = "";
|
||||
|
||||
|
|
Loading…
Reference in New Issue