is my customtimeout usage incorrect? I'm still get...
# python
a
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
no that looks correct, can you run some debug logging? it may be that the cloud provider is timing out
a
it's intermittent, but I'll run with -v3 for a bit and see if I can get it to bite