Idea: A Simpler AWS
I’ve been working a lot with AWS, and increasingly feel it’s excessively complicated and overbloated for a vast majority of use cases. Is it a good idea to make a simpler version of AWS with only simple CRUD functionality, authentication, and a few other essential, easy-to-use features?
4 comments
[ 4.0 ms ] story [ 17.6 ms ] threadHeroku, Meteor, Firebase, Lambda Functions, Google Cloud Run and I'm sure there are others that I can't name off the top of my head.
I even tried to run their “Managed” K8s cluster, and it was far more difficult than AWS EMR or Azure HDInsight (never tried Google’s equivalent). No way to run scripts when cluster is initialized (apart from using something like Helm; doable but not simpler than AWS), no easy way to choose preconfigured environment (i.e., Spark or Hadoop). D.O. basically provides a simple interface to spin up a VM. Their command line client isn’t any simpler than aws-cli or Azure “az” which also has simple features like integrating well with PowerShell and OAuth2 client login from terminal. Even Spaces was no simpler, than S3 or Azure Blob Storage