Skip to Content

Terraform Setup
Available in v1.15.7+

Overview

ScaleOps provides a Terraform module to integrate with AWS.

Prerequisites

  • Terraform 1.10.0 or higher
  • AWS CLI
  • AWS account

Usage

module "scaleops_cur_integration" { source = "https://scriptshelf.scaleops.com/aws/cur/integrate.tf.tar.gz" scaleops_external_id = "<SCALEOPS_EXTERNAL_ID>" }

Download Module / Preview

Apply Helm Values

After running the script, apply the provided Helm values to your ScaleOps installation. The configuration will look like this:

cloudBillingIntegration: aws: enabled: true

For full Helm values reference, see the Advanced Setup.

The External ID is a unique, fixed value tied to your account. It is used to securely assume the read-only IAM role you create. The value can be found in Cloud Integration under the Settings page.


Settings