Skip to content

Commit

Permalink
Added instruction for organization level scan
Browse files Browse the repository at this point in the history
  • Loading branch information
kuettai committed Aug 15, 2024
1 parent b948ee2 commit e036b1e
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 e036b1e

Please sign in to comment.