Creating AWS Client VPN Endpoint Using AWS CDK

--

The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define your cloud application resources using familiar programming languages. Currently, CDK supports TypeScript, JavaScript, Python, Java, C#/.Net, and (in developer preview) Go. Reference

In this article, I will explain how I used CDK for creating AWS Client VPN Endpoint. This is my previous…

--

--