water.deploy
Class EC2
java.lang.Object
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.
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 |
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
EC2
public EC2()
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