Using Codenvy for development, Github for code, Netlify for deployment and hosting, and Firebase for a database, in total I spend exactly nothing on my side projects.
I just run a server on scaleway for 3€ a month and do everything there. That gives me total control over my things.
How we built Hamiltix.net for less than $1 a month on AWS
41–50 of 77 posts
Re: How we built Hamiltix.net for less than $1 a month on AWS
#42Earlier quoted context omitted.
I just run a server on scaleway for 3€ a month and do everything there. That gives me total control over my things.
Scaleway are horridly unreliable. I run a SaaS business, and hosted first with DigitalOcean which amounted to roughly one outage per month. I then tried hosting with Scaleway for a few months to cut costs. On Scaleway, I averaged 53 outages every month. Average response times were slower. Longer outages meant I had to manually hard-restart the server, which corrupted all the database indexes. Scaleway also has a huge…
Re: How we built Hamiltix.net for less than $1 a month on AWS
#43Earlier quoted context omitted.
Scaleway are horridly unreliable. I run a SaaS business, and hosted first with DigitalOcean which amounted to roughly one outage per month. I then tried hosting with Scaleway for a few months to cut costs. On Scaleway, I averaged 53 outages every month. Average response times were slower. Longer outages meant I had to manually hard-restart the server, which corrupted all the database indexes. Scaleway also has a huge…
One outage per month in DO? Curious, we had a dozen machines running there and never experienced that. Unless they were very short-lived (we used Uptime Robot's free plan, which has a 5m interval). Or maybe it's the DC? We used AMS2.
Re: How we built Hamiltix.net for less than $1 a month on AWS
#44I can modify the price in the checkout by changing the URL parameter. Really?
Can also use a negative price! I wonder what would happen if you went ahead with that. Presumably the payment gateway wouldn't pay me $5. Seems a strange choice to be having those parameters in a GET.
Re: How we built Hamiltix.net for less than $1 a month on AWS
#45Earlier quoted context omitted.
I just run a server on scaleway for 3€ a month and do everything there. That gives me total control over my things.
Scaleway are horridly unreliable. I run a SaaS business, and hosted first with DigitalOcean which amounted to roughly one outage per month. I then tried hosting with Scaleway for a few months to cut costs. On Scaleway, I averaged 53 outages every month. Average response times were slower. Longer outages meant I had to manually hard-restart the server, which corrupted all the database indexes. Scaleway also has a huge…
Re: How we built Hamiltix.net for less than $1 a month on AWS
#46Earlier quoted context omitted.
yeah but to each stage of a project its solution. If that works at that scale why not?
You know for people who live in an ever changing environment and are constantly editing our own reality - so much so that we need to track it in "source control" - developers are kind of funny how they get stuck on doing things "the right way."
Re: How we built Hamiltix.net for less than $1 a month on AWS
#47Earlier quoted context omitted.
> Bandwidth at AWS costs about 50 times as much as with Hetzner for example. It's actually closer to 70x Hetzner: 1.25 USD per TB (after 30 TB free per server) [1] AWS: 90 USD per TB [2] So, 100 TB at Hetzner will cost you 125 USD (not counting the 30 TB free). You would pay 9000 USD at AWS. [1] https://wiki.hetzner.de/index.php/Traffic/en [2] https://aws.amazon.com/ec2/pricing/on-demand/
Hetzner traffic isn't even that cheap compared to some unmetered offers, for example online.net. I had to migrate away from Hetzner because I was actually paying 300 dollars on traffic alone.
Re: How we built Hamiltix.net for less than $1 a month on AWS
#48developer toolset : amazon lambda
business toolset: zapier
personal toolset: ifttt
correct here?
Re: How we built Hamiltix.net for less than $1 a month on AWS
#49Earlier quoted context omitted.
The problem is the per request cost is going to be astronomical compared to what it needs to be once you e.g. get above the initial 1 GB/month tier. Bandwidth at AWS costs about 50 times as much as with Hetzner for example. > Once you hit high levels of traffic, instead of panicking and trying to add more servers and fixing DB structure, you do a cost benefit analysis and see what to do next. Either work on reducing…
> Bandwidth at AWS costs about 50 times as much as with Hetzner for example. It's actually closer to 70x Hetzner: 1.25 USD per TB (after 30 TB free per server) [1] AWS: 90 USD per TB [2] So, 100 TB at Hetzner will cost you 125 USD (not counting the 30 TB free). You would pay 9000 USD at AWS. [1] https://wiki.hetzner.de/index.php/Traffic/en [2] https://aws.amazon.com/ec2/pricing/on-demand/
Re: How we built Hamiltix.net for less than $1 a month on AWS
#50I can modify the price in the checkout by changing the URL parameter. Really?