Avatar of bbao
bbao
Flag for Australia asked on

Hosting web app with AWS, Azure or Google Apps

hi EE Folks

i am thinking to create a web app for testing a few ideas in my mind, hence want to know your opinions to choose a right hosting and development platform from GAE, AWS and Azure.

baiscally, the requirements are (1) zero hosting cost during development, (2) zero hosting cost for low-traffic to the website, and (3) easily scale up with minimum changes to web app or configuration.

any thoughts or where can i see a comprehensive comparison regarding the three platforms in terms of free-tier, pricing, database, language support, custom domain name and SSL.

thanks & regards,
bbao
Google WorkspaceAWSAzureWeb DevelopmentEditors IDEs

Avatar of undefined
Last Comment
bbao

8/22/2022 - Mon
David Johnson, CD

If you are using Visual Studio just use a Free Azure account,you can always use a free website from Azure but you are restricted to not using your custom domain
bbao

ASKER
no, i am not using VS as i am working on Mac and prefer using Python as the primary language, if possible.

of course, i would not exclude VS as a choice especially if everything can be done using VS only. FYI i can always run a Windows VM on Mac.
Scott Fell

You get 12 months free with Azure https://azure.microsoft.com/en-us/free/.  If you look at the specs in the free tier, it should be fine for development until you are ready to move up.  With Google you get a $300 credit for the first 12 months.  

Amazon also has a 12 month free tier that is similar to Azure  https://aws.amazon.com/free/  

I think you are best to try out MS and AWS and select from there.
Your help has saved me hundreds of hours of internet surfing.
fblack61
bbao

ASKER
With Google you get a $300 credit for the first 12 months.

i can't find any official statement regarding this. are you able to share a link of this?

however, i found below on Google Cloud Compute Product (today's name of GAE?), does it mean i pay nothing for building a web app during its proof-of-concept and test stage when in the scope of free quotas?

Free quotas: Every application gets an amount of each resource for free. Free quotas can only be exceeded by paid applications, up to the application's spending limit or the safety limit, whichever applies first.

https://cloud.google.com/appengine/quotas
ASKER CERTIFIED SOLUTION
Scott Fell

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
bbao

ASKER
thanks for the information folks.