July 2017
Intermediate to advanced
402 pages
9h 38m
English
Scout2 (https://nccgroup.github.io/Scout2/) is an open source tool that lets you audit the security of your AWS account. It produces reports similar to Trusted Advisor but only focuses on the area of security. With around 100 different checks, Scout2 produces a very complete solution to assess the level of security of your account.
We will use it to comprehend better some of the changes needed.
To do so, we will first clone the repository:
$ git clone https://github.com/nccgroup/Scout2
We will then cd into the directory and install the packages needed to use the tool:
$ cd Scout2 $ pip install -r requirements.txt
We can now use the tool to generate our security report as follows:
$ python Scout2.py
The tool will collect several ...
Read now
Unlock full access