# File lib/aws/cloud_formation.rb, line 278
    def estimate_template_cost template, parameters = {}
      client_opts = {}
      client_opts[:template] = template
      apply_template(client_opts)  
      apply_parameters(client_opts)  
      client.estimate_template_cost(client_opts).url
    end