diff --git a/docs/hosting/server-setups/aws.md b/docs/hosting/server-setups/aws.md index c83bb2371..dce993dfd 100644 --- a/docs/hosting/server-setups/aws.md +++ b/docs/hosting/server-setups/aws.md @@ -155,10 +155,13 @@ To find the address of the n8n service running on the instance: 3. Select the **Resources** tab, then **Service and networking** > **Services**. 4. Select the **n8n** service and copy the **Load balancer URLs** value. Use this value suffixed with the n8n service port (5678) for DNS. +!!! note "Use HTTP" + This guide uses HTTP connections for the services it defines, for example in `n8n-deployment.yaml`. However, if you click the **Load balancer URLs** value, EKS takes you to an "HTTPS" URL which results in an error. To solve this, when you open the n8n subdomain, make sure to use HTTP. + ## Delete resources If you need to delete the setup, you can remove the resources created by the manifests with the following command: ```shell kubectl delete -f . -``` +``` \ No newline at end of file