Skip to content

the storage of my instance is satured

0

I have the c5d.2xlarge instance and I want to install dependencies to run python script but here is my linux terminal when I run my ubuntu instance, so I don't understand why I have 6.7gb and not 200gb. I get this error : ("Connection broken: OSError(28, 'No space left on device')", OSError(28, 'No space left on device')". Is there someone here with some informations about this issue ? I'm sure I don't download 200gb. I'll be very grateful. Terminal after running 'df h' Storage when I open the instance (whereas I'm supposed to have 200gb with the instance I choose

asked a year ago294 views
1 Answer
1

If you are looking for 200GB of Instance Store (c5d.2xlarge) it isn’t automatically mounted but you have to create a filesystem and mount it yourself. These instructutions might be helpful https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/making-instance-stores-available-on-your-instances.html

And plese make sure you understand the emphemeral nature of instance store before shuting down your host (ie data on it, including the filesystem, will be gone).

EXPERT
answered a year ago
EXPERT
reviewed a year ago
EXPERT
reviewed a year 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.