DigitalOcean is no longer a simpler AWS; it may have been at one time, but no longer. If you check community voting, they have ignored moving toward a serverless model, and this is where the Cloud is moving. With each passing day, they become less like AWS (or the other 2 of Big 3 Cloud Providers: Azure and GCP) and more like a traditional VM host company.<p>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