azure.yaml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. nodePricing:
  2. - properties:
  3. provider: Azure
  4. region: eastus
  5. instanceType: Standard_D2s_v5
  6. provisioning: on-demand
  7. prices:
  8. node:
  9. unit: hr
  10. price: 0.096
  11. - properties:
  12. provider: Azure
  13. region: eastus
  14. instanceType: Standard_D2s_v5
  15. provisioning: spot
  16. prices:
  17. node:
  18. unit: hr
  19. price: 0.0288
  20. - properties:
  21. provider: Azure
  22. region: eastus
  23. instanceType: Standard_D4s_v5
  24. provisioning: on-demand
  25. prices:
  26. node:
  27. unit: hr
  28. price: 0.192
  29. - properties:
  30. provider: Azure
  31. region: eastus
  32. instanceType: Standard_D4s_v5
  33. provisioning: spot
  34. prices:
  35. node:
  36. unit: hr
  37. price: 0.0576
  38. - properties:
  39. provider: Azure
  40. region: eastus
  41. instanceType: Standard_E2s_v5
  42. provisioning: on-demand
  43. prices:
  44. node:
  45. unit: hr
  46. price: 0.126
  47. - properties:
  48. provider: Azure
  49. region: eastus
  50. instanceType: Standard_E2s_v5
  51. provisioning: spot
  52. prices:
  53. node:
  54. unit: hr
  55. price: 0.0378
  56. - properties:
  57. provider: Azure
  58. region: westus2
  59. instanceType: Standard_D2s_v5
  60. provisioning: on-demand
  61. prices:
  62. node:
  63. unit: hr
  64. price: 0.109
  65. - properties:
  66. provider: Azure
  67. region: westus2
  68. instanceType: Standard_D2s_v5
  69. provisioning: spot
  70. prices:
  71. node:
  72. unit: hr
  73. price: 0.0327
  74. - properties:
  75. provider: Azure
  76. region: westus2
  77. instanceType: Standard_D4s_v5
  78. provisioning: on-demand
  79. prices:
  80. node:
  81. unit: hr
  82. price: 0.218
  83. - properties:
  84. provider: Azure
  85. region: westus2
  86. instanceType: Standard_D4s_v5
  87. provisioning: spot
  88. prices:
  89. node:
  90. unit: hr
  91. price: 0.0654
  92. - properties:
  93. provider: Azure
  94. region: westus2
  95. instanceType: Standard_E2s_v5
  96. provisioning: on-demand
  97. prices:
  98. node:
  99. unit: hr
  100. price: 0.143
  101. - properties:
  102. provider: Azure
  103. region: westus2
  104. instanceType: Standard_E2s_v5
  105. provisioning: spot
  106. prices:
  107. node:
  108. unit: hr
  109. price: 0.0429
  110. persistentVolumePricing:
  111. - properties:
  112. provider: Azure
  113. region: eastus
  114. volumeType: Premium_LRS
  115. prices:
  116. storage:
  117. unit: GiB-hr
  118. price: 0.0002192
  119. - properties:
  120. provider: Azure
  121. region: eastus
  122. volumeType: StandardSSD_LRS
  123. prices:
  124. storage:
  125. unit: GiB-hr
  126. price: 0.0001096
  127. - properties:
  128. provider: Azure
  129. region: eastus
  130. volumeType: Standard_LRS
  131. prices:
  132. storage:
  133. unit: GiB-hr
  134. price: 0.0000685
  135. - properties:
  136. provider: Azure
  137. region: westus2
  138. volumeType: Premium_LRS
  139. prices:
  140. storage:
  141. unit: GiB-hr
  142. price: 0.0002466
  143. - properties:
  144. provider: Azure
  145. region: westus2
  146. volumeType: StandardSSD_LRS
  147. prices:
  148. storage:
  149. unit: GiB-hr
  150. price: 0.0001233
  151. - properties:
  152. provider: Azure
  153. region: westus2
  154. volumeType: Standard_LRS
  155. prices:
  156. storage:
  157. unit: GiB-hr
  158. price: 0.0000767
  159. networkPricing:
  160. - properties:
  161. provider: Azure
  162. prices:
  163. local-egress:
  164. unit: GiB
  165. price: 0.0
  166. x-zone-egress:
  167. unit: GiB
  168. price: 0.01
  169. x-region-egress:
  170. unit: GiB
  171. price: 0.02
  172. internet-egress:
  173. unit: GiB
  174. price: 0.087
  175. nat-egress:
  176. unit: GiB
  177. price: 0.045
  178. nat-ingress:
  179. unit: GiB
  180. price: 0.045