Attach this policy to the IAM role or user responsible for launching the stack.
Once the stack is deployed successfully, you can remove the policy.
Once the stack is deployed successfully, you can remove the policy.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Attach this IAM policy to a role or user to deploy the Plerion CloudFormation stack for CSPM, CIEM, and CWPP.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PlerionCloudFormationStackPermissions",
"Effect": "Allow",
"Action": [
"cloudformation:GetTemplateSummary",
"cloudformation:CreateStack",
"cloudformation:DescribeStackEvents",
"cloudformation:DescribeStacks",
"cloudformation:ListStacks",
"cloudformation:ListStackResources",
"iam:GetPolicy",
"iam:GetRole",
"iam:GetRolePolicy",
"iam:CreateRole",
"iam:CreatePolicy",
"iam:ListPolicyVersions",
"iam:ListRoles",
"iam:PutRolePolicy",
"iam:AttachRolePolicy",
"iam:PassRole",
"iam:TagRole",
"iam:CreateInstanceProfile",
"iam:AddRoleToInstanceProfile",
"iam:GetInstanceProfile",
"lambda:CreateFunction",
"lambda:GetFunction",
"lambda:InvokeFunction",
"lambda:TagResource"
],
"Resource": "*"
}
]
}
Was this page helpful?