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