On 8/17/2017 6:05 PM, Stroller wrote:
On 17 Aug 2017, at 12:40, Todd Goodman <t...@bonedaddy.net> wrote:
I use AWS instances extensively at work and they have been incredibly reliable
and after initially learning the tools they're very convenient to manage (IMNHO
of course.)
I've used the AWS free tier EC2 to set up a Gentoo instance using a public AMI
to base it on. It worked OK and I'm certain I could have figured out how to
set it up from scratch too.
The free tier is a micro instance which may or may not suit your purposes.
It's probably fine for a mail server and low traffic web server.
Many thanks, that's very helpful.
So AWS instances work like any other VM? I can ssh into them, install packages
on them and so on?
You mentioned the AWS free tier - if I use one of those, can I be sure that it
won't exceed the usage limits without billing me?
Linode were mentioned by a couple of people in the previous thread, too. They
seem like the logical choice, but if I can use AWS for free, that would be
better. ;)
Stroller.
Yes, you can ssh in to them as usual (assuming you have allowed it in
your security group/firewall of course.)
And install packages as well. They're really just regular VM guests
once so whatever you're used to with Gentoo (or other OS) is what you'll
mostly get .
You'll need to look into the free tier to be sure. You can always set
alerts to email you if you're getting close to getting charged.
I'm not sure how much you can run with the free tier. I wasn't really
interested (and obviously, at work it's not applicable.) I'm probably
using the wrong terminology calling it a "tier." I think if you go over
for some reason then it's just additional charges on top, not a bump
into a more expensive "tier" really.
Also, the micro instances (which is all I could run without charge) have
cpu throttled (and I believe the network as well, but certainly
doublecheck that.)
Todd