跳至內容

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?

已提問 2 年前檢視次數 456 次
2 個答案
2
已接受的答案

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.

專家
已回答 2 年前
專家
已審閱 2 年前
專家
已審閱 2 年前
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
專家
已回答 2 年前
專家
已審閱 2 年前
專家
已審閱 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。