// Documentation

Get Up and Running
in Minutes.

Everything you need to connect your cloud accounts, run your first scan, and download compliance evidence.

// Quick Start

Dashboard

Step 1 — Request Access

Contact us at contact page or email info@nextgensystems.co to get your pilot account credentials.

Step 2 — Connect Your Cloud

For AWS: Create an IAM user with ReadOnlyAccess policy. Generate an access key. Enter your Account ID in the dashboard.

For Azure: Create a Service Principal with Reader role. Enter your Subscription ID in the dashboard.

Step 3 — Run a Scan

Select AWS, Azure, or both. Click Run Scan. Wait 60 seconds. Download your JSON evidence and PDF report.

// AWS Setup

IAM Permissions

# Minimum required AWS policy
{
  "Version": "2012-10-17",
  "Statement": [{
    "Effect": "Allow",
    "Action": "ReadOnlyAccess",
    "Resource": "*"
  }]
}

Azure Service Principal

Assign the built-in Reader role to your Service Principal at the Subscription scope. ChillinnBOT only requires read access — no Contributor or Owner roles needed.