スキップしてコンテンツを表示

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ