Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huseyinbabal/aiws
AI Driven AWS CLI that helps you to generate and use AWS commands to manage your resources in AWS
https://github.com/huseyinbabal/aiws
Last synced: about 1 month ago
JSON representation
AI Driven AWS CLI that helps you to generate and use AWS commands to manage your resources in AWS
- Host: GitHub
- URL: https://github.com/huseyinbabal/aiws
- Owner: huseyinbabal
- Created: 2023-03-30T00:46:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-05T09:43:47.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:27:25.867Z (4 months ago)
- Language: Go
- Homepage:
- Size: 9.45 MB
- Stars: 32
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cloudops - AIWS - raw/huseyinbabal/aiws" alt="Issues"><br><img align="right" src="https://img.shields.io/github/last-commit/huseyinbabal/aiws">](https://github.com/huseyinbabal/aiws) | <img align="right" src="https://img.shields.io/badge/-aws-orange" alt="AWS"> | AWS, CLI | AI driven AWS CLI to help you to generate and use AWS commands to manage your resources in AWS. | (Tools)
README
You don't need to memorize AWS CLI commands anymore. Use aiws, AI-driven AWS CLI
that uses Chat GPT to generate AWS CLI commands from your prompts.## Prerequisites
- [AWS CLI](https://aws.amazon.com/cli/)
- [OPEN AI API KEY](https://platform.openai.com/account/api-keys)## Installation
### MacOS
```bash
brew tap huseyinbabal/tap
brew install aiws
```
### Linux & Windows
Please check [release pages](https://github.com/huseyinbabal/aiws/releases) to see linux and windows packages.## Configuration
```bash
export OPEN_AI_API_KEY=
```## Examples
> **Note**
> More prompts will be here soon### List EC2 instances in us-west-2
```shell
aiws list ec2 in us-west-2
```
![aiws-list-ec2](https://user-images.githubusercontent.com/1237982/228968604-953dd131-ba9d-47dd-a8d0-19bf59e37664.gif)