재우니의 블로그

VISUAL STUDIO 로 AWS 배포 방법이 여러가지 있네요. 

ASP.NET CORE 개발자 아니면, Deploy an ASP.NET App (Traditional) 방법을 추천 드립니다.


https://docs.aws.amazon.com/toolkit-for-visual-studio/latest/user-guide/deployment-beanstalk.html


Deploying to Elastic Beanstalk

AWS Elastic Beanstalk is a service that simplifies the process of provisioning AWS resources for your application. Elastic Beanstalk provides all of the AWS infrastructure required to deploy your application. This infrastructure includes:

  • Amazon EC2 instances that host the executables and content for your application.
  • An Auto Scaling group to maintain the appropriate number of Amazon EC2 instances to support your application.
  • An Elastic Load Balancing load balancer that routes incoming traffic to the Amazon EC2 instance with the most bandwidth.

The Toolkit for Visual Studio provides a wizard that simplifies publishing applications through Elastic Beanstalk. This wizard is described in the following sections.

For more information about Elastic Beanstalk, go to the Elastic Beanstalk documentation.