Passer au contenu

Security Group Source unable to change from Custom to Anywhere IPV4

0

Security Group Source unable to change from Custom to Anywhere IPV4. it says "the specified rule "peer: 0.0.0.0/0, ALL, ALLOW" already exists"

demandé il y a 3 ans770 vues
2 réponses
1

The error you're encountering suggests that you may already have a rule in place in your security group that allows all inbound traffic from any IPv4 address (0.0.0.0/0).

Here are some steps to troubleshoot this issue:

  1. Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/.
  2. In the navigation pane, choose "Security Groups" under "Network & Security".
  3. Select your security group.
  4. In the details pane, choose the "Inbound rules" tab.

Check if there's already an existing rule that allows all traffic (All TCP, All UDP, and All ICMP - IPv4) from 0.0.0.0/0. If there's already such a rule, you cannot add another one with the same properties.

If the error persists, please double-check your rules configuration or consider contacting AWS Support.

If the answer is helpful, please click "Accept Answer" and upvote it.

EXPERT
répondu il y a 3 ans
0

Hi - Is this existing rule external to any infrastructure as a code , or does it exist in your configuration already? It seems the configuration was added (Please check) by default when the security group is created. Please check and remove the rule in any of your configuration file.

AWS
EXPERT
répondu il y a 3 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.