RE: Connecting to Cassandra cluster in AWS from local network

2015-04-21 Thread Matthew Johnson
x of clients that need to connect over private IP address and public, then one of the solutions outlined in https://datastax-oss.atlassian.net/browse/JAVA-145 may be more appropriate. -Russ *From: *Alex Popescu *Reply-To: * *Date: *Monday, April 20, 2015 at 2:00 PM *To: *user *Subject: *Re: Conn

Re: Connecting to Cassandra cluster in AWS from local network

2015-04-20 Thread Russell Bradberry
, then one of the solutions outlined in https://datastax-oss.atlassian.net/browse/JAVA-145 may be more appropriate. -Russ From: Alex Popescu Reply-To: Date: Monday, April 20, 2015 at 2:00 PM To: user Subject: Re: Connecting to Cassandra cluster in AWS from local network You'll ha

Re: Connecting to Cassandra cluster in AWS from local network

2015-04-20 Thread Alex Popescu
You'll have to configure your nodes to: 1. use AWS internal IPs for inter-node connection (check listen_address) and 2. use the AWS public IP for client-to-node connections (check rpc_address) Depending on the setup, there might be other interesting conf options in cassandra.yaml (broadcast_addre

Re: Connecting to Cassandra cluster in AWS from local network

2015-04-20 Thread Russell Bradberry
: Connecting to Cassandra cluster in AWS from local network Ideally you'll be on the same network, but if you can't be, you'll need to use the public ip in listen_address. On Mon, Apr 20, 2015 at 9:47 AM Matthew Johnson wrote: Hi all, I have set up a Cassandra cluster with 2.1.4 o

Re: Connecting to Cassandra cluster in AWS from local network

2015-04-20 Thread Jonathan Haddad
Ideally you'll be on the same network, but if you can't be, you'll need to use the public ip in listen_address. On Mon, Apr 20, 2015 at 9:47 AM Matthew Johnson wrote: > Hi all, > > > > I have set up a Cassandra cluster with 2.1.4 on some existing AWS boxes, > just as a POC. Cassandra servers con

Connecting to Cassandra cluster in AWS from local network

2015-04-20 Thread Matthew Johnson
Hi all, I have set up a Cassandra cluster with 2.1.4 on some existing AWS boxes, just as a POC. Cassandra servers connect to each other over their internal AWS IP addresses (172.x.x.x) aliased in /etc/hosts as sales1, sales2 and sales3. I connect to it from my local dev environment using the