Import Resource Data
Upload an Excel (.xlsx) or CSV file with your cloud resource inventory. The framework will re-run all agents against your data.
📂
Click to browse or drag & drop your file here
.xlsx, .xls, .csv supported
Preview (first 10 rows)
Expected Columns
| Column | Required | Example |
| resource_id | Yes | i-abc12345 |
| name | Yes | web-server-01 |
| resource_type | Yes | vm, storage, database, network, iam_role, ip_address |
| provider | Yes | aws, azure, gcp |
| region | Yes | us-east-1 |
| status | Yes | running, stopped, idle |
| cpu_cores | No | 4 |
| memory_gb | No | 16 |
| cpu_utilization | No | 45.2 |
| monthly_cost | No | 140.00 |
| encrypted | No | true / false |
| public_access | No | true / false |
| mfa_enabled | No | true / false |
| owner | No | alice |
| environment | No | production |
| cost_center | No | engineering |