AWS EC2:(连接被拒绝)连接到上游时
错误:
2022/02/25 05:25:23 [错误] 16292#16292: *1 connect() 失败 (111: 连接被拒绝),同时连接到上游,客户端:172.31.9.17, 服务器:,请求:“GET / HTTP/1.1”,上游: “http://127.0.0.1:5000/”,主机:“172.21.11.88”
这是我第一次在AWS EC2中上传全栈JAR文件。 Jar 文件包含 Thymleaf 网页和主要 java 代码。
我还在 AWS 中设置了 RDS。我将安全组更改为“允许在任何地方访问”,这样我就可以在本地 MySQL Workbench 上连接到它。至此,我就完成了 SQL 表的设置。
所以我上传了 JAR 文件。状态从健康变为严重。 当我访问应用程序的 URL 时,我得到:
application.properties
server.port=5000
更新:
这是我的位置
这是导致我的错误的原因吗?
Error:
2022/02/25 05:25:23 [error] 16292#16292: *1 connect() failed (111:
Connection refused) while connecting to upstream, client: 172.31.9.17,
server: , request: "GET / HTTP/1.1", upstream:
"http://127.0.0.1:5000/", host: "172.21.11.88"
It's my first time uploading a fullstack JAR file in AWS EC2. Jar file contains Thymleaf web pages and the main java codes.
I've also done setting my RDS in AWS as well.I changed the security group to 'allow access' anywhere so I can connect to it on my local MySQL Workbench. By this, Im done setting up my SQL tables.
So I uploaded the JAR file. The status went from Healthy to Severe.
When I access the URL of my app I get this:
application.properties
server.port=5000
UPDATE:
Here's where Im at
Is this what's causing my errors?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下,EB 希望您的应用程序侦听端口 5000。来自 文档:
By default EB expects your app to listen on port 5000. From docs: