You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - Use split tunneling (enabled by default) to avoid routing all traffic through AWS.
42
-
* - AWS [recommends](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AssociateClientVpnTargetNetwork.html) associating your client VPN endpoint with at least two subnets for availability, but you can associate a single subnet if you'd prefer. You are charged per subnet association per hour, so the number of subnets the VPN is associated with highly correlated with the cost.
48
+
* - AWS [recommends](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AssociateClientVpnTargetNetwork.html) associating your client VPN endpoint with at least two subnets for availability, but you can associate a single subnet if you'd prefer (see example above). You are charged per subnet association per hour, so the number of subnets the VPN is associated with highly correlated with the cost.
43
49
*
44
50
* See the [AWS VPN Pricing](https://aws.amazon.com/vpn/pricing/) for current rates.
45
51
*
@@ -139,7 +145,7 @@ export function vpnCertificate(
139
145
/**
140
146
* Configuration for generating OpenVPN client configuration file.
141
147
*/
142
-
interfaceGenerateClientConfigArgs{
148
+
exportinterfaceClientConfigFileArgs{
143
149
/** Name used for the client configuration */
144
150
name: pulumi.Input<string>;
145
151
/** VPN server hostname (may contain wildcards) */
@@ -165,7 +171,7 @@ export function clientConfigFile({
0 commit comments