From fa6041f461d0205f52789582befc07cb01ae2636 Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Tue, 13 Sep 2016 09:21:39 -0400 Subject: [PATCH] Updated README --- README.md | 24 ++++++++++++++---------- prowler.sh | 1 - 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2ce11fa3..d5bdcca2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This script has been written in bash using AWS-CLI and is works in Linux and OSX ``` pip install awscli ``` -Or install it using "brew", "apt", "yum" or manually from https://aws.amazon.com/cli/ +Or install it using "brew", "apt", "yum" or manually from https://aws.amazon.com/cli/ - Previous steps, from your workstation: ``` @@ -47,16 +47,20 @@ aws configure ./prowler.sh -p profile -r ``` -> NOTE: use --profile named-profile or the profile you are using for -> Okta CLI configuration, named-profile is an example value. - - 2 - Perform template validation: +3 - For help use: ``` -aws cloudformation validate-template \ ---template-url https://s3.amazonaws.com/cf-templates-1mp42he0jarfb-us-east-1/Redding-architecture-v1.template \ ---profile named-profile \ ---region us-east-1 +./prowler.sh -h + +USAGE: + prowler.sh -p -r [ -v ] [ -h ] + Options: + -p specify your AWS profile to use (i.e.: default) + -r specify a desired AWS region to use (i.e.: us-east-1) + -h this help + ``` -3 - Edit and review the input parameters Json file for the template, file Redding-architecture-parameters-v1.json. At least you have to change next parameter values: + 4 - 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 + + diff --git a/prowler.sh b/prowler.sh index 3b6de272..9d75a427 100755 --- a/prowler.sh +++ b/prowler.sh @@ -57,7 +57,6 @@ usage(){ Options: -p specify your AWS profile to use (i.e.: default) -r specify a desired AWS region to use (i.e.: us-east-1) - -v enable vervose mode -h this help " exit