forked from aws-samples/hpc-cost-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
55 lines (52 loc) · 1.39 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
version: 1
instance_mapping:
region_name: eu-west-1
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
- 1024
- 2048
- 4096
runtime_ranges_minutes: # Changing this default value will requiring updating 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
- c5. # (8)
- c5d. # ssd instances may be cheaper on spot
- c6a
- c6i # (9)
- hpc # hpc instances only come in 1 instance size
- m5. # (8) adding a dot to block AMD instances by default
- m5d. # ssd instances may be cheaper on spot
- m6a
- m6i
- r5. # (8)
- r5d. # ssd instances may be cheaper on spot
- r6a
- r6i
- z1d # (6)
- x2i # (5)
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
ec2_savings_plan_duration: 3
ec2_savings_plan_payment_option: 'All Upfront'
compute_savings_plan_duration: 3
compute_savings_plan_payment_option: 'All Upfront'
ComputeClusterModel:
BootTime: '2:00'
IdleTime: '4:00'