For the last 15 (or so) years i have my own hardware in a Colo. It's not the cheapest solution, but it has turned out to be very reliable and flexible. It's easy enough to upgrade the hardware if your really have to (as long as the colo is in driving distance) and you have *fixed* costs every month.

All my stuff (Host with big database + 2 VMs) and a VM of a friend is currently running on a 10 year old 4 Core Intel Xeon at 3.3 Ghz with 32 Gigs of RAM.

Owning your own server hardware has pros and cons. But for me, the pros are in the majority. When it's your own hardware, you can really adapt it to your requirements, install a Raid controller of your choice etc. If you need a GPU for some neural network stuff, it's a one-time cost instead of paying for the service on a monthly basis (or on some weird "GPU cycles used" scheme).

After the initial setup it doesn't take all that much extra time for system admin stuff except for the occasional "sudo apt update && sudo apt dist-upgrade && sudo reboot". The rest of the work is, just as in any other server solution, spent on keeping the software working. As for the initial setup, this can be less stressful that the usual rent-a-server solutions, because you can set up and test the server in the comfort of your home without the worry that you shut yourself out of the system by accident by changing something network related...

perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'

In reply to Re: AWS EC2 and Perl by cavac
in thread AWS EC2 and Perl by Bod

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.