<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Configuring NiFi Site to Site protocol for AWS nodes with no public ip in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Configuring-NiFi-Site-to-Site-protocol-for-AWS-nodes-with-no/m-p/111861#M74709</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/2820/shishirsaxena3.html" nodeid="2820"&gt;@Shishir Saxena&lt;/A&gt;&lt;P&gt;Your source NiFi will need to be able to communicate directly with both nodes in your target cluster in order to load-balance data.  What version of NiFi are you using?

&lt;/P&gt;</description>
    <pubDate>Sat, 19 Nov 2016 05:00:41 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2016-11-19T05:00:41Z</dc:date>
    <item>
      <title>Configuring NiFi Site to Site protocol for AWS nodes with no public ip</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configuring-NiFi-Site-to-Site-protocol-for-AWS-nodes-with-no/m-p/111860#M74708</link>
      <description>&lt;P&gt;I have a Nifi cluster setup with 2 nodes in AWS EC2. One Nifi node has a public ip and 2nd one is on vpc. My cluster is up and running and I can see both my nodes from nifi public instance. &lt;/P&gt;&lt;P&gt;I want to add a remote process group pointing to same instance for load balancing. When I add a remote process group with same address as public server, it fails to communicate to node. &lt;/P&gt;&lt;P&gt;I have left nifi.remote.input.host as blank. Should I populate it with public ip address of server or private ip address of server ?&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 04:56:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configuring-NiFi-Site-to-Site-protocol-for-AWS-nodes-with-no/m-p/111860#M74708</guid>
      <dc:creator>shishir_saxena4</dc:creator>
      <dc:date>2016-11-19T04:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring NiFi Site to Site protocol for AWS nodes with no public ip</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configuring-NiFi-Site-to-Site-protocol-for-AWS-nodes-with-no/m-p/111861#M74709</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2820/shishirsaxena3.html" nodeid="2820"&gt;@Shishir Saxena&lt;/A&gt;&lt;P&gt;Your source NiFi will need to be able to communicate directly with both nodes in your target cluster in order to load-balance data.  What version of NiFi are you using?

&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 05:00:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configuring-NiFi-Site-to-Site-protocol-for-AWS-nodes-with-no/m-p/111861#M74709</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2016-11-19T05:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring NiFi Site to Site protocol for AWS nodes with no public ip</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configuring-NiFi-Site-to-Site-protocol-for-AWS-nodes-with-no/m-p/111862#M74710</link>
      <description>&lt;P&gt;HDF 2.0. Source nifi is also running on same instance. Looking at logs, it looks like nifi is trying to communicate on public ip address, but it can't communicate. How do I specify private ip for communication. &lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 05:06:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configuring-NiFi-Site-to-Site-protocol-for-AWS-nodes-with-no/m-p/111862#M74710</guid>
      <dc:creator>shishir_saxena4</dc:creator>
      <dc:date>2016-11-19T05:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring NiFi Site to Site protocol for AWS nodes with no public ip</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configuring-NiFi-Site-to-Site-protocol-for-AWS-nodes-with-no/m-p/111863#M74711</link>
      <description>&lt;P&gt;The source NiFi will initially communicate with the target cluster over the same HTTP(s) port you would use to access the target NiFi cluster's UI.  After that initial communication the target cluster will provide your source NiFi with the configured nifi.remote.input.host and nifi.remote.input.port for each node in teh target cluster along with teh current load on each node.&lt;/P&gt;&lt;P&gt;If you left the nifi.remote.input.host blank, Java will try to determine the hostname.  This may result in either an internal hostname your source can not resolve or even just localhost.  I highly recommend setting this property to a public facing FQDN for each node in your cluster.&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 05:06:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configuring-NiFi-Site-to-Site-protocol-for-AWS-nodes-with-no/m-p/111863#M74711</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2016-11-19T05:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring NiFi Site to Site protocol for AWS nodes with no public ip</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configuring-NiFi-Site-to-Site-protocol-for-AWS-nodes-with-no/m-p/111864#M74712</link>
      <description>&lt;P&gt;Thanks Matt. Source Nifi instance is not able to talk to target cluster because it it trying to access public ip that it can't access. I guess it is more of EC2 question, how can I get my node to communicate using public ip.&lt;/P&gt;&lt;P&gt;Only one of the node is public facing. Other node is not public facing and doesn't have a public facing FQDN.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 05:23:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configuring-NiFi-Site-to-Site-protocol-for-AWS-nodes-with-no/m-p/111864#M74712</guid>
      <dc:creator>shishir_saxena4</dc:creator>
      <dc:date>2016-11-19T05:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring NiFi Site to Site protocol for AWS nodes with no public ip</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Configuring-NiFi-Site-to-Site-protocol-for-AWS-nodes-with-no/m-p/111865#M74713</link>
      <description>&lt;P&gt;Thanks Matt for your help. I finally resolved this issue by referring to internal ip of hosts.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 00:27:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Configuring-NiFi-Site-to-Site-protocol-for-AWS-nodes-with-no/m-p/111865#M74713</guid>
      <dc:creator>shishir_saxena4</dc:creator>
      <dc:date>2016-11-23T00:27:23Z</dc:date>
    </item>
  </channel>
</rss>

