I have 2 ec2 server instances - i1 and i2.
If i1 serves a page, and that page has to make queries to i2 without i1's knowledge, how do I do it ?
Is it possible to avoid cross domain calls ?
Thanks in advance
|
I have 2 ec2 server instances - i1 and i2. If i1 serves a page, and that page has to make queries to i2 without i1's knowledge, how do I do it ? Is it possible to avoid cross domain calls ? Thanks in advance |
||||
|
|
|
You can use the internal EC2 network for this. The eth0 IP address is reachable within EC2 if you doesn't filter it with the firewall. It is not necessary to initiate a cross domain call. I hope it helps. |
|||||||||
|