-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add data for instance type r8g.xlarge #338
Comments
Do you have the specs for r8g.xlarge ? |
https://aws.amazon.com/ec2/instance-types/ specifies that Amazon EC2 R8g instances are powered by AWS Graviton4 processors. They deliver the best price performance in Amazon EC2 for memory-intensive workloads. Features: Powered by custom-built AWS Graviton4 processors |
Do you know how to add those instances ? https://doc.api.boavizta.org/contributing/cloud_instance/ You will need to add the r8g.8xlarge as a platform : https://doc.api.boavizta.org/contributing/server/ You will also need to add the graviton 4 to the CPU list https://doc.api.boavizta.org/contributing/cpu/ |
Could use as starting points to find the details |
Problem
Solution
Follow the instructions on https://doc.api.boavizta.org/contributing/cloud_instance/ to add the missing data
The text was updated successfully, but these errors were encountered: