Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.09 KB

.header.md

File metadata and controls

20 lines (12 loc) · 1.09 KB

Terraform Cloud Agent on Amazon ECS

This solution creates self-hosted HashiCorp Cloud Platform (HCP) Terraform agent on Amazon ECS cluster. HCP Terraform allows you to manage isolated, private, or on-premises infrastructure using self-hosted HCP Terraform agents. The agent polls HCP Terraform or HCP Terraform Enterprise for any changes to your configuration and executes the changes locally, so you do not need to allow public ingress traffic to your resources. Agents allow you to control infrastructure in private environments without modifying your network perimeter.

Architecture

Terraform Cloud Agent on Amazon ECS architecture

Prerequisites

To use this module you need to have the following:

  1. HashiCorp Cloud Platform (HCP) Terraform subscription
  2. Terraform API token with permission to create Terraform agent pool
  3. AWS account and credentials to provision resources as mentioned below.
  4. VPC with private subnets

Getting Started

Please refer to the examples on how to get started.