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
}
Paste the Role ARN from your Terraform output above.
* Regional metrics are from us-east-1 only
Based on your account footprint — full scan will confirm and provide remediation.
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 →