AWS t2.micro instance

Hi friends,

I am trying to host the lesson-2 on aws instances.
I am following this blog - where the author says to pip install fastai, torch_nightly etc

I have t2-micro instance which is empty. I am trying to install some packages…it runs a memory error.

File “/usr/lib/python3/dist-packages/pip/download.py”, line 560, in resp_read
decode_content=False):
File “/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/response.py”, line 436, in stream
data = self.read(amt=amt, decode_content=decode_content)
File “/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/response.py”, line 384, in read
data = self._fp.read(amt)
File “/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/filewrapper.py”, line 61, in read
self.__buf.write(data)
MemoryError

How did you guys manage ?

Thanks,
Nutan

Also can I used GCP instead ?