I've the aerospike instance in the AWS EC2. I can connect through putty but I try through java code (Java client). I can't connect to the aerospike.
AerospikeClient client = new AerospikeClient("IP-address", 3000);
System.out.println(client.isConnected());
"IP-address" I try out followings
Amazon EC2 instance
- private IP
- public IP
- private DNS
- public DNS
unfortunately prints system connected false. Any idea about this?