Ec2 port 8080 connection refused. xxx refused to connect.
Ec2 port 8080 connection refused I started my RESTful service on 8080 and was able to access it locally via curl. Can't Get Port 8008 to work on AWS Apache Server. 0:8787 on an EC2 instance. I have a simple nodejs server running on port 8080: Mar 14, 2019 · could not connect to server: Connection refused Is the server running on host "10. I am able to manually open it, but that isn't making Tomcat listen to that port. 1:8080, or the local host. And it is listening : netstat -an | grep 8080. com:3000 I get "connection refused", and nmap tells me that the port is not open : $> nmap -A -T4 mydomain. $ curl -I 'localhost' curl: (7) Failed to connect to localhost port 80: Connection refused And then $ curl -I 127. app. To check the port for xampp you can use below method or Try to search google to check the port number : Go to xampp control panel and see the port number below image. js app. then select your default instance on the right side that is listed in the table then clicked the action button on the top of the table. 251. What else could be the problem? Inbound rules: There, you can see that the port that Jenkins is using is 8080. You may want to tighten up the Source, depending on your needs. 1:8080 0. 0. com:4296 curl: (7) Failed to connect to myurl. However other ports (80, 8080) do not work, although the security group has inbound rule to accept any IPs for the HTTP. In the other window I verify that I can connect to HTTP using the "localhost". 0/0, so that should be anywhere. Jan 18, 2021 · You talk about port 80 and port 8000. ) server. A sample image is below: If so then you can unblock the port by following steps: Step 1: Here you can see that the port is blocked. xx:8080), while the port 80 is accessible, I have Nginx running on port 80. 4 Date: Wed, 09 Apr 2014 04:20:47 GMT Content-Type: text/html Content-Length: 612 Last-Modified: Tue, 23 Oct 2012 21:48:34 GMT Connection: keep-alive Accept-Ranges: bytes Feb 16, 2023 · If there was a security group issue then I don't think I would of been able to connect on port 8080 when using --p 8080:8080 and there are no other processes running on port 8080. For instance: Dec 7, 2023 · Aws EC2 port 80 connection refused. cfg specifying where you desire it to connect to. I feel it is something to do with the instance because I am using an existing linux ec2 that someone already created but when I launch another ec2 I get no issues Oct 18, 2016 · //install tomcat # sudo yum install tomcat6 //open port on server # sudo iptables -A INPUT -i eth0 -p tcp --sport 8080 -m state --state NEW,ESTABLISHED -j ACCEPT //start tomcat # sudo service tomcat6 start //and rule to AWS security group for port 8080 AWS dashboard > ec2 > security groups > default group > inbound rule: 8080 (HTTP*) 0. 236. Another thing which I want to ask is that would running the node file with sudo rights create some security issue ? Feb 5, 2018 · I tried seeing if that port was taken by running sudo netstat -nlp | grep :80 but it returns nothing which means the port isn't being used. src main resources application. My security group has SSH port 22 and HTTP port 80 open. Not sure what I am doing wrong here? Mar 22, 2022 · Hello, I am new to terraform and aws. compute-1. Next thing I did was to list the Docker container: docker ps . 9p1 Debian 5ubuntu1 (protocol 2. utils. Gitlab work OK, has external access, while Jenkins doesn't. In my case, port number is 80 I created a new instance, added the same security groups as before in EC2, selected the same VPC as before (everything exactly the same afaik), but now I get: ERR_CONNECTION_REFUSED when I try to connect to port 8080. 192 port 80: Connection refused These are the files I created as steps mentioned above (1-5). 0-kernel-6. It was working find and I started facing the following problem: kubectl get pods The connection to the server localhost:8080 was refused - did you spec Jun 18, 2013 · I'm running a CherryPy web server at 0. Since you have configured kubeconfig with the command update-kubeconfig, it seems multiple configs are being merged 1 due to this command: Mar 27, 2017 · I have my free-tier EC2 containing my Scala application. Immediately I added a new security rule on inbound traffic allowing Apr 11, 2017 · 1st the base image EXPOSEs only port 8080, so to be able to access port 9990 you need to add EXPOSE 9990 to your Dockerfile or --expose 9990 to your docker runcall. And is a pretty common configuration. Security group of EC2 includes inbound rules of port 8080 and 80 to all IPs. Your jenkins is running locally and the slaves in the GKE environment. com:8080 And received an error: ERR_CONNECTION_REFUSED. listen(8080, 'localhost', functio May 16, 2019 · curl: (7) Failed to connect to localhost port 8080: Connection refused Tried with 127. 0:* LISTEN However, when trying from another computer, or if I wget mydomain. js - Here only I have mentioned server. telnet INSTANCE_public_DNS_name 80 Then run the same command for your remote machine to confirm if there are any firewall issues. js , relevent package. In order to see what is going on I connected through SSH to an EC2 instance in the same vpc and everything works when I do the request using the private IP:port, but fails when I use the Here's the app. Jul 1, 2018 · The problem is that the connection defaults to localhost:8080, just change kubectl. ip. No Public DNS. Hot Network Questions Jul 5, 2018 · I tried passing the DNS of the elb through an environment variable, but that didn't help as well. But when I do the curl using the Public IP/Public DNS name from same ec2 or a completely different device I get: curl: (7) Failed to connect to <IP> port 8080: Connection refused. properties; #application. 0/<Port> which is localhost inside of the EC2 instance. Nonetheless, I couldn't access the service with browser. I have checked my VPC ACL and allowed ALL inbound and outbound traffic in the security group. com. Apr 6, 2019 · The port may already be in use or the connector may be misconfigured. Feb 15, 2019 · If you had some application running on port 8080 on the remote machine you could access it this way over ssh tunnel. 39. I created a docker image and container that runs an apache server as per the aws tutorial . Step 2: Allow the connection -> Apply -> Ok. 1:8080 but the same response. by: kubectl expose pod testpod --port=8080 Jan 10, 2021 · This is not gonna work. 137 - the IP of the EC2 instance. Now I am able to connect to the socket. Now its running on port 8080. 198 35. Feb 3, 2016 · I'm doing a GET request to my EC2 instance, but I'm getting the following error: 80: Connection refused These are the security rules of my instance: Ports Protocol Source launch-wizard-1 80 tcp 0. The cURL requests (localhost:8080) made in the instance's terminal to the backend work without any problems. Nov 23, 2019 · Failed to connect to 192. Is the application listening on localhost:8080 or on 0. If the service is listening on a wrong port, then check if the EC2 instance is listening on the required TCP port (80/443) If the port is blocked by a firewall, then check the OS-level firewall in the EC2 instance. Double check the security group access for port 22. Good luck Dec 9, 2021 · "Trying xx. Mar 27, 2017 · From the netstat output, it seems that your app is listening on loop-back interface only - 127. If it is the local host then only connections from the local machine would be able to connect to the port. 2. This means the service is listening on "all network interfaces". A common mistake is not specifying the port number when binding or connecting in network byte order Dec 8, 2016 · @user1231728 ping and curl operate on different protocol layers and in does quite different things. Sep 29, 2020 · curl: (7) Failed to connect to ec2-xxxxx. I can't Is the application listening on localhost:8080 or on 0. 1 <none> 443/TCP 19h I got the url for the service Oct 25, 2022 · After confirming the Dockerized Flask application was running on my EC2 instance I attempted to access it via my web browser using the instance Public IPv4 DNS address and port number: ec2-digits. sudo systemctl status jenkins May 31, 2015 · app. Outputs from netstat and iptables. As mentioned in the comments with docker run it's simply as adding -p 8081:8080 to expose/publish port 8080 of the container on the host as port 8081. Dec 3, 2019 · Flask is Running on http://0. This is more important if your server has a public IP. I use this code to start Akka service: Http(). # telnet 162. So either you are connecting to the wrong IP address, or to the wrong port, or the server is listening on the wrong port, or is not actually running. xxx. However when I try to access HTTP from the instance (or anywhere else) using either the public DNS or the Private IP address I het "connection refused". The solution was to update the Credentials for Jenkins Service. I went through every possible post related to my issue but I am not able to resolve this issue. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED SSH port (22) works fine; I can connect it with Cyberduck as usual. Am I missing anything? Sep 13, 2020 · When I try and hit the healthcheck endpoint of my app using the public DNS of the ec2 on port 8893 using Postman I get Error: connect ECONNREFUSED nc -vl 8080 Sep 26, 2014 · And regarding connection to socket. – Aug 11, 2019 · I'm trying to communicate two services in Fargate, and when service A calls service B using the Route 53 name (not the IP) it says port 80: Connection refused. セキュリティグループが正しいか確認 Nov 22, 2018 · I've installed GitLab and Jenkins on AWS EC2 Ubuntu 18. com port 4296: Connection refused When I try to reach any other port, my connection is timed out: Nov 4, 2018 · In the instance's security group I added a new rule to open port 8080 as well as port 80. 1:8080 and so you are not able to connect to it outside of the instance. From the Docker docs: The EXPOSE instruction does not actually publish the port. js" to run my node file. Failed to connect to 127. 0:22. This will start your cluster. 0/0. 53. 50. 222 telnet: connect to address 162. Port 8000, Source 0. This is usually configured this way in order to use nginx or apache as a reverse proxy to connect to the machine. Your guidance was incredibly helpful, and I wanted to provide some feedback on the steps you suggested. Jun 25, 2023 · I am not able to connect to Jenkins via AWS ec2 ubuntu instance. 4. You run Airflow on remote machine. Perhaps check if the security group in question is assigned to your EC2 instance? If you use EC2 Instance Connect to connect to your Ubuntu instance and you get an error when attempting to connect, you can use the following information to try to fix the issue. Feb 8, 2019 · sg-1 has settings to allow all outbound traffic sg-2 has settings to allow traffic from sg-1 on port 80, 9200 and 9300: Yet, when I SSH onto instance A and try to curl instance B on port 9200, I get an error: Failed to connect to <Instance B Private IP> port 80: Connection refused. Aug 12, 2021 · I am running a hello-world http server on an ubuntu EC2 instance, let's say, myurl. So on your host, it will call your host, but when running inside your container, it will call to your container. For ex: nc -z <PublicIP> <port> When I SSH into the EC2 instance and try netstat, I can see SSH port 22 is listening, but not the container ports (ex: 8883). 1. Steps by Setp: Run your app by using the following command Oct 1, 2017 · I am running an Akka HTTP service on port 8080 in my EC2 instance. db. Both commands work when executed on the instance: curl localhost:8080 curl ec2-<public-ip>. I am unable to connect to EC2 instance and receive the following error:- There was a problem connecting to your instance We were unable to connect to your instance. Security group Oct 19, 2021 · EC2はパブリックサブネットにあり、他のネットワークからの接続はできている状態です。 思わぬところに原因があったので書いておきます、、 Connection refusedで調べたときに疑ったこと. compute. js, the code is too long so that's why I'm showing this code only, there's no problem in other code I assume this is a network problem. com:8080 However, the latter command doesn't work on my computer. using Public Ip address with Port Aug 25, 2017 · xxx. 04, where GitLab uses 80, while Jenkins uses 8080. Talked to Godaddy Support and was told port 8080 is blocked, even on their dedicated servers. I have marked that red color. The master spawn a slave in the cloud, which tries again to get connection to the master, which is running on localhost. The SSH daemon (sshd) is running and listening on port 22. I checked the security groups. 242. I have create a inbound rule in the security group to listen to port 8085, and it seems it wants to listen, but the connection is refused: As it is refused, I don't think it is security group problem. ). Cannot ping AWS EC2 instance. and. I am stuck with this problem for couple of days now. port in your application. If you use localhost, you try to connect to your local one. 0:8080. ap-southeast-2. In the instance's security group I added a new rule to open port 8080. Either ssh is not setup correctly, credentials provided are not correct or you have a firewall on your linux instance that is blocking the ssh port. Jul 20, 2021 · First check is your port is disabled in firewall. Jan 11, 2021 · What port you specified for your application to run. 167 <none> 80/TCP 14m Mar 7, 2012 · I connected to the instance on SSH port 22 twice and in one window launch an HTTP server on port 80. My money would be on you using the wrong user name to connect. 1 HTTP/1. 222 8080 Trying 162. Go to AWS -> login -> ec2 -> select the options in the left sidebar "security and groups". My Fix: On MacOS if you install K8s with brew, you still need to brew install minikube, afterwards you should run minikube start. Possible cause The ec2-instance-connect package on the instance is not the latest version. Jun 16, 2022 · Since you are saying "connection refused", let's assume that your machine is reachable. Mar 9, 2020 · Apparently, port 8080 is not open on the host in question. I wanted to thank you for your assistance with the Kubernetes configuration issue I encountered. com Host is up (0. run(host='0. I'm aware that I need to change the server port to 5000 and I have done that in my application. Another possible problem is the path to it not being set correctly, in the variable KUBECONFIG. sudo ufw allow 8080/tcp but once reached the Pod, you're trying to connect to incorect port and that's why the connection is being refused by the server; My best guess is that your Pod in fact listens on different port, like 80 but you exposed it via the ClusterIP Service by specifying only --port value e. io, I used port 8080 instead of 80 and used "sudo node main. You can add server. However, the frontend cannot send requests to the backend listening on localhost:8080 in the same instance. EXPOSE instruction does not do this for you. 0/0 Jun 3, 2020 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Nov 19, 2021 · I have created a simple server with nodeJS and I want to listen a request from port 8085 (I could choose any. Jun 10, 2020 · I'm trying to get a Flask app to run on an EC2 instance. If you do not have anything listening on TCP port 8080 on your machine, curl will correctly report connection refused. Jun 9, 2021 · Amazon EC2 refused to connect: we notice connection timed out errors when trying to connect to my Amazon EC2 instance using SSH. "Connection refused" error. instance. " I have checked my security group for this EC2 instance, and it is allowing TCP ports 80, 443, 3389 and 8080 so I'm not sure why I cannot connect to the web app. So in theory this port should be wide open. ssh: connect to host I've launched kubernetes cluster using kops. us-east-2. properties file and from the logs I can see that the application has launched on port 5000. xml and open port 80 in ec2 what you have to do is first shutdown the server. tcp 0 0 127. 32. May 17, 2017 · You are using port 9089 in your docker config but your program or server running on different port. To troubleshoot, check if the service is in the running state in the EC2 instance. And have opened the same port in security group. I also stopped the iptables service on the instance, per another post. I have a few JS functions that send requests to the localhost in the backend to retrieve data from an API. 秘密鍵の指定が正しいか確認. I have a flask server which is running on port 8080. io server and MongoDB. Feb 9, 2017 · Localhost, or 127. 24 80:31285/TCP,443:30966/TCP 14m nginx-ingress-default-backend ClusterIP 10. Oct 13, 2014 · after adding the rule in security group, you should also turn on the Linux os port in order to access your webservice command for doing that. address port 8080: Connection refused Since you are saying "connection refused", let's assume that your machine is reachable. 12. The app is running on port 8080 but I have declared redirection from port 80 to port 8080. if you configure the server. This is inbound security rules: Mar 10, 2020 · If I do curl localhost:8080 on Ec2, I get the correct web service response. xx. 0. 3. server. xxx refused to connect. yaml apiVersion: v1 kind: Service metadata: na Feb 9, 2024 · Hi Muravyev Maxim,. 351. Also, when I do docker ps inside instance, Ports column is empty. Check out this article: Hosting Your Node. com refused to connect. port=8080 #your port #server. To change the port, you can try sudo vi /etc/sysconfig/jenkins and look for JENKINS_PORT. Action: Verify the connector's configuration, identify and stop any process that's listening on port 8080, or configure this application to listen on another port. I am facing a connection refused from the master to the slaves Aug 2, 2020 · These errors indicates that kubectl was unable to reach the kubernetes server endpoint at 127. eu-central-1. 102. However, when I try to call this service from outside the EC2 instance using the instance's public IP address I see this error: curl: (7) Failed to connect to ec2. It functions as a type of documentation between the person who builds the image and the person who runs the container, about which ports are Apr 5, 2022 · That is not an Airflow problem - it's basic remote computing problem. port=80 another port to test Jul 1, 2017 · It took me a while to figure this one out. 0:8080/ and the only Inbound rule I have (apart from ssh) is this: Protocol: TCP, Port Range: 8080, Source: 0. 31. See e. It's like having a house where all of the doors and windows, except the front door, are welded shut. The inbound rules seem to be alright. Gives connection refused. curl connects to a TCP port, and expects to talk http over that tcp connection (by default). In this case you can either stop application that is running on thisport or simply use different port. Dec 16, 2014 · First, login that instance, and run the command to confirm http service is running. If you receive the "Connection refused" error, then verify the following: There's no firewall on the instance that rejects the SSH connection. amazonaws. be root (sudo su -) and then start the server again and it should work for you. when i ssh into my EC2 instance i can see both of my containers running at 0. 90 <none> 8080/TCP 14m kubernetes ClusterIP 10. Make sure that your instance’s network Mar 8, 2020 · When I ssh into this EC2 instance and call the service using localhost, it returns the expected response. 0 port 8080: Connection refused I have tried editing the inbound rules so that 8080 is open but it doesn't seem to work. Do you have something running on that port on your Ubuntu server? Or is it perhaps running on port 80 instead? In that case your command should be ssh -L 8080:localhost:80 - that forwards local port 8080 to the remote machine’s kubectl get service NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE hello-minikube LoadBalancer 10. Oct 4, 2019 · When I try to access the ports using Public IP of the instance from my remote PC, I get connection refused. I have kubectl installed but when I run a test: kubectl run my-nginx --image=nginx --replicas=2 --port=80 I receive and error: The connection to the server localhost:8080 was refused - did you specify the right host or port? How do I specify the host or port? Oct 19, 2017 · The problem is that Godaddy shared hosting will not let you make requests from your site that go to any port other than 80. Feb 25, 2010 · Connection refused means that the port you are trying to connect to is not actually open. 20240122. 1. nano al2023-ami-2023. Aug 31, 2018 · On my local Machine trying to connect to remote Spark Master ( EC2 Instance ): 8080 - Spark UI. OperationalError: could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 8000? could not connect to server: Connection refused (0x0000274D/10061) Is the May 15, 2021 · Amazon EC2 HTTP connection refused, but HTTP port is open. region. 1 <none> 443/TCP 19m nginx-ingress-controller LoadBalancer 10. On your Feb 16, 2016 · Associated the address to my new EC2 Ubuntu instance. 00032s latency). properties to change your port if you prefer. ssh service - 0. I managed it. EC2 port 8080 not open even added Security Group. (2) Check my ufw firewall to make sure port 8080 is enabled: Sep 29, 2020 · It seems that your container's port 80 is not assigned to the host's port. But the EC2 refused to connect on the 8080 port (xxx. Note: Both verification steps require OS-level access to the instance. 207/32 What's wrong with these rules? Why can't I access port 80? May 25, 2017 · When running any container with Docker or any other container runtime, for any port that should be accessible to other containers or external access the port has to be exposed. I have also added the security group for the port 8080. 222: Connection refused The port is still closed after starting Tomcat. 136" and accepting TCP/IP connections on port 5432? However, I have allowed inbound TCP traffic on port 5432 on the database instance. Jun 30, 2017 · 172. If you config it right, you will see something like this. I can connect to the instance just fine through SSH using the Public IP, but when I try to browse to the Public IP through the browser it says connection refused. What am I missing? May 22, 2017 · Jenkins up and running but can't access through browser on port 8080 AWS ubuntu Load 7 more related questions Show fewer related questions 0 Aug 8, 2017 · This resolve the same issue when I had a fresh installation of Nginx and couldn't access the default page. For me, it started happening after changing my Windows password. Not shown: 999 closed ports PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 5. 226. But I only got this one error: xx. Feb 26, 2021 · Afterward, trying to access the website with :8080 at the end times out the connection. 1-arm64 (AL2023) a Security Group setup to allow SSH from my personal IP address sshd is installed Jul 7, 2011 · I had the same issue. I have kubectl already installed and here are my services and workloads yaml files services. To summarize: Check Jenkins status; Check Jenkins port; Allow the Jenkins port on security group Feb 6, 2022 · So you have some web server software installed on the EC2 instance and configured to listen on port 8080. 1 200 OK Server: nginx/1. TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 5000 (http) May 5, 2022 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Aug 29, 2021 · If you can SSH to an EC2 instance, you've added a security group rule for ingress on another port, but can't reach the instance on that port, here are some other things to check: Firewall running on the instance. 0/8080 I get the below message: Failed to connect to 0. 2nd You didn't post your cmd line call, so I can only guess but you need to map the container port to a host port, example (including the additional exposed port) Mar 1, 2017 · I was struggling with the same situation. 240. 6. 1 port 5000: Connection refused when using Flask. I just started a new AWS EC2 instance. Outbound Configs Inbound Configs Still when I open my website it says: This site can’t be reached. that will show the inbound menu. com port 3002: Connection refused Does that mean, that the port 3002 is not open, or could there be another explanation? Thank you for your help! REST interface bound to /0. May 27, 2016 · My server is running as I can reach it via wget localhost:8080 however I can't reach it via my browser using the public DNS name, ie : wget -p xxx. xx" telnet: Unable to connect to remote host: Connection timed out In AWS I've opened port 80 by defining an Inbound Rule on the Security group (only one security group is defined for this EC2 server) I'm using the Public IPv4 address to make a telnet connection May 22, 2022 · I'm on an ec2 instance trying to get my cluster created. If you don't specify any, by default it will run on port 8080. 0',port=5000) if you run your app in this way then your server will be visible externally. 236 <pending> 8080:31825/TCP 15m kubernetes ClusterIP 10. This instance is in group launch-wizard-4. Amazon AWS EC2 ports: connection refused. Feb 7, 2021 · I have a Spring Boot application running on port 8080 on an Amazon EC2 instance. 96. 255. I now have a Private IP and a Public/Elastic IP. js API on AWS EC2 Edit 1: Your server is probably not listening on Port 80. When I run docker run -p 80:80 hello-world (where hello-world is the apache container image), everything works fine and I can access the server from the public Aug 17, 2017 · To solve the issue The connection to the server localhost:8080 was refused - did you specify the right host or port?, you may be missing a step. Looking at the inbound configuration for this group, Port 22 is allowed in from 0. Even using the Connect via Java SSH client built into the EC2 console, I get Connection Refused. 0/0 22 tcp 177. properties content. I am unable to curl it from my client: $ curl myurl. 1, always means the same host as the command is currently running on. 0) May 29, 2019 · I checked all the questions that are related to allowing port on AWS EC2 and I have tried the following: sudo ufw allow 5000 sudo iptables -A INPUT -p tcp --dport 5000 -j ACCEPT Also added the port to AWS SG as shown below. Jun 28, 2017 · My debugging steps to EC2 connection time out. $ curl <ec2 public dns>:8080 I can the error: curl: (7) Failed to connect to <ec2 public dns> port 8080: Connection refused I went through the default troubleshooting steps: (1) Quadruple check to make sure I am allowing incoming connections on port 8080 in my ec2 security group. which one is the app using? If it's 8000, then you'll need to allow port 8000 in your security group. Why isn't gunicorn able to run? EDIT: I altered the inbound rules in security group so that its open to all ports then gunicorn hello:app -b :8080. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED Aug 25, 2022 · When I send a request from postman on AWS's DNS address + :8080, the backend responds to me without any problems. g. I got sh * Trying <ip_address> * connect to <ip_address> port 80 failed: Connection refused * Failed to connect to <ip_address> port 80 after 11 ms: Couldn't connect to server * Closing connection curl: (7) Failed to connect to <ip_address> port 80 after 11 ms: Couldn't connect to Sep 28, 2023 · You need to use reverse proxy, like nginx, to serve your application. json exists and they work as expected when I run the server locally (without deploying it in Docker), I mention this in case readers might ask Jan 25, 2024 · AWS Setup I have a AWS EC2 instance running with: t4g. . 2. I can connect to the web server via local wget on the EC2 machine, but I can't reach the instance from my own remote machine (I Feb 17, 2016 · conn = _connect(dsn, connection_factory=connection_factory, async=async) django. 168. Make sure you have your current IP on there and update to be sure it hasn't changed Jul 25, 2022 · I have created an EC2 (Amazon Linux) on Aws. Jul 6, 2018 · "This site can’t be reached, ec2-XXX-XXX-XXX-XXX. Go to Control Panel -> Windows Firewall -> Advance Settings -> Inbound Rules and see any port is blocked. Jun 16, 2018 · $ kubectl get svc NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE hello-app ClusterIP 10. It expects web socket connections, but normal HTTP should return 400 bad request. 0:8080 However when I try to actually access the port like so: curl 0. 227. xxvmhg kouaspyi hhny orhbjul qiejqc jitedq lorsv nayrn voj sslv