# File lib/rudy/aws/ec2/address.rb, line 20 20: def associated? 21: !@instid.nil? && !@instid.empty? 22: end