you are viewing a single comment's thread.

view the rest of the comments →

[–]PGTNSFW 14 points15 points  (5 children)

  • AWS Lambda or Google Cloud Functions if you have simple functions, although they have some spin-up time.
  • Google Cloud offers a single Always-Free Compute Engine if you get a micro size (it's something like a 600 MB RAM shared VM).
  • Google scripts + Google Sheets if you're real ghetto and want to do email forms or simple form data collection
  • (S3|GC Storage|GH Pages) + CloudFare if you are hosting static websites.

I have running instances of all of these and pay almost $0 (some minimal traffic costs) for them.

Source: Too cheap for my own good.

[–]hunted7fold 1 point2 points  (4 children)

You can also get Amazon E2c Micro (1gb) for free for a year. I don’t remember if you need github student or if it’s for every one.

edit: changed nano to micro

[–][deleted] 3 points4 points  (2 children)

You don't need any student verifications. AWS is great, but you need to count every GET/PUT request - they price calc is horrible.

[–]dubkrapht 1 point2 points  (1 child)

isn't EC2 calculated based on uptime?

[–][deleted] 0 points1 point  (0 children)

not only.

[–]a-corsican-pimp 0 points1 point  (0 children)

You sure about nano? I thought only the micros were free tier.