Skip to content

Cloudrift

AWS Infrastructure Drift Detection & Compliance Tool

Cloudrift scans your AWS infrastructure against Terraform plan files to detect configuration drift, evaluate 49 security policies with OPA, and report compliance across 5 industry frameworks — all from a beautiful dark-themed dashboard.

Dashboard


Key Features

  • Drift Detection


    Compare live AWS resources against Terraform plan files. See added, removed, and changed attributes in a 3-column diff viewer.

  • 49 Security Policies


    OPA-powered policy engine covering S3, EC2, RDS, IAM, Security Groups, CloudTrail, KMS, Lambda, ELB, VPC, and more.

  • 5 Compliance Frameworks


    HIPAA, GDPR, ISO 27001, PCI DSS, and SOC 2 compliance scoring with per-framework breakdowns.

  • Resource Builder


    Generate Terraform plan files via Terraform CLI integration, manual JSON editor, or file upload.

  • Docker & Desktop


    Run as a Docker container (web) or native macOS desktop app. Same UI, same features.

  • REST API


    14 API endpoints for scanning, configuration, file management, and Terraform operations.


Quick Start

docker pull inayathulla/cloudrift-ui:latest
docker run -p 8080:80 \
  -v ~/.aws:/root/.aws:ro \
  inayathulla/cloudrift-ui:latest

Open http://localhost:8080

git clone https://github.com/inayathulla/cloudrift-ui.git
cd cloudrift-ui
flutter pub get
flutter run -d macos

Get Started View on GitHub


Screenshots

Dashboard Scan
Dashboard — KPIs, trends, compliance rings Scan — Service selector, live scan output
Builder Resources
Resource Builder — Terraform / Manual / Upload Resources — Drift summary with filters
Policies Compliance
Policies — 49 OPA policies by service Compliance — 5 framework scores
Settings
Settings — CLI path, config, theme