Refused connection to my application using ecs instance

0

Greetings everyone, I had an issue with the ECS cluster.In fact, When I create a cluster using the ec2 instance I couldn't connect to my application through the Internet. Also, when I try to connect to those instances that I've created with the ECS cluster I got an error that I'm unable to connect. I'm placing my ECS cluster in public defaut VPC and I've used the default security group to ensure that there is no problem with my Security groups.

Yassine
已提问 9 个月前259 查看次数
2 回答
1

Hi.

The default SG created in the Default VPC only allow traffic that originates from it self. You must use a SG that allow traffic on port 22 from your IP address and on port 443, I assume you run a webapp with https traffic, from everywhere (0.0.0.0/0)

profile picture
专家
已回答 9 个月前
profile picture
专家
已审核 9 个月前
0

Can you send the inbound rules of your SG?

profile picture
已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则