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.

posta 2 anni fa278 visualizzazioni
1 Risposta
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.

con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande