Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
Note: have just found that I can access Instance B from Instance A if I use the internal IP address of Instance B. I want to use the Elastic IP though, for all of the advantages of doing so (i.e. if I want to upgrade the server, don't want to have to reconfigure and redeploy my app, just assign the same elastic IP..) – Kieren Johnstone Dec 7 '12 at 8:33

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.