N8n AWS EKS setup not working

Hi,

I followed this guide Amazon Web Services - n8n Documentation to setup self-hosting in AWS EKS. But i could not access my n8n through the load balancer url.

https://aca59b9812e2949deb29e73a11d01950-1870308242.eu-west-1.elb.amazonaws.com/

the error message were:

This site can’t be reached aca59b9812e2949deb29e73a11d01950-1870308242.eu-west-1.elb.amazonaws.com took too long to respond.

Hey @Mengwei_Mengwei,

Is everything running? As a quick test it would be worth seeing if you can access n8n without going through the load balancer.

Hi @Jon i do not know how to access the n8n directly. I followed the guide, it does not seem to explain when to access the server.

when i try to access the ‘API Server Endpoint’ in the cluster.

https://E4B0E501FD313542263C60713CF0D823.gr7.eu-west-1.eks.amazonaws.com

it shows

{
  "kind": "Status",
  "apiVersion": "v1",
  "metadata": {
    
  },
  "status": "Failure",
  "message": "forbidden: User \"system:anonymous\" cannot get path \"/\"",
  "reason": "Forbidden",
  "details": {
    
  },
  "code": 403
}

Hey @Mengwei_Mengwei,

I am not that familiar with AWS but I would assume if you are setting up the cluster there would be an IP of some kind for the n8n instance running that can be exposed to the outside world.

I suspect the issue could be with the config somewhere, Have you double checked the logs for the services to make sure they have started correctly?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.