# File lib/fog/core/current_machine.rb, line 28
    def self.ip_address
      @@lock.synchronize do
        @@ip_address ||= Excon.get(AMAZON_AWS_CHECK_IP).body.chomp
      end
    end