class AwsEc2Instance

def instance

def instance
  catch_aws_errors { @instance ||= @ec2_resource.instance(id) }
end