I totally support OSM 1000%...

But frankly, it seems it's still a lot of work to build OSM into your own website/app, setting up your own tile server.

I know there are instructions for this [1] [2] -- but to really get popular, it seems like there really ought to be up-to-date, auto-updating, officially recommended and totally secure server images on Digital Ocean, AWS, Google Cloud and Azure where anyone can spin it up for $5/mo without even ever having to SSH in once (except to update the root password), and then embed a live JavaScript map into their web page with two lines of code -- one to load the library, and one to insert a live map of a given size centered on a given location. Where the whole process shouldn't take more than 10 minutes, and most of that is waiting for the image to be copied to your server.

I've Googled but I can't find anything like that -- with the links below, I assume I'd be using at least a day to set things up, especially since setting up servers from online tutorials never goes smoothly, as you have to google error messages that arise since newer versions have changed slightly since the tutorial was written... And most times where I just want to "throw in a map", I don't want to spend a day+ doing it.

[1] https://switch2osm.org/manually-building-a-tile-server-18-04...

[2] https://ircama.github.io/osm-carto-tutorials/tile-server-ubu...

> I assume I'd be using at least a day to set things up

You assume wrong. :)

It takes an hour or so to get a tileserver up and running with the switch2osm instructions. I've done it countless times. (You do then need to wait for the Postgres database to populate, but that's just fire-and-forget.) They're written for Ubuntu LTS versions so the "newer versions" issue doesn't arise.

Or if Docker's your bag, you can get a ready-to-go image from openmaptiles: https://openmaptiles.com/server/

> where anyone can spin it up for $5/mo

Not gonna happen. Running a worldwide map server needs a lot of (SSD) storage and decent CPU. I have a £10/month Hetzner VM just to do geocoding (with Photon: https://github.com/komoot/photon) so you aren't going to get a tileserver for half that - and that's no surprise; OSM is ultimately competing with Google, and you can't really expect to host your own Google for $5. But there are plenty of hosted options with tiered pricing.