# File lib/fog/aws.rb, line 191
      def self.private_ip_address
        ip_address.gsub(/^\d{1,3}\./,"10.")
      end