If I set `cloud-aws:computeIAMRolePolicyARNs` does...
# general
f
If I set
cloud-aws:computeIAMRolePolicyARNs
does my list override the defaults or merge with the defaults?
m
I believe that it overrides the defaults... let me check to be certain.
Indeed, it overrides the defaults.
f
Do I need to provide the defaults in addition to my policies?
m
Yes. The defaults are
AWSLambdaFullAccess
and
AmazonEC2ContainerServiceFullAccess
.