From user-return-21753-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Sep 10 15:54:17 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 90B4A18067A for ; Mon, 10 Sep 2018 15:54:16 +0200 (CEST) Received: (qmail 63317 invoked by uid 500); 10 Sep 2018 13:54:15 -0000 Mailing-List: contact user-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ignite.apache.org Delivered-To: mailing list user@ignite.apache.org Received: (qmail 63307 invoked by uid 99); 10 Sep 2018 13:54:15 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2018 13:54:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1A2C018D5AB for ; Mon, 10 Sep 2018 13:54:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.172 X-Spam-Level: ** X-Spam-Status: No, score=2.172 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id V8wiv84Zc2Wb for ; Mon, 10 Sep 2018 13:54:14 +0000 (UTC) Received: from n6.nabble.com (n6.nabble.com [162.255.23.37]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 4BE795F118 for ; Mon, 10 Sep 2018 13:54:14 +0000 (UTC) Received: from n6.nabble.com (localhost [127.0.0.1]) by n6.nabble.com (Postfix) with ESMTP id EBB8A95C0885 for ; Mon, 10 Sep 2018 06:54:13 -0700 (MST) Date: Mon, 10 Sep 2018 06:54:13 -0700 (MST) From: aealexsandrov To: user@ignite.apache.org Message-ID: <1536587653962-0.post@n6.nabble.com> In-Reply-To: <1536192706926-0.post@n6.nabble.com> References: <1536192706926-0.post@n6.nabble.com> Subject: Re: AWS Cluster MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, In case if your nodes don't see each other then try to check next: 1)That your IP finder configuration for every node contains the IP addresses of every AWS node from the cluster like next: 178.0.0.1:47500..47501 178.0.0.2:47500..47501 where 178.0.0.1 and 178.0.0.2 are AWS machines addresses. 2)Check you configurated the security group. It required because you should open TCP ports for Ignite communication. https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html Example: Inbound: Custom TCP Rule TCP 10800 - 10900 0.0.0.0/0 client Custom TCP Rule TCP 47500 - 47600 0.0.0.0/0 discovery Custom TCP Rule TCP 47100 - 47200 0.0.0.0/0 communication Outbound: All traffic All All 0.0.0.0/0 All traffic All All ::/0 3)Check that ports is open in your operating system. For example, in windows, you should add new rules to the firewall to open ports (or disable the firewall) When all steps above will be done and all IP addresses and ports will be correct then your C# code will work as expected. BR, Andrei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/