Hi,
Please properly subscribe to the user list (this way we will not have to manually approve your emails). All you need to do is send an email to ì user-subscribe@ignite.apache.orgî and follow simple instructions in the reply.
Can each machine see each other using these interfaces below?
10.205.80.41
10.205.87.20
If they can then specify port range to connect to
10.205.80.41:47500..47509
10.205.87.20:47500..47509
This port range is valid if you haven't changed it overriding TcpDiscvoerySpi configuration.
Finally, there is no need to use TcpDiscoveryMulticastIpFinder since multicast is turned off on Amazon.
It makes sense to use TcpDiscoveryVmIpFinder
https://apacheignite.readme.io/docs/cluster-config#static-ip-based-discoveryor event you can switch to AWS IP Finder
https://apacheignite.readme.io/docs/aws-configor JClouds IP Finder
https://apacheignite.readme.io/docs/generic-cloud-configuration--
Denis