Hi,
I’m creating my degree final project, and I’m using localstack with terraform to deploy the infrastructure. After learning how it works, I started deploying a few tests and the instances were created successfully in localstack, but I’m not sure how to access by SSH, HTTP and so on in my deployed instances.
The instances were deployed using terraform (tflocal in this case) and I’m asking for help because I can’t find the way to connect with any protocol. I attempted to use the public IP (which allowed me to ping the instances but nothing more), and I also searched for open ports to connect to, but unfortunately, I’ve had no luck.
I searched all over the internet, but I didn’t find an explanation for my question.
I’m hopeful that someone here might be able to provide some help.
If I have had to explain more exactly my issue, there’s no problem
Thanks!!