# File lib/aws/ec2/image.rb, line 181 def run_instance options = {} instances = InstanceCollection.new(:config => config) instances.create(options.merge(:image => self)) end