CI/CD pipeline for .NET Framework application using Elastic Beanstalk and AWS CDK (Code as Infrastructure)

Dhiraj Khodade
10 min readNov 1, 2020

While working on CDK and .Net framework I couldn’t find much help on the internet to deploy .Net framework applications to IIS using CDK. So decided to write this blog post.

We will be using sample asp.net MVC application and will deploy it to Elastic Beanstalk-IIS using CDK code for…

--

--