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ヶ月前

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

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

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

関連するコンテンツ