Sign up
1
Create your account
Go to infraaudit.dev and click Get started. Sign up with Google, GitHub, or an email address and password.
2
Land on the dashboard
After signing up you land on the dashboard. It’s empty — no cloud accounts are connected yet. That’s what the next step fixes.
Connect your AWS account
Cloud accounts are called providers in InfraAudit. You connect one from the Cloud Providers page.1
Open Cloud Providers
In the sidebar, click Cloud Providers, then Connect AWS.
2
Enter your credentials
Fill in the form:
3
Connect
Click Connect. InfraAudit validates the credentials and starts an initial resource sync. This typically finishes in under a minute for accounts with fewer than a few hundred resources.
Required AWS permissions
Read-only access is enough to get started. Attach this IAM policy to the user or role whose credentials you’re providing:Vulnerability scanning and IaC drift detection run entirely against data already ingested into InfraAudit. No additional AWS permissions are needed for those features.
Connecting GCP or Azure
The connection flow is the same. See Connecting cloud accounts for the GCP service account and Azure service principal setup instructions.Run your first drift scan
Once the initial sync finishes, the resource count on the Cloud Providers card updates. Now you can run a drift scan.1
Open Drift Detection
In the sidebar, click Drift Detection.
2
Trigger the scan
Click Run scan. InfraAudit compares the current state of your resources against the baseline captured during the initial sync.
3
Review findings
On a fresh account, the first scan usually returns no drift — the baseline was just captured, so nothing has changed yet. To see drift in action, make a change in your AWS account (add a tag, modify a security group rule), then click Run scan again.
What to do next
Browse your resources
Click Resources in the sidebar to see everything InfraAudit discovered, filterable by type, region, and status.
Enable a compliance framework
Go to Compliance and enable the CIS AWS Benchmark to get a scored assessment with control-level findings.
Set up alerts
Go to Settings → Notifications and connect a Slack channel or email address to receive alerts.
Review cost data
Billing data syncs daily. The Cost section shows historical spend, trends, and savings recommendations.
Further reading
- Platform guide — full walkthrough of every section of the UI
- CLI quickstart — do everything above without leaving the terminal
- Connecting cloud accounts — full credential requirements for each provider