vgribok / modernization-unicorn-store

AWS Sample Application for containerizing a .NET application
Apache License 2.0
1 stars 3 forks source link

Add Multi-AZ support for RDS SQL Server to the CI/CD CDk stack #17

Open vgribok opened 5 years ago

vgribok commented 5 years ago

Story

As a sample app user or as a lab participant I would like to run RDS SQL Server in HA configuration instead of a current single instance So that I could take advantage of the best practice building deployment infrastructure.

Details

CDK deployment environment stack (ProdEnvInfraAsCode.csproj) is currently building single-instance RDS SQL Service database. It needs to be updated to support both single-instance and Multi-AZ HA RDS SQL Server database deployments.

Acceptance Criteria