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

asked 12 days ago214 views
1 Answer
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
EXPERT
SriniV
answered 12 days ago
profile pictureAWS
EXPERT
reviewed 12 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions