1 Answer
- Newest
- Most votes
- Most comments
3
There's nothing that is going to directly indicate that a Network Firewall is being used. However, what you can do is get a list of Network Firewall endpoints that are deployed into the VPC; then check the route entries in each route table and see if the destination is one of those endpoints.
Relevant content
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
Do I use filter to get a list of the route entries?
The filters in boto3 docuemntation for describe_route tables?
You may be able to filter on
route.gateway-id
.