https://linen.dev logo
f

Felipe Abello

02/22/2022, 8:31 PM
Hello, I tried to deploy Airbyte to EC2 following this article. Eveything is up and running. now, how can I make an API request from another machine towards this instance in EC2?
1
m

Marcos Marx (Airbyte)

02/22/2022, 8:48 PM
You must both machines access each other in the network, after you can execute the API calls https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/source_definitions/list_latest
f

Felipe Abello

02/22/2022, 9:09 PM
When trying to connect, I get this error
message has been deleted
do you know what am I doind wrong here?
m

Marcos Marx (Airbyte)

02/22/2022, 9:12 PM
Did you create the ssh key in the instance you’re trying to access Airbyte?
f

Felipe Abello

02/22/2022, 9:16 PM
oh I saw my mistake NVM
thank you!
On another note, in my EC2, I’m trying to run
docker-compose up -d
but I’m getting this error:
Ok, I did a
sudo service docker restart
and it did the job 🙂