Python Forum
Working with EFS/Glacier - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Working with EFS/Glacier (/thread-7672.html)



Working with EFS/Glacier - devs4p - Jan-20-2018

m5.large instance
Root drive EBS 2TB
OS Windows 2016

m5.large instance
Root drive EBS 2atb
OS Ubuntu CapiDicks

These instances uses the same S3 bucket for backing up some important files. Works nicely. But - its pretty costly for what it serves (around 4TB/month). So I want to lower costs/monh. So created EFS and mounted it with Ubuntu. Works nicely. To mount it on Windows (2016) we need to either install Samba Client (Server Manager > Add roles) or make script in (what seems most reasonable) Python,


RE: Working with EFS/Glacier - j.crater - Jan-20-2018

Sorry, I don't quite understand what the question is. Are you asking whether this can be done in Python? Or you have some Python code that does not work as expected?


RE: Working with EFS/Glacier - devs4p - Jan-21-2018

@up:: I will try to make myself clear.

I just want to access EFS from Windows 2016 using Python. Howe to do it? And whats best IDE for Python on Windows?