# File lib/rudy/aws/ec2/instance.rb, line 300 300: def running?(inst_ids) 301: compare_instance_lists(list(:running, inst_ids), inst_ids) 302: end