Associating a target network with a Client VPN endpoint takes too long?

Is it just me or does the associating a target network with a Client VPN endpoint take a bit too long?

I need to create some type of automation that would create a VPC, a private subnet, deploy a VM and connect it to that subnet and at the end deploy a Client VPN endpoint for the users to connect to the VPC and accessing the VM.

Generally, I have created a CloudFormation template that does all of this successfully, but each time I create a stack, the deployment part takes really long at the point where the subnet is associated with the Client VPN endpoint, aprox. 7 - 8 minutes, while everything else, including deploying a VM is done within 90 seconds.

Is this behaviour expected or am I missing something?

If it’s any consolation, it’s not just you. our VPN stack has a timeout of 120 minutes :frowning:

Very much an issue, under Terraform too. I’m assuming that’s just how long the API call takes…