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 Antwort
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
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen