Skip to content

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?

asked 2 years ago434 views
2 Answers
2
Accepted Answer

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
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago
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
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years 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.