Live data from Hacker News

Ask HN: Which cloud do you use, and why?

news.ycombinator.com

11–20 of 87 posts

Re: Ask HN: Which cloud do you use, and why?

#12

Heroku for backend, automatically grow or shrink resources, nothing to maintain, nothing to configure and tons of services available alongside it. Netlify for frontend, it is a static hosting service with some neat features like url rewriting that lets you proxy e.g. /api to a backend without revealing api keys and under the same origin / domain. What really draws me to this is: - no servers or software to maintain -…

Why netlify and not S3 + CloudFront?

Re: Ask HN: Which cloud do you use, and why?

#13
Microsoft Azure

+ Admin portal is good

+ Git Deploy to "Websites" is slick with no setup (builds binaries)

+ NodeJS / C#

+ Azure Integration in Visual Studio

+ Aggressive pricing

The other reason is there are other services that I can use if I don't want to build my own.

Re: Ask HN: Which cloud do you use, and why?

#15
post #13

Microsoft Azure + Admin portal is good + Git Deploy to "Websites" is slick with no setup (builds binaries) + NodeJS / C# + Azure Integration in Visual Studio + Aggressive pricing The other reason is there are other services that I can use if I don't want to build my own.

Are you posting exactly the same comment multiple times with slightly different wording and a new user account each time?

https://news.ycombinator.com/item?id=9583236

Re: Ask HN: Which cloud do you use, and why?

#16

Heroku for backend, automatically grow or shrink resources, nothing to maintain, nothing to configure and tons of services available alongside it. Netlify for frontend, it is a static hosting service with some neat features like url rewriting that lets you proxy e.g. /api to a backend without revealing api keys and under the same origin / domain. What really draws me to this is: - no servers or software to maintain -…

Why netlify and not S3 + CloudFront?

The final outcome is the same - static files on a cdn - so it won't always matter but netlify lets you:

1) run a build process

2) own domain with automatic ssl and redirecting to w/e www-or-not, https-only etc

3) deploy with git push

4) url rewriting, header inserting, proxying

Re: Ask HN: Which cloud do you use, and why?

#19

Digital Ocean - I only want to build off base Linux VM, I do not want to be locked into S3 + SQS + ... - Price is right for young startups - Speed is nice

I love Digital Ocean, I have been using them a while now.

I like the UI, the referral programme and the speed of there whole spinning up process and finally I was once in arrears by 2 months and they were pretty lenient with payment.

Talking about referrals if you want a free $10 - https://www.digitalocean.com/?refcode=c8555bae4f81

Post reply on HN