Gets and sets the property InstanceCount.
The number of Amazon EC2 instances in the cluster. If the value is 1, the same instance serves as both the master and slave node. If the value is greater than 1, one instance is the master node and all others are slave nodes.

C# |
public int InstanceCount { get; set; }