What would make AWS even better
yehudacohen.substack.com
What would make AWS even better
1–10 of 70 posts
Re: What would make AWS even better
#2Re: What would make AWS even better
#3that's the only service i see OP did not mention
Re: What would make AWS even better
#4Re: What would make AWS even better
#5Re: What would make AWS even better
#6Having just started with AWS, I would say: letting me make a Kubernetes cluster that doesn't require so many different cloud objects before it will start to function.
Re: What would make AWS even better
#7Lambda is insanely expensive is why they don’t allow long-running jobs. A 1GB allocation is $43/mo. And most lambda users are running 1 single task/process per lambda invocation.
Re: What would make AWS even better
#8Re: What would make AWS even better
#9i was told that AWS Glue solves the "15 minutes or more" need that lambda cannot provide. never tried it so i cant say if its a good substitute. that's the only service i see OP did not mention
If you do need Spark, Databricks is likely a better option though :)
Re: What would make AWS even better
#10My wet dream is "bidirectional IaC". Let me make changes using the GUI, commit to repo automatically.