normj / ExampleNETCoreDeployWithAWSCodePipeline

Examples on how to configure an AWS CodePipeline to deploy ASP.NET Core applications to AWS services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples Deploynig .NET Core With AWS CodePipeline

This repo is an example of how to setup a AWS CodePipeline that builds a GitHub repository containing an ASP.NET Core 2.2 application using CodeBuild and then deploying to Elastic Beanstalk.

The file beanstalk-cloudformation.template takes in a GitHub repo information and existing Elastic Beanstalk environment and sets up the CodeBuild project and CodePipeline.

The buildspec.yml builds the project. It uses the Amazon.ElasticBeanstalk.Tools .NET Core Global Tool to package up the application and required the required JSON manifest aws-windows-deployment-manifest.json file.

About

Examples on how to configure an AWS CodePipeline to deploy ASP.NET Core applications to AWS services.

License:Apache License 2.0


Languages

Language:C# 100.0%