1 Answer
- Newest
- Most votes
- Most comments
0
Maybe try this -
1/ Remove the Allow-All Rule.
2/ Instead of a single "allow all" rule, create explicit rules to allow traffic to the specific websites you want (e.g., Google and Amazon). These rules should be placed above the blocking rule.
3/ Now, create your blocking rule to inspect traffic for all destinations except those allowed explicitly in the previous step.
By removing the "allow all" rule and creating specific allow rules first, you ensure that only traffic destined for the specified websites is allowed. The blocking rule with inspection will then block all other traffic by default, achieving the desired behavior.
answered 2 years ago
Relevant content
asked 3 months ago
asked a year ago
- AWS OFFICIALUpdated 7 months ago

Thanks for the response! I am a little confused. To confirm, you would have me:
1)remove the Stateless Rule 1 TCP - source 0.0.0.0/0 - destination 0.0.0.0/0 - Any port - forward to stateful 2)I would then create a Stateful rule for each website? 3)Create a stateless rule to replace Stateless Rule 1 and set it to block all. Thanks again