mirror of https://github.com/status-im/consul.git
/docs/ecs/manual/
This commit is contained in:
parent
848a1dec68
commit
8f85805c80
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: ACL Controller - AWS ECS
|
||||
page_title: ACL Controller Manual Installation - Consul on AWS Elastic Container Service (ECS)
|
||||
description: >-
|
||||
Manual Deployment of the ACL Controller for Consul Service Mesh on AWS ECS (Elastic Container Service).
|
||||
An ACL Controller is required to configure the AWS IAM auth method on Amazon Web Services ECS. Learn how to manually install ACL controllers by defining a task and a service and then configuring role policies.
|
||||
---
|
||||
|
||||
# Install the ACL Controller
|
||||
# Manual Installatio of ACL Controller for Consul on AWS Elastic Container Service (ECS)
|
||||
|
||||
This topic describes how to manually deploy the ACL controller, which will automatically configure the [AWS IAM Auth Method](/docs/security/acl/auth-methods/aws-iam). If you are using Terraform, refer to the [Terraform Secure Configuration](/docs/ecs/terraform/secure-configuration) page to deploy the ACL controller.
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Manual Installation - AWS ECS
|
||||
page_title: Install Manually - Consul on AWS Elastic Container Service (ECS)
|
||||
description: >-
|
||||
Manually Install Consul Service Mesh on AWS ECS (Elastic Container Service).
|
||||
Manually install Consul on Amazon Web Services ECS by using the Docker `consul-ecs` image to create task definitions that include required containers. Learn how to configure task definitions with example configs.
|
||||
---
|
||||
|
||||
# Manual Installation
|
||||
# Manual Installation of Consul on AWS Elastic Container Service (ECS)
|
||||
|
||||
The following instructions describe how to use the [`consul-ecs` Docker image](https://gallery.ecr.aws/hashicorp/consul-ecs) to manually create the ECS task definition without Terraform. If you prefer to use Terraform, refer to [Consul ECS Terraform module](/docs/ecs/terraform/install).
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Secure Configuration - AWS ECS
|
||||
page_title: Manual Secure Configuration - Consul on AWS Elastic Container Service (ECS)
|
||||
description: >-
|
||||
Manual Secure Configuration of the Consul Service Mesh on AWS ECS (Elastic Container Service).
|
||||
Securely configure Consul Service Mesh on Amazon Web Services ECS to protect the communication of sensitive data in production workloads. Learn how to manually configure auth methods to create tokens for clients and services and then apply tokens by role or policy.
|
||||
---
|
||||
|
||||
# Secure Configuration
|
||||
# Manual Secure Configuration of Consul on AWS Elastic Container Service (ECS)
|
||||
|
||||
This topic describes how to enable Consul security features for your production workloads.
|
||||
|
||||
|
|
Loading…
Reference in New Issue