Hello, I tried to deploy Airbyte to EC2 following ...
# ask-community-for-troubleshooting
f
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
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
When trying to connect, I get this error
message has been deleted
do you know what am I doind wrong here?
m
Did you create the ssh key in the instance you’re trying to access Airbyte?
f
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 🙂