Managing AWS through
@Ravion is a real pleasure. In preparation for our EKS deployments, I needed to add another domain name to our API; very simple operation, but touches about 3 different AWS services:
1. ALB
2. ACM
3. Route53
Usually, you need to find the terraform (or your Iac) for each of those and update tfvars (inputs) and run pipelines. Or have your agent go rogue and do all of the changes in AWS CLI, and none gets tracked.
With Ravion, single prompt:
- Add new domain to API service
The agent went its way, figured which modules needs updates, made the changes in ravion.yaml - all done in few minutes.
Ravion’s ability to allow discoverability and state management in a single plane of glass is really amazing. Agents do not need to spend tokens trying to discover your infrastructure, then your IaC, then your pipelines structure, everything is discoverable in a single yaml file.