amazon ec2 - is it possible to refer to an EC2 Elastic IP Address from within EC2? -



amazon ec2 - is it possible to refer to an EC2 Elastic IP Address from within EC2? -

i have cluster of ec2 machines need able refer each other. using private ip address works leads problems whenever 1 of instances restarts.

so, tried elastic ip addresses servers have fixed addresses. problem not not seem able refer machines elastic ips cloud.

so, outside cloud ping elasticip , works. ssh of ec2 machines , when ping same elasticip fails. but, can ping machine's private address.

bottom line: elastic ips outward facing?

whether or not can ping instance depend on rules have setup security grouping instance belongs to.

instances can utilize elastic ips talk each other, charged info transfer @ regional info transfer rate if instances in same availability zone (data transfer using internal ips free in case).

amazon-ec2

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -