mirror of https://github.com/hashicorp/consul
Backport of Fixed broken link in the ECS documentation into release/1.17.x (#21024)
backport of commit 064f5bafbf
Co-authored-by: Ranjandas <thejranjan@gmail.com>
release/1.17.5
parent
e0798f67b0
commit
aa7d764fd0
|
@ -17,8 +17,8 @@ Binding workloads to the loopback address ensures that your application only rec
|
|||
|
||||
Consul service mesh must be deployed to ECS before you can bind a network address. For more information, refer to the following topics:
|
||||
|
||||
- [Deploy Consul to ECS using the Terraform module](/consul/docs/ecs/deploy/install-terraform)
|
||||
- [Deploy Consul to ECS manually](/consul/docs/ecs/deploy/install-manual)
|
||||
- [Deploy Consul to ECS using the Terraform module](/consul/docs/ecs/deploy/terraform)
|
||||
- [Deploy Consul to ECS manually](/consul/docs/ecs/deploy/manual)
|
||||
|
||||
## Change the listening address
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@ To enable tasks to call through the service mesh, complete the following steps:
|
|||
|
||||
Consul service mesh must be deployed to ECS before you can bind a network address. For more information, refer to the following topics:
|
||||
|
||||
- [Deploy Consul to ECS using the Terraform module](/consul/docs/ecs/deploy/install-terraform)
|
||||
- [Deploy Consul to ECS manually](/consul/docs/ecs/deploy/install-manual)
|
||||
- [Deploy Consul to ECS using the Terraform module](/consul/docs/ecs/deploy/terraform)
|
||||
- [Deploy Consul to ECS manually](/consul/docs/ecs/deploy/manual)
|
||||
|
||||
## Configure the sidecar proxy
|
||||
|
||||
|
@ -76,4 +76,4 @@ module "web" {
|
|||
]
|
||||
...
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue