Boavizta / boaviztapi

🛠 Giving access to BOAVIZTA reference data and methodologies trough a RESTful API
GNU Affero General Public License v3.0
66 stars 23 forks source link

Missing instance type m6a.xlarge #213

Closed damienfernandes closed 9 months ago

damienfernandes commented 10 months ago

Problem

Missing instance type m6a.xlarge in aws referential

Solution

Add data for instance type m6a.xlarge in aws referential : https://github.com/Boavizta/boaviztapi/blob/dev/boaviztapi/data/archetypes/cloud/aws.csv

Alternatives

Additional context or elements

see with @demeringo

demeringo commented 10 months ago

According to AWS:

https://aws.amazon.com/ec2/instance-types/m6a/

This seems to correspond to "AMD EPYC™ 7003 Series Processors".... but I do not think we have data about this family yet https://www.amd.com/system/files/documents/amd-epyc-7003-series-datasheet.pdf

da-ekchajzer commented 9 months ago

Thanks for your issue. I added the m6a family in this PR : https://github.com/Boavizta/boaviztapi/pull/216

I will deploy it to the dev endpoint If there are no objections

demeringo commented 9 months ago

👍 Thank you very much @da-ekchajzer

da-ekchajzer commented 9 months ago

Merged on dev branch