Difference between revisions of "Deploy .NET to AWS"

From MgmtWiki
Jump to: navigation, search
(Created page with "==Full Title== Deploying a ASP.NET core website to Amazon Web Services ==Context== *Bring up a secure web site deployment with a minimum of fuss. *The largest part of the prob...")
(No difference)

Revision as of 09:12, 3 May 2019

Full Title

Deploying a ASP.NET core website to Amazon Web Services

Context

  • Bring up a secure web site deployment with a minimum of fuss.
  • The largest part of the problem is not getting the web site to run, but rather to ensure that it is secure using SSL certificates and HTTPS.

Problems

Solutions

References