aws.json 854 B

123456789101112131415161718192021222324252627
  1. {
  2. "provider": "custom",
  3. "description": "Default prices used to compute allocation between RAM, CPU and GPU. AWS pricing API data still used for total node cost.",
  4. "CPU": "0.031611",
  5. "spotCPU": "0.006655",
  6. "RAM": "0.004237",
  7. "GPU": "0.95",
  8. "spotRAM": "0.000892",
  9. "storage": "0.00005479452",
  10. "zoneNetworkEgress": "0.01",
  11. "regionNetworkEgress": "0.01",
  12. "internetNetworkEgress": "0.143",
  13. "natGatewayEgress": "0.045",
  14. "natGatewayIngress": "0.045",
  15. "spotLabel": "kops.k8s.io/instancegroup",
  16. "spotLabelValue": "spotinstance-nodes",
  17. "awsServiceKeyName": "",
  18. "awsServiceKeySecret": "",
  19. "awsSpotDataRegion": "",
  20. "awsSpotDataBucket": "",
  21. "awsSpotDataPrefix": "",
  22. "athenaBucketName": "",
  23. "athenaRegion": "",
  24. "athenaDatabase": "",
  25. "athenaTable": "",
  26. "projectID": ""
  27. }