Hi everyone, I am trying to deploy Airbyte on AWS ...
# ask-community-for-troubleshooting
a
Hi everyone, I am trying to deploy Airbyte on AWS and am following these instructions. https://docs.airbyte.io/deploying-airbyte/on-aws-ec2 I was able to install docker on AWS and also managed to install Airbyte on Docker, but I can't really Connect to Airbyte. (To be exact below attached instructions are not working for me) Can anyone guide me how can I get started with Airbyte on AWS ?🙏
👀 1
2
h
what is the error you are seeing when you try this command ?
a
Hi Harshith. I tried running Docker-compose up command I see below logs which shows Airbyte is up..
but when I open public IP or local host on my browser it is not able to connect. PSB SS.
not really sure how I can get access to airbyte UI now
h
did you try the ssh command ?
a
yes
image.png
h
you need to do this in your local system not in ec2 container
a
On local, getting below error
image.png
u
You need to edit the .pem file
a
Permissions of my current file is
h
do you mind adding a sudo before the command
a
yep. It started to work. Thanks alot
Now, If I set up a connection and schedule the sync daily (or every 4 hour), it will keep on working right ? Or do I need to take care of anything ?
h
yep it should ideally
a
Thanks @Harshith (Airbyte), you were a great help.