Generate a VPC and ECS instance configuration by describing it in plain English.
Produce Terraform or ROS templates for Alibaba Cloud without writing them by hand.
Script one shot infrastructure changes from the command line using natural language prompts.
| aliyun/iac-code | 0whitedev/detranspiler | 2951461586/mulerun-pool | |
|---|---|---|---|
| Stars | 21 | 21 | 21 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 3/5 | 4/5 | 3/5 |
| Audience | ops devops | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires configuring an LLM provider and Alibaba Cloud credentials via /auth before first use.
iac-code is a command line AI assistant from Alibaba Cloud that generates cloud infrastructure configuration files from plain English descriptions. Infrastructure as Code, or IaC, means defining your cloud resources, servers, storage, networks, in text files rather than clicking through a web console, so the setup is repeatable and version controlled. This tool targets Alibaba Cloud specifically and supports both ROS, Resource Orchestration Service, Alibaba's native template format, and Terraform, a widely used open source IaC tool. You type something like "Create a VPC and two ECS instances" and it generates the corresponding configuration. It works in an interactive conversational mode or as a one shot command line call. You configure the LLM provider and cloud credentials on first run via the /auth command. It is installed as a Python package via pip.
A command line AI assistant that turns plain English requests into Alibaba Cloud infrastructure configuration files.
Mainly Python. The stack also includes Python, Alibaba Cloud ROS, Terraform.
License is not stated in the excerpt of the README.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.