0

My AWS Client VPN cost is getting high, is there any way i can decrease it ?

Things i had done to reduce cost currently is enabling Split-tunnel in vpn.

Sreeraju V
  • 535
  • 2
  • 5
  • 19
  • all cloud providers are very expensive if you want to reduce costs check for other alternatives (colocation/dedicated, etc) but this also could be more expensive (time-wise) to bootstrap, setup, etc, at the ends is a tradeoff – nbari May 07 '20 at 08:25

1 Answers1

1

From what I would suggest is automating the client VPN associations.

Client VPN associations and connections are the only cost part that will increase the cost.

Other than this look at split tunnels which would stop all network traffic going through the VPN (which may present AWS network costs)

Chris Williams
  • 32,215
  • 4
  • 30
  • 68
  • I already enabled split tunnelling as mentioned in the my question. Will check automating VPN association .Thanks – Sreeraju V May 07 '20 at 09:06