Summary
User is unable to access the Airbyte instance deployed on EC2 via SSH tunnel. The user has confirmed that all Airbyte containers are running, but when trying to access http://localhost:8000 in the web browser, nothing happens.
Question
Hi,
I have deployed aibyte on Ec2 successfully following https://docs.airbyte.com/deploying-airbyte/on-aws-ec2, via GitHub Actions. I can see that all the air bytes containers are running (this is the result of docker ps as a step in Github Actions).
- I open a terminal on my MacBook Pro M3 and run the following (with my instance details and .pem):
SSH_KEY=~/Downloads/dataline-key-airbyte.pem
ssh -i $SSH_KEY -L 8000:localhost:8000 -N -f ec2-user@$INSTANCE_IP - Then I go to my web browser and input http://localhost:8000 and nothing happens, i.e. “Safari cannot open the page”
Would you know if I’m missing something?
“docker ps” Results:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ecc7c611f21c airbyte/proxy:0.59.1 “./run.sh ./run.sh” 13 seconds ago Up Less than a second 0.0.0.0:8000-8001->8000-8001/tcp, :::8000-8001->8000-8001/tcp, 0.0.0.0:8003->8003/tcp, :::8003->8003/tcp, 80/tcp, 0.0.0.0:8006->8006/tcp, :::8006->8006/tcp airbyte-proxy
e65634d2d728 airbyte/airbyte-api-server:0.59.1 “/bin/bash -c airbyt…” 13 seconds ago Up 1 second 5005/tcp, 0.0.0.0:32770->8006/tcp, :::32770->8006/tcp airbyte-api-server
8de6aea94637 airbyte/cron:0.59.1 “/bin/bash -c airbyt…” 13 seconds ago Up 1 second airbyte-cron
003bee962868 airbyte/webapp:0.59.1 “/docker-entrypoint.…” 13 seconds ago Up 1 second 8080/tcp airbyte-webapp
1cc1703d0bc7 airbyte/connector-builder-server:0.59.1 “/bin/bash -c airbyt…” 13 seconds ago Up 1 second 0.0.0.0:32772->8080/tcp, :::32772->8080/tcp airbyte-connector-builder-server
8cb89de91385 airbyte/worker:0.59.1 “/bin/bash -c airbyt…” 13 seconds ago Up 1 second 5005/tcp, 0.0.0.0:32771->9000/tcp, :::32771->9000/tcp airbyte-worker
63f1560e7a68 airbyte/server:0.59.1 “/bin/bash -c airbyt…” 13 seconds ago Up 1 second 5005/tcp, 8000/tcp, 0.0.0.0:32769->8001/tcp, :::32769->8001/tcp airbyte-server
41e9f2393eaa airbyte/temporal:0.59.1 “./update-and-start-…” 13 seconds ago Up 12 seconds 6933-6935/tcp, 6939/tcp, 7233-7235/tcp, 7239/tcp airbyte-temporal
fe42b036548a airbyte/db:0.59.1 “docker-entrypoint.s…” 13 seconds ago Up 12 seconds 5432/tcp airbyte-db
617d65ca1a88 alpine/socat “socat -t 900 TCP-LI…” 13 seconds ago Up 12 seconds 0.0.0.0:32768->2375/tcp, :::32768->2375/tcp airbyte-docker-proxy-1
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.