Difference between revisions of "Deploy MS SQL to AWS"

From MgmtWiki
Jump to: navigation, search
(Created page with "==Full Title== Deploying an instance of Microsoft SQL Server with ASP.NET core website to Amazon Web Services ==Context== *Bring up a secure web site deployment with a minimum...")
 
Line 2: Line 2:
 
Deploying an instance of Microsoft SQL Server with ASP.NET core website to Amazon Web Services
 
Deploying an instance of Microsoft SQL Server with ASP.NET core website to Amazon Web Services
 
==Context==
 
==Context==
*Bring up a secure web site deployment with a minimum of fuss.
+
*Bring up a secure SQL server for use by a web site with a minimum of fuss.
*At first the challenge is getting the [[Web Site]] working well.
+
*At first the challenge is  
 
*The assumption here is that the design is not fully fleshed out as the [[User Experience]] needs to be functional before it can be fully evaluated.
 
*The assumption here is that the design is not fully fleshed out as the [[User Experience]] needs to be functional before it can be fully evaluated.
 
*Later the problem is to get the performance to be good while the deployment expands to multiple instances.
 
*Later the problem is to get the performance to be good while the deployment expands to multiple instances.

Revision as of 14:59, 22 July 2020

Full Title

Deploying an instance of Microsoft SQL Server with ASP.NET core website to Amazon Web Services

Context

  • Bring up a secure SQL server for use by a web site with a minimum of fuss.
  • At first the challenge is
  • The assumption here is that the design is not fully fleshed out as the User Experience needs to be functional before it can be fully evaluated.
  • Later the problem is to get the performance to be good while the deployment expands to multiple instances.

Problems

  • The largest part of the problem is not getting the SQL server to run, but rather to ensure that it is secure and accessible where required.

Solutions

Debugging

References