Skip to content

Commit

Permalink
Merge pull request #89 from lacework-dev/via-scripts-update
Browse files Browse the repository at this point in the history
Documentation, usability and hardening of AWS script.
  • Loading branch information
Bjorn Boe authored Mar 16, 2023
2 parents 3717257 + f67e2d4 commit 169ae12
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 133 deletions.
7 changes: 4 additions & 3 deletions bash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Script for estimating license vCPUs in an AWS environment. It leverages the AWS

Note the following about the script:
* It requires AWS CLI v2 to run
* It does not work on Windows
* It has only been verified to work on Mac and Linux based systems
* It has been verified to work on Mac and Linux based systems
* It works great in a cloud shell
* It does not work on Windows (Cygwin), but has been observed to work with Windows Subsystem for Linux.
* Run using the following syntax: ./lw_aws_inventory.sh, sh lw_aws_inventory.sh will not work

The output from running the script can look as follows:
```
Expand Down Expand Up @@ -59,7 +60,7 @@ The following options can be used to modify how the script is run:
```
### Scan all accounts in an AWS Organization
```
./lw_aws_inventory.sh -o
./lw_aws_inventory.sh -o OrganizationAccountAccessRole
```
This will leverage the OrganizationAccountAccessRole to scan all accounts in an organization.

Expand Down
Loading

0 comments on commit 169ae12

Please sign in to comment.