Updated README

This commit is contained in:
Toni de la Fuente
2016-09-13 09:21:39 -04:00
parent b0551530e5
commit fa6041f461
2 changed files with 14 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ This script has been written in bash using AWS-CLI and is works in Linux and OSX
``` ```
pip install awscli 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: - Previous steps, from your workstation:
``` ```
@@ -47,16 +47,20 @@ aws configure
./prowler.sh -p profile -r ./prowler.sh -p profile -r
``` ```
> NOTE: use --profile named-profile or the profile you are using for 3 - For help use:
> Okta CLI configuration, named-profile is an example value.
2 - Perform template validation:
``` ```
aws cloudformation validate-template \ ./prowler.sh -h
--template-url https://s3.amazonaws.com/cf-templates-1mp42he0jarfb-us-east-1/Redding-architecture-v1.template \
--profile named-profile \ USAGE:
--region us-east-1 prowler.sh -p <profile> -r <region> [ -v ] [ -h ]
Options:
-p <profile> specify your AWS profile to use (i.e.: default)
-r <region> 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

View File

@@ -57,7 +57,6 @@ usage(){
Options: Options:
-p <profile> specify your AWS profile to use (i.e.: default) -p <profile> specify your AWS profile to use (i.e.: default)
-r <region> specify a desired AWS region to use (i.e.: us-east-1) -r <region> specify a desired AWS region to use (i.e.: us-east-1)
-v enable vervose mode
-h this help -h this help
" "
exit exit