V1.2.4 — VALIDATOR
PHASE 1 Terraform
PHASE 2 Connect
PHASE 3 Results
PHASE 4 Join Beta

Step 1: Create the IAM Role

Apply this Terraform snippet in your AWS account. It creates a read-only role Tattvora uses to validate your connection.

module "tattvora_role" { source = "github.com/tattvora/terraform-aws-role" tattvora_account_id = "TATTVORA_AWS_ACCOUNT_ID" external_id = "YOUR_EXTERNAL_ID" role_name = "TattvoraCollectorRole" allowed_services = ["iam", "ec2", "s3", "rds", "lambda", "organizations"] } output "role_arn" { value = module.tattvora_role.role_arn }

Step 2: Connect Your Account

Paste the Role ARN from your Terraform output above.

* Regional metrics are from us-east-1 only

Initial RiskSignals

Based on your account footprint — full scan will confirm and provide remediation.

Operational Summary
  • Multi-region AWS footprint detected
  • Elevated IAM complexity observed
  • Default network constructs present
  • Full scan recommended for exposure mapping

Unlock the Full Platform

Your connection is validated! To run full agentless audits, configure continuous security monitoring, and access our interactive dashboards, join the TattvaLens private beta.

JOIN PRIVATE BETA →
Back to Home