Quick Recap: I'm building a platform as a service with a visual builder (think Heroku but with a canvas to design your system architecture + 1-click deploy).
I reached out to a few engineer friends who work at medium size to big tech companies. They mostly deploy infrastructure through an internal pipeline. Their process is:
Depending on the context, they sometime will go into AWS to provision an RDS instance manually or do it via the CLI. The most painful part of this for them was the long review process and for the Jr. engineers, the unfamiliarity of the AWS console (which is quite messy) and internal pipelines.
A few takeaways from these conversations
I have more conversations scheduled for the rest of the week. I'm also working on a simple proof of concept that I'm aiming to get done by the end of next week.