0

not sure if it belongs here or is well titled, but I finish soon my first Nuxt project and I am not sure, where to host it.

Usually I would use a Ionos or digital ocean droplet, but I was told that aws amplify or S3 (I have no Idea about any solution) might be cheaper or maybe cost nothing, since it is a small project, cause it depends on how intense process are ...

If true, would that apply as well, when I would need to run git pull and then the build/generate process, once a day, to get new content (via nuxt/content)?

Sorry if expressed poorly and thanks in advance for any helpful suggestion.

Ehrlich_Bachman
  • 772
  • 1
  • 10
  • 23
  • Half. Cause I would like to know, how much performance this workflow would create and kinda cost with amazon. Netlify and Vercel are neat, but to costly for my project. I guess I just try it out with amazon and see for myself. But thanks a lot, for the suggestions. – Ehrlich_Bachman Apr 16 '21 at 16:36
  • AWS is not really optimized for JAMstack. As for cost, Netlify/Vercel are free for a variety of use cases. And it handles a lot of heavy lifting for you and have a great ecosystem for an awesome DX. – kissu Apr 16 '21 at 16:59
  • Hi there, thanks for the reply. In my case it would not be for free, that's why, I wanna seek out other options, better then having a droplet at Digital Ocean. – Ehrlich_Bachman Apr 26 '21 at 14:03
  • What will be outscaled and hence, not free? – kissu Apr 26 '21 at 14:05
  • Commercial use. I wrote both of my intention and they answered, it is not being covered by the free/community plan. – Ehrlich_Bachman Apr 26 '21 at 14:28
  • It's also essentially if you can delegate it to some serverless solution. Depending of the scaling needed, it can be independent of the host platform. – kissu Apr 26 '21 at 14:30

1 Answers1

0

This question do not really belong to stackoverflow because it's essentially opinion based.

By order of preference, I do personally recommend those:

More on the official documentation of Nuxt: https://nuxtjs.org/docs/2.x/deployment/netlify-deployment

kissu
  • 40,416
  • 14
  • 65
  • 133