diff --git a/lib/cfnvpn/templates/vpn.rb b/lib/cfnvpn/templates/vpn.rb index cb65b38..a8bb568 100644 --- a/lib/cfnvpn/templates/vpn.rb +++ b/lib/cfnvpn/templates/vpn.rb @@ -353,7 +353,10 @@ def scheduler(name, start, stop, bucket) 'ec2:DescribeClientVpnAuthorizationRules', 'ec2:DescribeClientVpnEndpoints', 'ec2:DescribeClientVpnConnections', - 'ec2:TerminateClientVpnConnections' + 'ec2:TerminateClientVpnConnections', + 'ec2:DescribeClientVpnRoutes', + 'ec2:CreateClientVpnRoute', + 'ec2:DeleteClientVpnRoute' ], Resource: '*' }]