Skip to main content

Overview

Integrate your AWS infrastructure with Rad Security to leverage enhanced threat detection capabilities and ensure your cloud environments adhere to stringent compliance frameworks.

Connection setup

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.

Terraform setup

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.
variable "aws_region" {
  description = "The AWS region in which to deploy RAD resources."
  type        = string
  default     = "us-west-2"
}

External ID

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.

For multiple AWS accounts

If you’re integrating multiple AWS accounts with Rad Security, the module will have to be re-applied to each AWS account.