-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] What cloud providers can we use for bare-metal dev & testing? #13
Comments
I was successful finding RDT support for both monitoring and Allocation from https://www.latitude.sh/ c2.large.x86 I will try other baremetal providers I know that offer hourly Baremetal and start the doc. I’ll make a PR this week. |
Thanks! I don't see c2.large.x86 on the pricing list, is it still available? |
It was earlier. It seems like it is sold out - https://www.latitude.sh/dashboard/opensource/memory-collector/usage/billing |
GCPBare metal supportIt seems that https://cloud.google.com/bare-metal is titled "Bare Metal Solution for Oracle" and might require talking to sales. There is a feature not to share nodes with others, sole tenancy, but workloads still run under a hypervisor, so RDT support seems to boil down to whether the hypervisor allows some VM sizes to access RDT. So to use GCP, we'd probably need to check if some VM sizes allow access to RDT, maybe when allocating a VM with all available cores. Instance typesInstance type -> CPU mapping page:
Not supported on:
|
AWSInstance types
An observation: Intel's "Which Intel Processors Supports Intel® Resource Director Technology (Intel® RDT)?" claims most of:
Spot pricing:From the pricing page, searching c7i.metal-24xl $0.46 |
VultrSeveral bare metal instances with GPUs support RDT:
Limestone NetworksThis page does not have any RDT-capable processors However the AMD EPYC 7301, 7282 and 7402 appear to support AMD QoS. Prices quotes $0.67, $0.7, and $1.03 respectively (the 7301 is even dual-socket). PheonixNAPpricing page. RDT instances:
ScalewayPricing pages do not appear to contain compatible Intel hardware. AMD hardware might have support (did not check) Atlantic.net |
We'd like to have a list of suggested cloud providers that have affordable bare-metal machines that support memory bandwidth and cache monitoring.
These providers can be used for our CI system to test PRs automatically for contributors, and also for contributors to perform development (if they don't have a machine with hardware support).
Criteria:
"Definition of Done":
There is a document in
docs/
that describes the found providers, instance types that support RDT, and their cost (with note of when pricing was last reviewed).The text was updated successfully, but these errors were encountered: