0

I need that my application be able to connect into an aws vpn using aws sdk, but the docs doesn't show any example of how to set up the connection and i have found no useful help on internet either

Can someone give me an example or something?

Gabriel Melo
  • 21
  • 1
  • 4

1 Answers1

0

The AWS SDK is for managing AWS resources, like creating the VPN. It is not used for establishing a connection to the VPN. You would use a VPN client to establish a connection to the VPN.

Mark B
  • 183,023
  • 24
  • 297
  • 295
  • Can i do it from the application side? This whay the users of my software doesn't need to install the vpn client – Gabriel Melo Jun 15 '22 at 12:24
  • @GabrielMelo https://stackoverflow.com/questions/7913695/create-connect-vpn-connection-through-c-net – Mark B Jun 15 '22 at 12:29