We've got a few AWS tool ideas and we're trying to determine which one to build first. I'd like to hear from the IH community that's using AWS - what challenges are you running into when building on AWS? Do you wish there were specific tools to help? Thanks!
Challenges that I've come across in my career that I think could be easily automated or productized:
AWS is powerful and cheap. For me as a one man show I really don’t want to “waste” my time with the cloud stuff. This is why I am using Heroku.
It’s simple and you can start deploying your projects very fast. Downside: its expansive.
One disadvantage of AWS is the learning curve. While it’s demonstratively the most powerful platform, I believe there is a market for a product with a lower learning curve and predictable pricing . I started Amezmo (https://www.amezmo.com) 12 months ago to make PHP application stacks easy to host and scale.
Obviously AWS provides the raw infrastructure, but having a provision automation tool would be useful( and there are lots of tools of this kind in the PHP market.
Nice stuff. How has your startup been being doing?
There are best practices for AWS, but they don't really guide you into them.
A frequent challenge people have is lift-and-shipping existing application to the cloud where resources, such as IP address, change. They'll do silly things like store uploaded data on an EC2 instead of S3, etc.
Their infrastructure-as-code offering. CloudFormation, is anemic, often not supporting all the products (so people use Terraform instead).
Also, AWS' Kubernetes story is poor, and if you're basically better off rolling your own cluster using kops if you're not using Fargate.
I suppose that's actually a viable business idea: making setting up IaC on AWS easy. Though AWS will probably get better at that in time.
This comment was deleted 7 years ago
This comment was deleted 6 years ago
Agreed - the docs can be overwhelming. I know they've open sourced the docs in GitHub https://github.com/awsdocs.
Is there a specific example you could provide on the docs falling short / causing confusion?
This comment was deleted 6 years ago
There's probably a real business there!