version: 1

instance_mapping:
  region_name: us-east-2
  range_minimum: 0
  range_maximum: 1000000
  ram_ranges_GB:          # Changing this default value will requiring updating test_add_job_to_collector
    - 1
    - 2
    - 4
    - 8
    - 16
    - 32
    - 64
    - 128
    - 256
    - 512
  runtime_ranges_minutes:   # Changing this default value will requiring updaing test_add_job_to_collector
    - 1
    - 5
    - 20
    - 60
    - 240
    - 1440
  instance_prefix_list: # to allow all instances leave the list with only 1 value of a blank string
    - hpc6a

consumption_model_mapping:
  minimum_cpu_speed:  3                   # For schedulers that do not report the CPU speed - allows setting a mimimum. set to 0 to include all instances
  maximum_minutes_for_spot: 60
  job_file_batch_size: 1000               # number of successful job records processed to collect before writing them to the job log file
  ec2_savings_plan_duration: 3
  ec2_savings_plan_payment_option: 'All Upfront'
  compute_savings_plan_duration: 3
  compute_savings_plan_payment_option: 'All Upfront'