I'm trying to setup my CI/CD with IAM in a way that only a specific IAM user can Update
our Prod
CloudFormation stack.
But we were confused as to how the Update
policy on CloudFormation works.
If I have an IAM user who only has one policy : Update
on Prod
CloudFormation stack, will he be able to edit/change any resources in this stack even though he doesn't have those specific permissions?
For example I have a S3 bucket on this stack and I change it's name on a Update, will this user be able to do this even though he only has the Update
policy?
No.
Ref: