# File lib/deltacloud/drivers/ec2/ec2_driver.rb, line 566
        def create_storage_snapshot(credentials, opts={})
          ec2 = new_client(credentials)
          safely do
            convert_snapshot(ec2.try_create_snapshot(opts[:volume_id]))
          end
        end