I have a VPC, inside there is a public subnet and two private subnets. I configured security groups as well as route tables and I can access ES2 instances in the two private subnets from the instance in the public subnet.
Now I want to know if I can directly connect to the instances in one private subnet from the instances in the other private subnets. If yes, how.
Thanks, Philip