IaSQL - Infrastructure as data dans PostgreSQL
(github.com/iasql)- Gestion et provisionnement de l’infrastructure cloud via une base de données PostgreSQL
- Gestion en SQL bien plus simple qu’avec l’IaC ou l’interface AWS
- Création d’une instance :
INSERT INTO instance (tags, ami, instance_type) VALUES('{"name":"i-1"}', 'ami-06xx', 't2.micro')
- Création d’une instance :
- Import automatique possible de l’infrastructure existante
- Exécution avec docker
docker run -p 9876:9876 -p 5432:5432 --name iasql iasql/iasql
Aucun commentaire pour le moment.