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?