Skip to content

How to Deploy ASP.NET Core Web API to Amazon ECS, aka Amazon Elastic Container Services.

Notifications You must be signed in to change notification settings

tahirjaved1/deploy-dotnet-amazon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy ASP.NET Core Web API to Amazon

Prerequisites:

  • AWS Account
  • AWS Secret Key and Access Key
  • Create ECR and S3 Bucket
  • Put S3 bucket name in backend.tf and add regions

Create these Github actions Repository Secrets:

AWS_ACCESS_KEY_ID
AWS_REGION
AWS_SECRET_ACCESS_KEY

About

How to Deploy ASP.NET Core Web API to Amazon ECS, aka Amazon Elastic Container Services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 57.2%
  • C# 25.4%
  • Shell 15.7%
  • Dockerfile 1.7%