# File lib/AWS/EC2/instances.rb, line 275 275: def self.local_instance_id 276: Net::HTTP.get URI.parse(EC2_META_URL_BASE + 'instance-id') 277: end