# File lib/aws/ec2/instance.rb, line 634 def elastic_ip ips = ElasticIpCollection.new(:config => config) ips.filter('instance-id', id).first end