Passer au contenu

VPC Network ACLs Inbound Outbound rules

0

current rules

is there any possibility to remove this 'Deny' rules that you can see on the screenshot?

demandé il y a 2 ans469 vues

2 réponses
2
Réponse acceptée

No you can't remove that Deny rule, but the default rule #100 effectively overrides it 100% if that's what you want to do. It allows all traffic so that rule #101 in your screenshot is redundant.

EXPERT

répondu il y a 2 ans

EXPERT

vérifié il y a 2 ans

EXPERT

vérifié il y a 2 ans

1

No, but you don't need to. The rules in NACL are enforced in the order according to the rule number. Once a rule is matched the action of that rule determines what happens to the packet (allow/deny) and the rules after that are not examined.

AWS
EXPERT

répondu il y a 2 ans

EXPERT

vérifié il y a 2 ans

EXPERT

vérifié il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.