Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of Fixed broken link in the ECS documentation into release/1.17.x #21024

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/content/docs/ecs/deploy/bind-addresses.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions website/content/docs/ecs/deploy/configure-routes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -76,4 +76,4 @@ module "web" {
]
...
}
```
```