# File lib/fog/providers/aws.rb, line 91 def self.private_dns_name_for(ip_address) "ip-#{ip_address.gsub('.','-')}.ec2.internal" end