Hi, Ignite has a special IP finder for AWS. Look at the article[1].
[1]: https://apacheignite.readme.io/docs/aws-config On Tue, Sep 20, 2016 at 10:39 PM, Mohammad Shariq <[email protected]> wrote: > > Hi, >> >> I am trying Ignite for serving caching needs. >> >> >> I want to have a cluster of 2 instances in AWS, and want to use static IP >> Finder. But ignite is not able to find the nodes in cluster and hanged on >> the message below. >> >> *[18:49:54] Security status [authentication=off, tls/ssl=off]* >> >> My example ignite config for static ip finder is mentioned below. Here I >> have tried with public Ip address of my AWS instance as well as private IP >> address of AWS instance, but it didnt work and couldn't find the cluster >> nodes. >> >> *My Ignite Config for Static ip finder is below:* >> >> <bean >> class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder"> >> <!--<bean >> class="org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.TcpDiscoveryMulticastIpFinder">--> >> <property name="addresses"> >> <list> >> <!-- In distributed environment, replace with >> actual host IP address. --> >> <value>11.33.50.14:47500..47509</value> >> <value>11.33.49.180:47500..47509</value> >> </list> >> </property> >> </bean> >> >> -- Vladislav Pyatkov
