How to update container size to have power to complete data science task

0

I run a heavy data science task (clustering) that currently breaks my container. How can I easily increase the container size, or add resources so it can scale to handle the compute necessary?

instance type is t3.medium

已提问 1 个月前361 查看次数
1 回答
0

you need to change instance type to larger one like t3.large or t3.xlarge. That way you have higher vCPU and memory automatically, stop instance, go to settings, change instance type, select larger one, apply and save changes, start instance again.

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html

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

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

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

回答问题的准则