Add CloudFormation write IAM role, managed policy, and repository README
This commit is contained in:
commit
ef8bceff67
3 changed files with 111 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue