Monday, April 28, 2025

Show HN: Infrabase – Prompt-Ops for AWS https://ift.tt/M8z7y4K

Show HN: Infrabase – Prompt-Ops for AWS We too at first thought that letting an LLM manage your AWS account must be a bad idea. What could possibly go wrong?? However we couldn’t resist building it, and when we did, we were surprised how much it can do even in plain vanilla form, which currently is just the ai-sdk frontend with some aws sdk code generation (inspared by aws-mcp). We all but stopped using the AWS console internally and switched to Infrabase - a lot of the time it’s much faster to prompt than to click around in AWS console, especially for things that involve multiple steps, IAM roles, etc. So we started to think of making a publicly-launchable product out of it. Some of the things that were missing: - Auth - Some form of checking / validation of the generated aws-sdk code - OIDC or cloudformation template instead of keys to connect AWS accounts - Support more infra tools, not just AWS (datadog, github, sentry, …) - User actions for tool use / explicit approval of risky operations - Export to Terraform / OpenTofu But then we thought, the only thing that is really missing is auth; the rest of the list would still be a blocker for many people, but not for everyone. So we shipped auth and here we are - perhaps someone is crazy enough to try it as-is and sharing your thoughts! https://infrabase.co April 29, 2025 at 02:19AM

No comments:

Post a Comment

Show HN: Open-source AI code review agent that's aware of your entire codebase https://ift.tt/n8mwx4E

Show HN: Open-source AI code review agent that's aware of your entire codebase Hey HN! I'm one of the cofounders of Sourcebot, an op...