Hi i was wondering if DO is suitable for course hosting platform? if so what are the recommeded droplet settings? its a startup application that i have and would like to start offerign course hosting…
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey 👋
Yes, DigitalOcean is definitely suitable for hosting a course platform.
If you’re just getting started and expect light traffic at first, a basic Droplet with 2 vCPUs and 2GB RAM is a good starting point. Something like the
s-2vcpu-2gb
or a Basic App Platform instance if you’re going the PaaS route:You can always scale up as your traffic grows, that’s one of the nice things about using DigitalOcean.
Also, here’s a handy guide for choosing the right plan based on your needs:
Let me know if you have any questions.
- Bobby
Hello, @boristkachev
Absolutely, you can manage and host your course platform. You can always start with a smaller droplet size and upgrade in the future if the platform requires greater resources
https://docs.digitalocean.com/products/droplets/concepts/choosing-a-plan/
Regards
thank you