IaSQL is open-source software that treats infrastructure as data by maintaining a 2-way connection between a cloud account and a PostgreSQL database.
To connect your AWS account to a PostgreSQL database running locally make sure docker is installed and run:
docker run -p 9876:9876 -p 5432:5432 --name iasql iasql/iasql
Alternatively, use a hosted version of IaSQL at app.iasql.com
Reach out on Discord to:
- Get help with errors you encounter using IaSQL
- Ask about general problems with databases or infrastructure
- Discuss database and infrastructure best practices
- Share what you built
For full documentation, visit iasql.com/docs
To contribute, visit Contributing.md
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!