Troubleshooting connection reset by peer error when accessing Airbyte containers on EC2 instance

Summary

The user is experiencing a ‘Connection reset by peer’ error when trying to access Airbyte containers running on an EC2 instance. The issue seems to be related to the network connection setup.


Question

Hi,
The Airbytes containers are running on my EC2 instance.
On my local terminal I do:
ssh -I “<name>.pem” -L 8000:localhost:8000 -N -f ec2-user@<Public IP>
Then:
curl -i “http://localhost:8000/
I get
curl: (56) Recv failure: Connection reset by peer

Would you know why?



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.

Join the conversation on Slack

["airbyte-containers", "ec2-instance", "connection-reset-by-peer", "network-setup"]