AWS Developer Tools-3 : Building and Deploying .NET application with AWS CodePipeline CI/CD on the AWS Cloud

Cumhur Akkaya
2 min readJun 27, 2023

In this article, we will implement step-by-step an end-to-end automated CI/CD (Continuous Integration and Continuous Delivery) environment for deploying a .NET Framework workload on the AWS Cloud. Using this highly scalable solution enables customers to rapidly and reliably deliver features and updates.

We will create an AWS CodePipeline with three stages: source, build, and deploy with AWS CloudFormation. Our build package is placed in the Build Artifacts folder in the S3 bucket. An Amazon Elastic Container Registry (Amazon ECR) will hold the MSBuild container image. Finally, the deploy stage of CodePipeline triggers AWS CodeDeploy to pull the build package from the S3 bucket and deploys it to the Elastic Beanstalk environment. We will do it all step by step.

⏰ I will be publishing this article very soon, the preparations continue …

For more info and questions, you can contact me

https://aws-quickstart.s3.amazonaws.com/quickstart-dotnet-serverless-cicd/templates/quickstart-dotnet-serverless-cicd.yml

--

--

Cumhur Akkaya
Cumhur Akkaya

Written by Cumhur Akkaya

✦ Multi-Cloud & DevOps Engineer, ✦Technical Writer, ✦AWS Community Builder, ✦LinkedInTop Voice, ✦Believes in learning by doing, ✦ linkedin.com/in/cumhurakkaya

No responses yet