class Aws::InstanceProfileCredentials

def resolve_endpoint_mode(options)

def resolve_endpoint_mode(options)
  value = options[:endpoint_mode]
  value ||= ENV['AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE']
  value ||= Aws.shared_config.ec2_metadata_service_endpoint_mode(
    profile: options[:profile]
  )
  value || 'IPv4'
end