class AwsEc2Instance

def exists?

def exists?
  return false if instance.nil?
  instance.exists?
end