I have some feedback on the following documentatio...
# give-feedback
c
I have some feedback on the following documentation: https://docs.airbyte.com/deploying-airbyte/on-aws-ec2 I just followed this documentation, to the letter, to test out a new install of Airbyte. As recommended for testing I built it out on a T2 instance. What I encountered was that the default drive mount that Airbyte was attached to on the AWS Linux instance was so small it could not download the MS SQL source connector. It caused this error: "Unexpected error while checking connection: io.airbyte.workers.exception.WorkerException: Could not find image: airbyte/source-mssql:3.0.0" All fixed now, just sharing in case someone wants to update the docs and save the next dev a bit of time.
u
How much disk did you use @Chris Brunton? And yes, probably we must improve the recommendation about some initial resources configuration.
c
@[DEPRECATED] Marcos Marx I ran with the default settings. The Linux mount was only 10 gig. The Airbyte install took most of that and did not leave room for the MS SQL connector to download.