batfish / batfish

Batfish is a network configuration analysis tool that can find bugs and guarantee the correctness of (planned or current) network configurations. It enables network engineers to rapidly and safely evolve their network, without fear of outages or security breaches.

Home Page:http://www.batfish.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions for AWS

pomint opened this issue · comments

commented

Are there any questions to perform AWS configuration analysis?
i have been hitting the following error when attempting to perform analysis on AWSS configurations

Traceback (most recent call last):
File "/home/kali/Desktop/BF Analysis/network analyzer.py", line 100, in
main()
File "/home/kali/Desktop/BF Analysis/network analyzer.py", line 49, in main
subnets = bfq.awsSubnetProperties().setRegion(region).setVpcId(vpc_id).answer().frame()
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pybatfish.question.bfq' has no attribute 'awsSubnetProperties'

commented

Where did you get this command: bfq.awsSubnetProperties().setRegion(region).setVpcId(vpc_id).answer().frame()? (Was it ChatGPT?)

It is not valid Pybatfish command. See documentation at https://pybatfish.readthedocs.io/en/latest/questions.html or code examples at https://pybatfish.readthedocs.io/en/latest/public_notebooks.html

commented

yes, it was ChatGPT