
I built an AI agent that understands your AWS infrastructure
Most teams managing AWS today don't rely on the CLI directly anymore. Instead, infrastructure is usually managed using Infrastructure as Code (IaC) tools like Terraform, Pulumi, or CloudFormation. IaC is great for defining infrastructure because it provides: reproducibility version control predictable deployments But even with IaC, engineers still face operational tasks like: investigating infrastructure issues understanding relationships between resources making quick changes during incidents handling repetitive operational tasks These tasks often require jumping between the AWS console, documentation, logs, and infrastructure definitions. That made me wonder: What if an AI agent could understand your AWS infrastructure and help with those operational workflows? So I built Zesky AI . You can see it here: https://zeskyai.com Not a replacement for IaC Tools like Terraform or Pulumi remain the best way to define infrastructure . Zesky AI is not meant to replace IaC or the AWS console. In
Continue reading on Dev.to
Opens in a new tab