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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠