简体   繁体   English

将 .net 核心应用程序服务器/客户端发布到 aws

[英]publish .net core app server/client to aws

I would like to know how can i publish my .net app to aws using docker.我想知道如何使用 docker 将我的 .net 应用程序发布到 aws。 from where to start which courses will be a good starting point for me.从哪里开始哪些课程对我来说是一个很好的起点。 web is fluid with a lot of unfiltered data.网络是流动的,有很多未经过滤的数据。 please help me to make sense for all this issue.请帮助我理解所有这些问题。 from the creation till production.从创作到制作。 Thanks a lot非常感谢

There's many ways to do it.有很多方法可以做到。 Here's a tutorial on doing it using ECS Fargate.这是有关使用 ECS Fargate 执行此操作的教程

One difference that you might want if you don't want to use API Gateway is that you would use an Application Load Balancer in front of your ECS Service.如果您不想使用 API Gateway,您可能想要的一个区别是,您将在 ECS 服务前使用应用程序负载均衡器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法将.net核心控制台应用发布为FDD? - Publish .net core console App as FDD not an option? 当在 IIS 中发布 .net 核心 web 应用程序的示例项目时,出现 Z293C9EA246FF99875DC6F62A5601 内部服务器错误。 - When Publish sample project of .net core web app in IIS getting HTTP Error 500.19 Internal Server Error ASP.NET Core 1.1无法发布应用程序 - ASP.NET Core 1.1 can't Publish App 使用 AWS ECS 从运行在 Linux 容器上的 .NET 核心应用程序访问具有集成安全性的 SQL 服务器 - Access SQL Server with Integrated security from .NET Core app running on Linux container using AWS ECS .NET Core App 为客户端生成多个网站 - .NET Core App generate multiple websites for client .NET 核心应用发布失败 - .NET Core application publish fail .NET 核心发布编译错误 - .NET Core Publish Compilation Errors .NET Core 在发布中包含文件夹 - .NET Core include folder in publish 使用 Azure CLI 和 PublishSettings 将 Net Core 应用程序发布到 azurewebsites.net - Publish Net Core app to azurewebsites.net using Azure CLI with PublishSettings .NET 框架是否有发布任务? (不是 .NET 核心) - Is there a publish task for .NET Framework? (NOT .NET Core)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM