From b0551530e50008f5cac53db7d6a332c698d9078c Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Tue, 13 Sep 2016 09:18:06 -0400 Subject: [PATCH] Updated README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2dcf0d00..2ce11fa3 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ For a comprehesive list and resolution look at the guide on the link above. ## Requirements This script has been written in bash using AWS-CLI and is works in Linux and OSX. +- Make sure your AWS-CLI is installed on your workstation, with Python pip already installed: +``` +pip install awscli +``` +Or install it using "brew", "apt", "yum" or manually from https://aws.amazon.com/cli/ + - Previous steps, from your workstation: ``` git clone https://github.com/Alfresco/aws-cis-security-benchmark @@ -23,6 +29,9 @@ cd aws-cis-security-benchmark ``` - Make sure you have properly configure your AWS-CLI with a valid Access Key and Region. +``` +aws configure +``` ## How to create a report