Deploy .NET to AWS

From MgmtWiki
Revision as of 09:12, 3 May 2019 by Tom (talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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