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:
- Access to terraform config files directory to manage the Terraform stack.
- IAM Permissions required to deploy the Clumio service.
To see whether your terraform stack is up-to-date:
Step 1: Log in to the Clumio portal, select AWS > Environments. The AWS Environments window appears.
Step 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 apply is completed, go back to the Clumio portal and check the updated Environments page.
Contact
Refer to our terraform docs for more information. Please contact support@clumio.com for clarification or questions.
Comments
0 comments
Please sign in to leave a comment.