April 2019
Intermediate to advanced
508 pages
11h 57m
English
Before beginning any actual work, we need to make sure we are set up correctly. This setup might look different, but for this scenario, we need to ensure that the AWS CLI and Pacu are both installed on our system. Notes on how to do this were reviewed in previous chapters, but as a reminder, you can get Pacu from its GitHub page and the AWS CLI through Python pip:
Once those tools are installed, we will want to integrate the AWS keys that we have available into them. The easiest way to do this would be to use the AWS CLI to create a credential profile, and then import that profile into Pacu. For both the PersonalUser and ...
Read now
Unlock full access