AWS CloudFormation (IAM)

JSON →
aws devops

AWS CloudFormation is an infrastructure as code (IaC) service for modeling and provisioning AWS resources using templates.

cloudformation:ListStackscloudformation:DescribeStackscloudformation:CreateStackcloudformation:UpdateStackcloudformation:GetTemplatecloudformation:ListChangeSetscloudformation:DescribeChangeSetcloudformation:TagResource
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "cloudformation:ListStacks",
        "cloudformation:DescribeStacks",
        "cloudformation:CreateStack",
        "cloudformation:UpdateStack",
        "cloudformation:GetTemplate",
        "cloudformation:ListChangeSets",
        "cloudformation:DescribeChangeSet",
        "cloudformation:TagResource"
      ],
      "Resource": "*"
    }
  ]
}
full doc /v1/iam/cloudformation