No description
Find a file
2026-01-03 20:34:25 +09:00
policies Add AWS MCP policy and expand CloudFormation role permissions 2026-01-02 16:45:03 +09:00
roles feat(iam): update CloudFormation write role principal and permissions 2026-01-03 20:34:25 +09:00
README.md Add CloudFormation write IAM role, managed policy, and repository README 2025-12-31 19:52:14 +09:00

CloudFormation Write IAM Definitions

This repository defines IAM roles and policies for safely executing AWS CloudFormation operations via AssumeRole.

  • roles/cloudformation-write-role.yaml IAM role for CloudFormation execution, including ECR import permissions. Assumable by specified IAM Identity Center roles.

  • policies/cloudformation-write-policy.yaml Managed policy granting minimal CloudFormation write access. Intended for use via the execution role, not attached directly to users.