From the course: Python: Pen Testing AWS

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Launching CloudGoat scenarios

Launching CloudGoat scenarios - Python Tutorial

From the course: Python: Pen Testing AWS

Start my 1-month free trial

Launching CloudGoat scenarios

- Now we have Cloud Goat loaded, we can set up an AWS deployment and get started on testing it. We'll configure the default profile for Cloud Goat to use to deploy the scenarios. Cloud goat dot py config profile. And we'll create this with a default program name. Okay, we're ready to go. Let's look again at the options we have to deploy. Dot slash cloud goat dot py list undeployed. Okay, we've got the eight undeployed scenarios that we can choose from. Let's select the IAM Privus scape by rollback scenario. We deploy this into our account by using the create option. Dot slash cloud goat dot py create iam privesc by rollback. That's all we need to do, so we'll wait until Terraform finishes deploying. Okay that's finished and we can see we've had no errors. Note we've been provided with the username and the access and secret key, which we'll set up into profile scenario one. AWS configure minus minus profile scenario1,…

Contents