April 2019
Intermediate to advanced
508 pages
11h 57m
English
The get_boto3_client and get_boto3_resource methods allow you to interact with the boto3 Python library without having to worry about a bunch of configuration options. Due to the requirements for PacuProxy, the GuardDuty Kali/Parrot/Pentoo user agent bypass, and authentication, all the complicated configuration options have been abstracted from what module developers see. On the back side, it is still possible to modify those configurations if you really need to, but it is highly unlikely that a module will require this type of granularity.
These functions make it so that creating a boto3 client in a single region could begin with this following mess:
client = boto3.client( 'ec2', region_name='us-east-1', ...
Read now
Unlock full access