docs: Correct ECS filename -> manual-installation.mdx
This commit is contained in:
parent
2682a99a78
commit
35b37345be
|
@ -15,9 +15,9 @@ The following requirements must be met in order to install Consul on ECS:
|
|||
1. **ACL Controller:** If you are running a secure Consul installation with ACLs enabled, configure the ACL controller.
|
||||
1. **Sidecar containers:** Consul on ECS requires two sidecar containers to run in each ECS task: a
|
||||
Consul agent container and a sidecar proxy container. These additional sidecar containers must
|
||||
be included in the ECS task definition. The Consul ECS Terraform modules will include these
|
||||
sidecar containers for you. Or if you do not use Terraform, you can construct the task
|
||||
definition yourself by following our documentation.
|
||||
be included in the ECS task definition. The [Consul ECS Terraform module](/docs/ecs/install)
|
||||
will include these sidecar containers for you. Or if you do not use Terraform, you can construct
|
||||
the task definition yourself by following [our documentation](/docs/ecs/manual-installation).
|
||||
1. **Routing:** With your application running in tasks as part of the mesh, you must specify the
|
||||
upstream services that your application calls. You will also need to change the URLs your
|
||||
application uses to ensure the application is making requests through the service mesh.
|
||||
|
|
|
@ -633,7 +633,7 @@
|
|||
},
|
||||
{
|
||||
"title": "Manual Installation",
|
||||
"path": "ecs/install-no-terraform"
|
||||
"path": "ecs/manual-installation"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue