# File lib/new_relic/agent/aws_info.rb, line 13 def initialize handle_remote_calls do @instance_type = remote_fetch('instance-type') @instance_id = remote_fetch('instance-id') @availability_zone = remote_fetch('placement/availability-zone') end end