Is a Plain-English AWS Management Tool a Good Idea?

0
8
Asked By CuriousCoder77 On

Hey everyone! I'm working on a simple but functional MVP that lets you manage AWS using plain English commands. These commands will convert into actual AWS actions, complete with safety checks—essentially, no credentials will be stored. Before I invest more time into building this, I'm looking for thoughts from experienced AWS users. So, does this seem like a useful idea? What would convince you to use such a tool? On the flip side, what would make you hesitant to adopt it? Is it tackling a real issue for you, or could it introduce more risks? I appreciate any honest feedback. Thanks!

3 Answers

Answered By CautiousEngineer On

You can build it, but for anyone to adopt it in production, it needs to prove that it’s reliable. Our jobs depend on these tools. If it isn’t market-tested and reliable, I won’t take the risk of switching over without solid evidence that it’s worth it.

Answered By SkepticalDev On

Honestly, I wouldn't use a tool like this. I prefer to create my infrastructure as code through something I can trust, like Claude. I need to know that I can verify my setups without worrying about changes in the AI models that might alter outcomes later on.

Answered By TechSavvy123 On

I’m not convinced that plain English is better than using tools like Terraform or Ansible. They provide a clear structure, and honestly, relying on AI to interpret commands sounds riskier than just sticking to YAML. I'd rather not deal with potential misunderstandings that could lead to issues.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.