# File lib/aws/ec2/elastic_ip.rb, line 73
      def associated?
        !!(instance_id || association_id)
      end