Instance A is currently the single EB instance for my environment. I want it to be able to access TCP port Z on Instance B, another instance on the same account.
The state of things:
If I add a '0.0.0.0/0' (allow all) rule for port 9200 on security group 'default', then A can access B fine
If I add the IP address of A to the security group, then again A can access B fine
I do not want either of these options: the first gives public access and the second depends on the IP address not changing (and there only being one instance in my environment, which there won't be)
However, A and B are in the same security group ("default"), and there is a rule allowing that group access to port Z
I have tried all sorts of rules to try to let A access B via configuration. Originally the EB environment was set up to use the default security group called "elasticbeanstalk-windows", and rules allowing that group did not work, so now it's in "default", the same as the instance I want it to connect to. However that has made no difference.
..What rule do I need to allow my elasticbeanstalk environment instances to connect to my other existing instances? Surely just adding the security group for the EB env should work, but it simply doesn't?
Note: I have a support case open with this message, and will post an answer if I get one back from support first. But any help would be very, very much appreicated.