From a3fe911d88a75e4fca69a7ab15463c3bec962087 Mon Sep 17 00:00:00 2001 From: Ryan Payne Date: Tue, 19 Dec 2023 14:08:54 -0600 Subject: [PATCH] Update README.md --- AWS/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AWS/README.md b/AWS/README.md index 215c71c..5b7cdf5 100644 --- a/AWS/README.md +++ b/AWS/README.md @@ -5,7 +5,7 @@ This script is a read-only utility that counts cloud resources in your AWS accou No changes will be made to your account. No data will be sent anywhere and will remain in your cloud shell environment. ## How it works -This script can run against an individual AWS account or all child accounts in an AWS Organization. When running the script in CloudShell, it will establish the session using the AWS Identity currently signed in. When running the script in your local environment, it will establish the session based on your AWS CLI configuration. Please see [Local Environment Instructions](../README.md) for more details. If your AWS Identity is in the AWS Organization Management account, the script will use the default role OrganizationAccountAccessRole (or custom role if provided) to switch into each child account. If your AWS Identity is not in an AWS Organization Management account, the script will only process resources in this single account. Upon completion, a CSV report is generated with the findings. +This script can run against an individual AWS account or all child accounts in an AWS Organization. When running the script in CloudShell, it will establish the session using the AWS Identity currently signed in. When running the script in your local environment, it will establish the session based on your AWS CLI configuration. Please see [Local Environment Instructions](../README.md) for more details. If your AWS Identity is in the AWS Organization Management account, the script will use the default role `OrganizationAccountAccessRole` (or custom role if provided) to switch into each child account. If your AWS Identity is not in an AWS Organization Management account, the script will only process resources in this single account. Upon completion, a CSV report is generated with the findings. ## How to use