Search code examples
amazon-web-servicescicd

How to setup CI/CD pipeline on AWS for dotnet website hosted on AWS EC2 (windows server 2019)


we have dotnet core website hosted on AWS EC2 (windows server 2019), now we want to setup CI/CD using AWS services only.

Is there any way to do it ?


Solution

  • Here is a link that can help you. When you are the Create Deployment Group, chose EC2 on Premise. Make sure your agent is installed on your EC2 which it should be by default if your OS image is new. enter link description here