AWS cloud asset discovery and cost management tool for TISAX certification compliance.
Automatically discovers 15+ AWS service types across multiple accounts, tracks asset inventory with compliance metadata, and provides cost visibility through a modern web interface.
make setup # install deps + migrate
make superuser # create admin user
make redis # start Redis (Docker)
make run # start Django (terminal 1)
make celery # start Celery worker (terminal 2)
make frontend-dev # start Vite dev server (terminal 3)Open http://localhost:5173 — default login: superadmin / changeme
Docker Compose:
docker compose up -dKubernetes (Helm):
helm install cn oci://ghcr.io/ashkankamyab/cn-asset-manager/cn-asset-manager \
--version 0.1.0 --set app.secretKey="your-secret"Full documentation is available on the Wiki and in the docs/ directory:
- Architecture — tech stack, system diagram, data flow
- Getting Started — prerequisites, setup, first run
- Configuration — environment variables, runtime settings
- Docker Compose — production deployment
- Kubernetes — Helm chart with all options
- API Reference — full REST API docs
- AWS Permissions — IAM policy, cross-account roles
- User Guide — accounts, discovery, assets, exports, admin
- Development — contributing, project structure, CI/CD