I am using AWS VPN endpoint, and open vpn client. From aws cli I can trigger disconnection of every client, however openvpn reconnects all automatically. How could I disable that? In options manual I found only "connection retry time". These are my options:
client
dev tun
proto udp
remote-random-hostname
resolv-retry infinite
nobind
auth-nocache
remote-cert-tls server
cipher AES-256-GCM
verb 3
Removing resolv-retry infinite does not solve the problem.