AWS VPN Client + SAML SSO automation using CLI?

0

Hi!

I've created a periodic python script accessing AWS instances that should only be accessed via VPN. I cant use OpenVPN client since we use SAML auth for the VPN client and I cant find any KB for AWS VPN Client CLI options.

do anyone know a way to use AWS VPN Client using CLI? mainly 2x commands - Connect & Disconnect.

Thanks!

Shahar
posta 3 mesi fa114 visualizzazioni
2 Risposte
1
Risposta accettata

Unfortunately, AWS VPN Client doesn't have CLI options for direct connection and disconnection. You can leverage AWS Systems Manager Session Manager to SSH into EC2 instances securely without needing a VPN client. Alternatively, consider automating the VPN client

profile picture
ESPERTO
con risposta 3 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa
0

Thanks for the answer.

That's a shame, could be useful... but anyway I guess I'll just wrapped the code in a docker inside that env (I hoped to avoid it if possible).

Thanks again! Shahar

Shahar
con risposta 3 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande