서버리스 컨테이너 서비스에서 호스팅?

현재 저는 저렴한 단일 VPS에서 두 개의 Discourse 커뮤니티를 운영하고 있습니다. VPS 업데이트가 번거로워서, 시스템 업그레이드를 직접 관리하지 않고 컨테이너에 리소스를 할당할 수 있는 클라우드 호스팅 플랫폼으로 이전하는 것을 고려하고 있습니다. 이는 AWS Fargate가 제공하는 것 같은데, 다른 클라우드 제공업체들도 비슷한 서비스를 제공할 것이라고 생각합니다.

혹시 이런 방식으로 사용해 본 분이 계신지, 있다면 대략적인 비용과 해당 플랫폼으로 마이그레이션하고 운영하면서 겪은 전반적인 경험에 대해 알려주시면 감사하겠습니다.

감사합니다.

It’s much harder to get Discourse to work under something like Fargate than it is to keep an OS up-to-date (and I suspect it’ll cost significantly more than your inexpensive VPS); I set up sites to do automatic updates and reboot when a security update requires it. Recent Ubuntu LTS versions are supported until 2027. You’d still need to keep an VM around to build the images that you’d run under fargate. You might be able to get the bitnami image to work for you, but you’ll get no support for it here.