简体   繁体   中英

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?

There is so much documentation around this area that a simple google search returns plethora of links. A simple place to start is the AWS documentation on DevOps https://aws.amazon.com/devops/

Then there is a specific AWS service for pipelines called (guess what) AWS CodePipeline https://aws.amazon.com/codepipeline/

DotNet Core specific documentation is also covered by AWS https://aws.amazon.com/quickstart/architecture/dotnet-core-cicd/

and if you ever want to move to AWS Lambda, then there's an article for that as well: https://aws.amazon.com/blogs/devops/automated-ci-cd-pipeline-for-net-core-lambda-functions-using-aws-extensions-for-dotnet-cli/

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM