Hacker News new | ask | show | jobs
by manidoraisamy 4151 days ago
+1 for OAuth process.

Google cloud has mature abstract services (evolved from PaaS), while AWS has mature low level services (evolved from IaaS). So, you might experience better stability with Google cloud, if you use abstract services like BigTable/Cloud SQL instead of persistent disk and use GCE for compute alone.

1 comments

Thanks for the feedback..

Note that you can use the --no-launch-browser option to give you a easy cut-and paste option for headless servers. https://cloud.google.com/sdk/gcloud/reference/auth/login

Also, you can use service accounts rather than personal accounts with gcloud...

https://cloud.google.com/sdk/gcloud/reference/auth/activate-...