AMD instances seem to be very scarse

0

I have tried to configure a batch compute environment setting in the template: "Type": "EC2" "InstanceTypes": ["m7a.2x"] My region is N.Virginia.

But these instances are not started at all when Desirded vCPUs is set to a multiple of 8. The compute environment gets instead scaled up properly ewhen I set InstanceTypes=["m7i.2x"]. I can't see any error in the management console when m7a.2x are not started. They just do not appear in the EC2 section of the console. I presume that the reason is a scarsity of AMD hardware in AWS systems.

steffew
已提问 1 个月前99 查看次数
2 回答
0

It seems the m7a.2x instance type is not available in sufficient quantities in the AWS region you are using. AWS Batch needs a minimum number of these instances to be available at launch in order to start the compute environment.

In order to boost AWS Batch performance, we can take a few steps. First, we should go for a versatile instance type like m7i.2x that supports both AMD and Intel options, making the most of the hardware available. Secondly, if the m7a.2x instances are more accessible in another AWS region, we might want to consider launching the compute environment there for better availability. Thirdly, we can cut down on the initial number of instances by lowering the DesiredvCPUs setting, as long as it meets the minimum requirement. And lastly, it's crucial to keep an eye on the AWS documentation regularly to stay updated on instance type availability and quotas in our region, as hardware availability can change over time.

profile picture
专家
已回答 1 个月前
profile pictureAWS
专家
已审核 1 个月前
0

Surely I can use (and in fact I am using) m7i.2x but m7i.2x is't more versatile and do not run on AMD.
In fact you may look at https://aws.amazon.com/ec2/instance-types/ that m7i are based on intel CPU while m7a are based on AMD Epyc CPU. Some time ago I had been able to launch m7a in my compute environment and I had verified that in my applcation m7a are faster than m7i.

steffew
已回答 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容