English's Github Trend's slide
Trending Slides
Japanese Github Trend's slide
Trending Slides
@gofireflyio
Artificial Intelligence Infrastructure-as-Code Generator.
[
](https://raw.githubusercontent.com/gofireflyio/aiac/main/demo.gif)
Description
Use Cases
Quick Start
Example Output
Support Channels
License
Description
aiac
is a command line tool to generate IaC (Infrastructure as Code) templates, configurations, utilities, queries and more via OpenAI's API. The CLI allows you to ask the model to generate templates for different scenarios (e.g. "get terraform for AWS EC2"). It will make the request, and store the resulting code to a file, or simply print it to standard output.Use Cases and Example Prompts
readme
Generate IaC
aiac get terraform for a highly available eks
aiac get pulumi golang for an s3 with sns notification
aiac get cloudformation for a neptundb
Generate Configuration Files
aiac get dockerfile for a secured nginx
aiac get k8s manifest for a mongodb deployment
Generate CICD Pipelines
aiac get jenkins pipeline for building nodejs
aiac get github action that plans and applies terraform and sends a slack notification
Generate Policy as Code
aiac get opa policy that enforces readiness probe at k8s deployments
Generate Utilities
aiac get python code that scans all open ports in my network
aiac get bash script that kills all active terminal sessions
Command Line Builder
aiac get kubectl that gets ExternalIPs of all nodes
aiac get awscli that lists instances with public IP address and Name
Query Builder
aiac get mongo query that aggregates all documents by created date
aiac get elastic query that applies a condition on a value greater than some value in aggregation
aiac get sql query that counts the appearances of each row in one table in another table based on an id column
Quick Start
First, install
aiac
:Or using
docker
:Alternatively, clone the repository and build from source:
Instructions
Create your OpenAI API key here.
Click “Create new secret key” and copy it.
Provide the API key via the
OPENAI_API_KEY
environment variable or via the--api-key
command line flag.By default, aiac prints the extracted code to standard output and asks if it should save or re-generate the code
To store the resulting code to a file:
To run using
docker
Example Output
Command line prompt:
Output:
Support Channels
We have two main channels for supporting AIaC:
Slack community: general user support and engagement.
GitHub Issues: bug reports and enhancement requests.
License
This code is published under the terms of the Apache License 2.0.