Is there any way to get the "real" error messages ...
# aws
i
Is there any way to get the "real" error messages from AWS when doing a Pulumi update? You don't get the detailed error message from AWS and you have to wait for the CloudTrail event to see the underlying cause of the error, e.g., exact IAM issue.
g
running with
--debug
should output it
Do you mind opening an issue at https://github.com/pulumi/pulumi-aws with the output you're getting? Pulumi should be providing you the detailed error message by default.
i
I created the issue. Thanks for your help!