Skip to content

Commit

Permalink
Update Azure VM sizes used in CF-D to be cheaper
Browse files Browse the repository at this point in the history
We use 3 VM sizes, probably poorly named:
* minimal (can run in 1-2GB of memory and shared core)
* small (needs 4-8GB of memory and at least 1 real core)
* small-highmem (needs 12+ GB of memory and at least 1 real core)
This change updates those 3 VM types to use 4th generation hardware and the cheapest option for each requirement.
  • Loading branch information
dsboulder authored and rkoster committed Mar 23, 2023
1 parent 32a44a2 commit 52703b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudconfig/azure/fixtures/azure-ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
value:
ephemeral_disk:
size: 10240
instance_type: Standard_F2s_v2
instance_type: Standard_D2as_v4

- type: replace
path: /vm_types/name=medium/cloud_properties?
Expand All @@ -86,7 +86,7 @@
value:
ephemeral_disk:
size: 10240
instance_type: Standard_E2s_v3
instance_type: Standard_E4s_v3

- type: replace
path: /vm_types/name=sharedcpu/cloud_properties?
Expand Down

0 comments on commit 52703b5

Please sign in to comment.