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