Create EC2 with CDK
Amazon Web Services (AWS) Cloud Development Kit (CDK) is a powerful tool for defining cloud infrastructure as code. With AWS CDK, you can easily provision AWS resources like Amazon EC2 instances using programming languages like TypeScript. In this article, we’ll walk through the steps to create and run an EC2 instance using AWS CDK in …