/docs/ecs/terraform/
This commit is contained in:
parent
6aee39e87d
commit
739c836adb
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
"---
|
||||
layout: docs
|
||||
page_title: Installing Consul on AWS ECS using Terraform
|
||||
page_title: Install with Terraform - Consul on AWS Elastic Container Service (ECS)
|
||||
description: >-
|
||||
Install Consul Service Mesh on AWS ECS with Terraform (Elastic Container Service).
|
||||
When you install Consul on Amazon Web Services ECS, you can use Terraform modules to simplify the process. Learn how to create task definitions, schedule tasks for your service mesh, and configure routes with example configs.
|
||||
---
|
||||
|
||||
# Installation with Terraform
|
||||
# Install Consul on AWS Elastic Container Service (ECS) with Terraform
|
||||
|
||||
This topic describes how to use HashiCorp's Terraform modules to launch your application in AWS ECS as part of Consul service mesh. If you do not use Terraform, refer to the [Manual Installation](/docs/ecs/manual/install) page to install Consul on ECS without Terraform.
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Migrate Existing Tasks - AWS ECS
|
||||
page_title: Migrate Tasks with Terraform - Consul on AWS Elastic Container Service (ECS)
|
||||
description: >-
|
||||
Migrate Existing Tasks
|
||||
You can migrate tasks in existing Amazon Web Services ECS deployments to a service mesh deployed with Terraform. Learn how to convert a task specified as an ECS task definition into a `mesh-task` Terraform module.
|
||||
---
|
||||
|
||||
# Migrate Existing Tasks
|
||||
# Migrate Tasks to Consul on AWS Elastic Container Service (ECS) with Terraform
|
||||
|
||||
This topic describes how to migrate your existing ECS Tasks to use our [`mesh-task` Terraform module](https://registry.terraform.io/modules/hashicorp/consul-ecs/aws/latest/submodules/mesh-task).
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Secure Configuration - AWS ECS
|
||||
page_title: Secure Configuration with Terraform - Consul on AWS Elastic Container Service (ECS)
|
||||
description: >-
|
||||
Secure Configuration of the Consul Service Mesh on AWS ECS (Elastic Container Service) with Terraform.
|
||||
When running Consul on Amazon Web Services ECS, you can use Terraform to secure your service mesh with an auth method and ACL controller. Learn how to configure Terraform modules to enable secure deployment.
|
||||
---
|
||||
|
||||
# Secure Configuration
|
||||
# Secure Configuration for Consul on AWS Elastic Container Service (ECS) with Terraform
|
||||
|
||||
This topic describes how to enable Consul security features for your production workloads.
|
||||
|
||||
|
|
Loading…
Reference in New Issue