July 2017
Intermediate to advanced
402 pages
9h 38m
English
To create our sessions, we are going to use an open source script created by the same author as Scout2, we will clone the repository and install the dependencies as follows:
$ git clone https://github.com/nccgroup/AWS-recipes $ cd AWS-recipes $ pip install -r requirements.txt
The script we want to use is in the Python directory:
$ cd Python
The script we want to run is called aws_recipes_init_sts_session.py:
$ aws_recipes_init_sts_session.py Saved STS credentials expired on 2017-02-12 10:28:48+00:00 Enter your MFA code (or 'q' to abort): 446054
Read now
Unlock full access