This message was deleted.
# aws
s
This message was deleted.
b
Pulumi uses the AWS GO SDK for all its calls, so anything you're using with
~/.aws/credentials
should work. Does assuming the rule manually work?
w
Aha! I tried it manually with the AWS CLI, and it gave me this error:
Copy code
Parameter validation failed:
Invalid value for parameter DurationSeconds, value: 300, valid min value: 900
Changing the duration to 900 in the Pulumi program fixed the issue 🙂
Thanks for the suggestion
Should the underlying error message be passed through to the output of pulumi preview/up?
b
it's a little difficult for us to capture them, but we're working on some improvements here, sorry for the lack of info
w
No problem, thanks for your speedy response, very helpful 🙏