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

feita há 2 anos235 visualizações
1 Resposta
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
ENGENHEIRO DE SUPORTE
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas

Conteúdo relevante