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?
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?
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.