I created multiple ec2 instances. How do I get the IP addresses to connect to them? I don’t see them in the logs. The log just shows that the instance is created.
Hi — Are you using LocalStack Community or Pro image?
I am using a trial version
Can you validate if you are using the Pro image by running this command?
curl -s http://localhost:4566/_localstack/info
When running that command, it comes back with this:
cmdlet Invoke-WebRequest at command pipeline position 1
Supply values for the following parameters:
Uri:
After changing into pro, i was able to get into ec2. Thanks.
Now need to figure out which AMI i need to use. but thats for later