How to get the actual server IP-Address/AWS zone?

Hi there,

since the new Pricing for Galaxy today, Meteor also announced that starting from 3 containers or more the servers will be distributed over several AWS zones.

Since I am located in Europe I was waiting for a possibility to select the Europe AWS zone in Galaxy.
Now at least containers are spread over AWS zones.

So my question: How can I see in which zone (IP-Address) my container actually resides?
A server-side console.log output would be sufficient.

I have tried so far:

  • Meteor.absoluteUrl: Just returns the environment variable
  • this.connection: returns undefined

Can one run nodeJS commands inside meteor server, then maybe something like req.headers.host ?

Regards