Unable to delete a Security Group Rule

0

I added an Inbound Rule to a Security Group, temporarily. After I was done with it, I attempt to remove it. When I try I get the following error... There was an error modifying your security group inbound rules The specified rule does not exist in this security group.

It is still listed as a rule, but I cannot delete it. Advice? thx

已提問 1 年前檢視次數 705 次
1 個回答
0
  1. Check if you have permission to delete security group rules.
  2. Try to use cli command to delete the ingress rule, such as: aws ec2 revoke-security-group-ingress
    --group-name mySecurityGroup --protocol tcp
    --port 22
    --cidr 203.0.113.0/24
AWS
已回答 1 年前

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

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

回答問題指南