Guided Walkthroughs
Step-by-step configuration wizards for your environment
Dedicated Security Account
AWS Backup Strategy
VPC Connectivity Setup
Automated Patching
All Guides
Configuration template to set up an AWS Client VPN including the Client VPN Endpoint, VPN Authorization Rules and VPN Routes. The template includes the option to configure authentication, VPC and network settings, and more.
This template includes the following options:
AWSTemplateFormatVersion: "2010-09-09"
Description: ""
Resources:
ClientVpnEndpoint:
Type: "AWS::EC2::ClientVpnEndpoint"
Properties:
ClientCidrBlock: ""
ServerCertificateArn: ""
ConnectionLogOptions:
Enabled: false
ClientConnectOptions:
Enabled: false
TransportProtocol: "udp"
SplitTunnel: false
VpnPort: 443
SelfServicePortal: "enabled"
SessionTimeoutHours: 24
ClientLoginBannerOptions:
Enabled: false
Parameters: {}
Metadata: {}
Conditions: {}