跳至內容

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"

已提問 3 年前檢視次數 768 次
2 個答案
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.

專家
已回答 3 年前
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
專家
已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。