Is Ubuntu Desktop a Good Choice for EC2 File Management?

0
0
Asked By CoolSparrow92 On

I'm starting a new job where I need to manage a lot of files and directories on EC2, but I'm finding it frustrating to do this through the command line in Ubuntu. It involves moving nested directories around and lots of manual searching for files of various versions. Since this is just a small part of my job, I want to know if setting up Ubuntu Desktop on EC2 for a GUI might simplify things. Are there any drawbacks to this setup?

5 Answers

Answered By QuirkyPineapple77 On

I get that the command line is powerful, but can you elaborate on what exactly makes your file management convoluted? Are you dealing with lots of nested directories and individual files? That could clarify the problem.

Answered By CheerfulHawk29 On

Have you tried using a command-line tool like Midnight Commander? It’s similar to Norton Commander and can really help navigate files without needing a full GUI.

Answered By CleverPanda65 On

What are your actual storage options on EC2? Tools exist that can connect via SSH and provide GUI file browsing. But remember, if you're set on using Ubuntu Desktop, it may involve launching a new instance.

Answered By WittyFish64 On

You might want to look into using X11 forwarding over SSH. That way, you can use a file manager like Nautilus to make file transfers easier.

Answered By SassyOtter33 On

Setting up Ubuntu on EC2 is a bit trickier than going for a Windows instance, but there should be pre-configured images available in the marketplace. Just make sure to secure the inbound ports first!

CoolSparrow92 -

I wish I could just use Windows, but unfortunately, they won't cover the costs.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.