class Specinfra::Command::Base::Localhost

Public Class Methods

check_is_ec2_instance() click to toggle source
# File lib/specinfra/command/base/localhost.rb, line 3
def check_is_ec2_instance
  'curl --connect-timeout=1 http://169.254.169.254:80/'
end