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.

demandé il y a 2 ans278 vues
1 réponse
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.

répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions