EC2 Instances Several Ports Open

0

Hi,

Recently I have received an email from AWS and the detail follows.

In reviewing your Amazon EC2 instances, it appears you have left several ports open to the public (0.0.0.0/0).

Please let me know how to fix this issue.

已提问 2 年前278 查看次数
1 回答
1

Hello there,

It is not considered a good practice to have the ports of your resources open to the public as attackers may gain access to your resource and cause harm.

The best approach to fix this would be to configure your security group to control the traffic to your resource. A security group acts as a virtual firewall for your instance to control inbound and outbound traffic, for more information on security groups, please see reference [1].

You can configure the security group of your EC2 instance by allowing traffic from your own ip address or a selected range of ip addresses instead of having your ports open to the public.

For specific security group rules, please see reference [2].

References:

[1] https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/working-with-security-groups.html

[2] https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules.html

I hope this helps.

已回答 2 年前

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

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

回答问题的准则