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

preguntada hace un año705 visualizaciones
1 Respuesta
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
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas