Integrate your AWS infrastructure with Rad Security to leverage enhanced threat detection capabilities and ensure your cloud environments adhere to stringent compliance frameworks.
If you navigate to the Settings icon you will find the Cloud Providers section.Click on Connect an AWS account to get to generate the Terraform needed to connect your account with Rad Security.
A Terraform snippet will appear. Copy it and add it to your existing Terraform code. You will need to confirm that the region in the variable aws_region. This will determine the region where the resources will be located.
Copy
Ask AI
variable "aws_region" { description = "The AWS region in which to deploy RAD resources." type = string default = "us-west-2"}
An External ID is provided automatically when the Terraform is generated through the UI. It can be accessed through our api directly if you do not want to retrieve it by going through the UI. The External ID that is generated is a unique string generated by the tenant id.