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

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则