IaSQL is an open-source developer tool to inspect and provision cloud infrastructure via SQL by maintaining a 2-way connection between an unmodified PostgreSQL database and your AWS account. The rows in the database tables represent the infrastructure in your cloud account.
To get started with IaSQL using our documentation. Visit iasql.com/docs
- Quickly setup ECR+ECS+ELB using our ejectable abstraction for those services
- Save on AWS by deleting untagged ECR images
- Deploy a static website
- Save $ on public S3 buckets using VPC endpoints via SQL
- Securely connect to an Amazon RDS via PrivateLink
AWS is our main focus at the moment, but we plan to support GCP, Azure, and other cloud providers soon. Let us know if you need a specific AWS service and we might be able to prioritize it!
An IaSQL module roughly maps to an AWS service. Check out our supported modules in this part of our docs.
AWS services that are going to be added next can be found here. Let us know if you would like to see one that is not listed!
To contribute, visit Contributing.md