79086816

Date: 2024-10-14 15:42:58
Score: 4
Natty:
Report link

If you're looking for the cheapest setup with minimal traffic, here's a combination you can try:

  1. AWS Lambda to run your API backend.

  2. Amazon S3 + CloudFront to serve static content (HTML/CSS/JS).

  3. Amazon Aurora Serverless (MySQL or PostgreSQL) or RDS (MySQL/PostgreSQL) for the database.

This would significantly reduce costs as you only pay for usage, and all infrastructure management is handled by AWS. Total costs could be around $10-30/month depending on your exact usage.

Or like you mentioned, GoDaddy would be a simpler/cheaper route, but may cost you the flexibility.

If this solution works for you, please consider marking the answer as accepted to help others who might have a similar question. Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): have a similar question
  • Low reputation (1):
Posted by: Erik Sierra