Updating Terraform stack for AWS account linked to Clumio Portal

Purpose

This document describes the process of updating an existing Terraform stack for re-deploying AWS resources required for Clumio protection services in the AWS account linked to Clumio Portal.

 

Prerequisites

To update Terraform, you must have:

To see whether your terraform stack is up-to-date:

  1. Log in to the Clumio portal, select AWS > Environments. The AWS Environments window appears.
  2. If your stack needs to be updated, an 'Update to latest' icon appears next to your AWS account. 

Update the stack

Go to the account folder location where you have terraform config files, and enter the following:

Prepare your environment  
  
If you are using environment variables, use the below.  
$ export AWS_ACCESS_KEY_ID=<AWS_ACCESS_KEY_ID>  
$ export AWS_SECRET_ACCESS_KEY=<AWS_SECRET_ACCESS_KEY>  
  
terraform init -upgrade  
terraform plan  
terraform apply 

 

When the operation completes, go back to the Clumio portal and check the updated Accounts page. 

Refer to our terraform documentation for more information.

Contact [email protected] for clarification or questions.