Class Ec2MultiRegionSnitch

All Implemented Interfaces:
IEndpointSnitch

public class Ec2MultiRegionSnitch extends Ec2Snitch
1) Snitch will automatically set the public IP by querying the AWS API 2) Snitch will set the private IP as a Gossip application state. 3) Uses a helper class that implements IESCS and will reset the public IP connection if it is within the same region to communicate via private IP. Operational: All the nodes in this cluster needs to be able to (modify the Security group settings in AWS) communicate via Public IP's.