From 945cd7e624d2e195d978b1207da59305dcad5a9b Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Wed, 14 Sep 2016 13:37:22 -0400 Subject: [PATCH] Added more screenshots and report samples --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index bd7d0fb3..e500f689 100644 --- a/README.md +++ b/README.md @@ -83,10 +83,18 @@ USAGE: -h this help ``` -## How to fix all warnings: +## How to fix all WARNINGS: Check your report and fix the issues following all specific guidelines per check in https://d0.awsstatic.com/whitepapers/compliance/AWS_CIS_Foundations_Benchmark.pdf -## Screenshot +## Troubleshooting +If you are using an STS token for AWS-CLI and your session is expired you probably get this error: + +``` +A client error (ExpiredToken) occurred when calling the GenerateCredentialReport operation: The security token included in the request is expired +``` +To fix it, please renew your token by authenticating again to the AWS API. + +## Screenshots - Sample screenshot of report first lines: screenshot 2016-09-13 16 05 42 @@ -350,12 +358,3 @@ Generating AWS IAM Credential Report....COMPLETE - For more information and reference: https://d0.awsstatic.com/whitepapers/compliance/AWS_CIS_Foundations_Benchmark.pdf ``` - -## Troubleshooting - - If you are using an STS token for AWS-CLI and your session is expired you probably get this error: - -``` - A client error (ExpiredToken) occurred when calling the GenerateCredentialReport operation: The security token included in the request is expired - ``` - To fix it, please renew your token by authenticating again to the AWS API.