open-nomad/website/pages
Seth Hoenig e693d15a5b env_aws: get ec2 cpu perf data from AWS API
Previously, Nomad was using a hand-made lookup table for looking
up EC2 CPU performance characteristics (core count + speed = ticks).

This data was incomplete and incorrect depending on region. The AWS
API has the correct data but requires API keys to use (i.e. should not
be queried directly from Nomad).

This change introduces a lookup table generated by a small command line
tool in Nomad's tools module which uses the Amazon AWS API.

Running the tool requires AWS_* environment variables set.
  $ # in nomad/tools/cpuinfo
  $ go run .

Going forward, Nomad can incorporate regeneration of the lookup table
somewhere in the CI pipeline so that we remain up-to-date on the latest
offerings from EC2.

Fixes #7830
2020-10-08 12:01:09 -05:00
..
api-docs Format docs website code and mdx 2020-10-02 13:31:40 -04:00
docs env_aws: get ec2 cpu perf data from AWS API 2020-10-08 12:01:09 -05:00
downloads docs: update website to 0.12.4 2020-09-09 15:22:22 -07:00
home [docs] Update redirects and links for learn.hashicorp.com (#8598) 2020-09-29 12:48:32 -04:00
intro Format docs website code and mdx 2020-10-02 13:31:40 -04:00
not-found Dependency updates and improvements 2020-06-23 17:43:43 -04:00
partials Format docs website code and mdx 2020-10-02 13:31:40 -04:00
resources Update index.jsx 2020-06-23 08:47:06 -04:00
security
use-cases [docs] Update redirects and links for learn.hashicorp.com (#8598) 2020-09-29 12:48:32 -04:00
404.jsx Dependency updates and improvements 2020-06-23 17:43:43 -04:00
_app.js Dependency updates and improvements 2020-06-23 17:43:43 -04:00
_document.js Format docs website code and mdx 2020-10-02 13:31:40 -04:00
_error.jsx
index.jsx Patch bump internal hashicorp dependencies (#8300) 2020-07-02 17:56:09 -04:00
print.css Patch bump internal hashicorp dependencies (#8300) 2020-07-02 17:56:09 -04:00
style.css Update docs site to deploy to Vercel instead of Netlify 2020-10-07 13:49:05 -04:00