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

asked 2 years ago229 views
1 Answer
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
SUPPORT ENGINEER
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions