Hacker News new | ask | show | jobs
by narenkmano 1095 days ago
No, doing everything by hand in the console, which has been super annoying. But don't want to spend time setting up terraform right now.
3 comments

You're going to waste more time setting things up by hand. It's also error prone, and when you have to replicate things across environments (dev, test, prod, at a minimum), you'll spend a ton of time figuring out what you missed.

The console is really only meant for prototyping. AWS should really emphasize this more.

How does one convert a prototype generated by clicking around in the console - into terraform code? Is there a best practice approach?
Check out Former2.
As an aside: argonaut sets everything up using terraform (everything is autogenerated from templates), though the tf code itself is not yet exposed to users. We're working on that functionality soon.
Well, that's likely the issue. You're spending more time avoiding doing it the way that will make everything go more smoothly