This message was deleted.
# aws
s
This message was deleted.
w
Pulumi itself doesn’t really require any permissions - it’s mostly the resources you decide to create/update/delete which will require permissions to create/update/delete the corresponding resources. If you are seeing the need for
iam:CrateRole
, I would expect that to be due to trying to create a Role with Pulumi.
a
thanks for the reply!