1 Answer
- Newest
- Most votes
- Most comments
1
Hi,
Looks like your source in the port 5000 opening is for a source security group sg-0f44xxxxx, not from internet.
You'll need to add 0.0.0.0/0 as source, or your current ip if you only want it open for that ip.
Your current opening in SG only allows instances that are within that security group, to connect to the port.
Relevant content
- asked 4 years ago
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 months ago
I need to open to the internet. How to do.
I still needed to run the pulled image. Here is how I tried but getting this message: Last login: Tue May 7 10:36:18 2024 from 13.233.177.4 ubuntu@ip-172-31-37-36:~$ docker run -d --name my-rajeev-container digitalsplendid/rajeev:latest docker: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create?name=my-rajeev-container": dial unix /var/run/docker.sock: connect: permission denied.