I set up some resources by cdk.
After first setup finished, some permisions around role will be removed.
Now I bumped into this error when updating.
current credentials could not be used to assume 'arn:aws:iam::3144113XXXXX:role/cdk-hnb659fds-file-publishing-role-3144113XXXXX-ap-northeast-1', but are for the right account. Proceeding anyway.
I think this means that user accounts needs to assume cdk-hnb659fds-file-publishing-role-3144113XXXXX-ap-northeast-1
?
And this is related with sts:AssumeRole
?
However I could not find the iems in polycies including sts:AssumeRole
.
What policy should I add?