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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン