This repo holds the templates that creates the required permissions in a customer's account to be scanned by ProwlerPro SaaS:
- The above templates creates a role named
ProwlerProSaaSScanRole
and will be assumed from our account having as principal the roles used by ProwlerPro.
For the CFN deployment we have the following Quick Links:
To deploy the ProwlerPro SaaS Role in order to allow to scan you AWS account, please run the following commands in your terminal:
terraform init
terraform plan
terraform apply
During the terraform plan
and terraform apply
steps you will be asked for your AWS External ID.
Note that Terraform will use the AWS credentials of your default profile.