water.deploy
Class EC2

java.lang.Object
  extended by water.deploy.EC2

public class EC2
extends java.lang.Object

Manages EC2 instances. Note: This class is intended for debug purposes only, please refer to the documentation to run H2O on AWS.


Field Summary
 int boxes
           
 boolean confirm
           
 java.lang.String image
           
 java.lang.String region
           
 java.lang.String securityGroup
           
 java.lang.String type
           
 
Constructor Summary
EC2()
           
 
Method Summary
 Cloud resize()
          Create or terminate EC2 instances.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

boxes

public int boxes

region

public java.lang.String region

image

public java.lang.String image

type

public java.lang.String type

securityGroup

public java.lang.String securityGroup

confirm

public boolean confirm
Constructor Detail

EC2

public EC2()
Method Detail

resize

public Cloud resize()
             throws java.lang.Exception
Create or terminate EC2 instances. Uses their Name tag to find existing ones.

Throws:
java.lang.Exception