<aws enabled="true">
<access-key>***************</access-key>
<secret-key>***************</secret-key>
<!--optional, default is us-east-1 -->
<region>us-east-2</region>
<!--optional, default is
ec2.amazonaws.com. If set, region shouldn't be set as it will override this property -->
<!-- optional, only instances belonging to this group will be discovered, default will try all running instances -->
<security-group-name>mySecurityGroup</security-group-name>
<tag-key>myKey</tag-key>
<tag-value>myValue</tag-value>
<hz-port>5701-5718</hz-port>
</aws>
<interfaces enabled="true">
<interface>172.31.*.*</interface>
</interfaces>