Terminate a cluster

description

Terminates a cluster running on AWS.

command-line

>>> ./EHPC-Client --terminate -d=domain Options
--keep-main-node        Keeps main node alive and kills all the extra nodes

command line examples

Example 1

Terminates ALL cluster’s nodes on ec2......com

./EHPC-Client --terminate --domain='ec2.....com'

Example 2
Terminates all the extra nodes on ec2......com but keep the main node alive

./EHPC-Client --terminate --domain='ec2.....com' --keep-main-node

Table Of Contents

Previous topic

Install a cluster

Next topic

Add Node

This Page