←back to thread

90 points sugarpimpdorsey | 3 comments | | HN request time: 0.014s | source
Show context
rwmj ◴[] No.44774950[source]
We have these at work and there was a big outcry when IT tried to get rid of them. I use them from time to time to do things like: Keep git and other backups. Convenient place to scp files to/from. Upload files that coworkers can grab. I don't use it, but others used them as permanent IRC endpoints (using screen or tmux presumably).

Notice a cloud VM or container probably doesn't work here. You need something with a permanent presence, and shared between users (with separate Unix accounts).

replies(3): >>44775025 #>>44775456 #>>44776060 #
1. bravesoul2 ◴[] No.44776060[source]
What's the difference between this and a Ubuntu running on EC2 with various users and SSH?
replies(1): >>44776076 #
2. ndileas ◴[] No.44776076[source]
Mostly annoying network configs and token expirations etc. Not saying it can't be set up well, but in my experience some security guru gets a hardon for making my life miserable.
replies(1): >>44776135 #
3. calgoo ◴[] No.44776135[source]
That depends... If your AWS account is already wired up the internal network then the ec2 is basically just another VM just like the onprem VMware servers or physical machines.

Now if all your AWS accounts are only public facing then yes it can get a bit more complicated .