Summary
User is facing issues connecting to Airbyte installed on an AWS Ubuntu EC2 instance. They have followed the deployment steps and are stuck at accessing Airbyte via localhost. They suspect the issue might be related to the ‘dataline-key-airbyte.pem’ file.
Question
Hi all,
I am having an issue with connecting to Aitbyte installed successfully on an AWS Ubuntu EC2 instance.
I was wondering whether you could help.
- I have followed the steps in https://docs.airbyte.com/deploying-airbyte/on-aws-ec2 on Ubuntu => all the services are created and are started as expected.
- I am on the last step:
SSH_KEY=~/Downloads/dataline-key-airbyte.pem
ssh -i $SSH_KEY -L 8000:localhost:8000 -N -f unbuntu@ec2-$INSTANCE_IP.compute-1.amazonaws.com```
I visit `<http://localhost:8000>` in my web browser.
4. When I launch `<http://localhost:8000>` nothing is happening. The web browser is empty.
Would you know what is going on? Could the issue comes from the 'dataline-key-airbyte.pem' file. I am using a private key generated by AWS (as standard). Is that correct?
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1715608859736169) if you want to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["airbyte", "aws-ubuntu-ec2", "connection-issue", "dataline-key-airbyte.pem"]
</sub>