Skip to content

Commit

Permalink
Docs: AWS format for multiple accounts (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratulm authored Oct 2, 2022
1 parent 65c5ee9 commit 25661eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For each Arista device in the network, create a file in the `configs` folder. Th

Batfish understands AWS VPC configurations and analyzes it just like physical networks.
To use this functionality, place AWS configs in a folder named `aws_configs` right below the top-level snapshot folder.
The subfolders in this folder correspond to individual regions. If there is only one region,
Each subfolder in this folder should correspond to an AWS account. If you want to analyze only one account, you may skip this level of hierarchy. The subfolders of the account-level folder (or of `aws_configs` if there is only account) correspond to individual regions. If there is only one region,
then this level of hierarchy may be skipped.

The configuration files for a region should be the JSON output of the following API calls:
Expand Down

0 comments on commit 25661eb

Please sign in to comment.