# File lib/deltacloud/drivers/ec2/ec2_mock_driver.rb, line 91 def terminate_instances(id) update_instance_state(id, 'stopping', '80') end