# IaSQL - Infrastructure as data in PostgreSQL

> Clean Markdown view of GeekNews topic #8603. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8603](https://news.hada.io/topic?id=8603)
- GeekNews Markdown: [https://news.hada.io/topic/8603.md](https://news.hada.io/topic/8603.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-03-03T10:47:01+09:00
- Updated: 2023-03-03T10:47:01+09:00
- Original source: [github.com/iasql](https://github.com/iasql/iasql)
- Points: 7
- Comments: 0

## Topic Body

- 클라우드 인프라를 PostgreSQL DB를 통해서 관리 및 프로비져닝   
- IaC 나 AWS UI 보다 훨씬 간단하게 SQL로 관리 가능  
  - 인스턴스 생성 : INSERT INTO instance (tags, ami, instance_type) VALUES('{"name":"i-1"}', 'ami-06xx', 't2.micro')  
- 기존 인프라 자동 임포트 가능   
- docker 로 실행   
  - docker run -p 9876:9876 -p 5432:5432 --name iasql iasql/iasql

## Comments



_No public comments on this page._
