How to choose specific CPU types in AWS batch

0

On AWS batch, the command, cat /proc/cpuinfo | grep 'model name' yields model name : AMD EPYC 7R13 Processor. However, I want to use intel CPU. How to do it? Thanks

已提問 2 年前檢視次數 235 次
1 個回答
0

This will depend on instance type and AMI. I launched a batch with optimal instance type and here is my output :

cat /proc/cpuinfo | grep 'model name' model name : Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz model name : Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz

May i know the instance type and AMI ( if not custom, with region) you are using ?

AWS
支援工程師
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南