SSH tunneling to access Airbyte instance on EC2

Summary

Explanation on setting up an SSH tunnel to access Airbyte instance on EC2


Question

Hi,
The Airbytes
ssh -I “<name>.pem” -L 8000:localhost:8000 -N -f ec2-user@<Public IP>



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

["ssh-tunneling", "airbyte-instance", "ec2"]