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

asked a year ago685 views
1 Answer
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions