Skip to content

Commit

Permalink
Merge pull request #126 from kuettai/main
Browse files Browse the repository at this point in the history
Added instruction for organization level scan
  • Loading branch information
kuettai authored Aug 15, 2024
2 parents c9ca751 + 6e888ea commit 3980807
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions usecases/accountsWithinOrganization/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Overview

As users launch more and more workload in AWS, users will eventually move themselves towards [AWS Organizations](https://aws.amazon.com/organizations/) to ease the management of their AWS workloads. For user to execute Service-Screener (SS) in one account is direct, but it can become tedious and repetitive if user has multiple AWS accounts within the same organization.

## Solutions

SS today support crossAccounts scanned, which required users to manually setup the crossAccounts.json file by providing the list of AWS accountID, roleNameToBeAssumed, and externalID. To accelerate the crossAccounts.json creation, you can now run ```python3 organizationAccountsInit.py``` and the crossAccounts.json will be generated based on the input given.

Then, you can execute the following to scan all your accounts within your organization
```
screener --regions ALL --crossAccount 1
```

0 comments on commit 3980807

Please sign in to comment.