내용으로 건너뛰기

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년 전770회 조회
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠