José Ribeiro
06/03/2021, 1:58 PMAllow
is to all actions on all resource, but it could as well be restricted to whatever CI needs to do in this caseFrank
Frank
Frank
José Ribeiro
06/03/2021, 3:22 PMJosé Ribeiro
06/03/2021, 3:23 PMFrank
CDKToolkit
stack?
it seems we’re creating IAM Roles when our stack is being deployed.
José Ribeiro
06/03/2021, 4:03 PMFrank
Frank
--cloudformation-execution-policies
Frank
Frank
sst cdk bootstrap
or cdk bootstrap
if you have CDK installed.Frank
Frank
José Ribeiro
06/03/2021, 7:36 PM--cloudformation-execution-policies
flag and also define a permission boundaries using the same policy using this: https://docs.aws.amazon.com/cdk/api/latest/docs/aws-iam-readme.html#permissions-boundaries, which seems to be a bit more straightforward than aspects. Let’s see how that goes.