lulo Amazon Inspector Role associates Amazon Inspector with the provided IAM Role.
npm install lulo-plugin-amazon-inspector-rolelulo Amazon Inspector Role associates Amazon Inspector with the provided IAM Role.
lulo Amazon Inspector Role is a lulo plugin
npm install lulo-plugin-amazon-inspector-role --save
`Usage
$3
* RoleArn: The IAM Role arn you want to associate Amazon Inspector with.$3
None$3
The Custom Resource Lambda requires the following permissions for this plugin to work:
`
{
"Effect": "Allow",
"Action": [
"inspector:RegisterCrossAccountAccessRole"
],
"Resource": "*"
}
``