https://pulumi.com logo
Title
a

acoustic-window-73051

01/11/2022, 7:40 PM
is my customtimeout usage incorrect? I'm still getting timeouts at 10minutes
auth = aws.ec2clientvpn.AuthorizationRule(auth_name,
args=auth_args, opts=pulumi.ResourceOptions( parent=self._artifacts['endpoint'], custom_timeouts=pulumi.CustomTimeouts(create='20m'), ), )
b

billowy-army-68599

01/11/2022, 7:47 PM
no that looks correct, can you run some debug logging? it may be that the cloud provider is timing out
a

acoustic-window-73051

01/11/2022, 7:55 PM
it's intermittent, but I'll run with -v3 for a bit and see if I can get it to bite