Abctl not completing connection on EC2 instance

Summary

abctl works locally but gets stuck on Syncing/Starting when running a connection on EC2 instance. Ports 8000, 22, 8080, and 8001 have been opened. Seeking help to successfully run abctl on EC2.


Question

When using abctl locally everything works. When using the EC2 installed version, the sources and destination tests work, but when trying to run a connection the application gets stuck on Syncing/Starting and does not complete. I have run through opening ports (8000, and 22, then adding 8080, and 8001 due to some errors with docker not being able to ping those ports internally). Anyone successfully run abctl on EC2? Thanks.



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["abctl", "ec2", "connection-issue", "port-opening"]

T3 Large 100 GB EBS Volume,

I think you are going to be resource contrained on a t3.large as there are only 2 cpus. Can you try on a t3.2xl or t3.xl and see if you have more success? We are currently working on reducing the resource usage and hope to have some additional tweaks coming in the next weeks.

ok, weird thing is my local docker install is running on less resources, and I was able to get the old OSS version running on a t2 medium.

What instance type for the EC2 are you using?