From cacd572e2c2b602c22be20657bf53f2296183942 Mon Sep 17 00:00:00 2001 From: Rich Mogull Date: Mon, 14 May 2018 12:23:10 -0700 Subject: [PATCH] Updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 043bd41..08efd92 100644 --- a/README.md +++ b/README.md @@ -41,17 +41,17 @@ The current list incluides: ## Usage: -To iunstall just copy it where you want it and instally the requirements: +To install just copy it where you want it and instally the requirements: pip install -r ./requirements.txt -This was written in Python 3.6 +This was written in Python 3.6. To run: python count_resources.py -By default, it will use whatever AWS credentials are alerady configued on the system. You can also specify an access key/secret at runtime and this is not stored: +By default, it will use whatever AWS credentials are alerady configued on the system. You can also specify an access key/secret at runtime and this is not stored. It only neeeds read permissions for the listed services- I use the ReadOnlyAccess managed policy, but you should also be able to use the SecurityAudit policy. Usage: count_resources.py [OPTIONS]