Workshop for building a MS-SQL Always On Basic Availability Group on Windows and Linux server in AWS
The website for this workshops is available at https://www.ec2mssqlworkshop.com/
In this workshop you will use Amazon FSx for Windows File Server (Managed), AWS Directory services for Identity Management and Amazon EC2 to create a Well-Architected Microsoft SQL Server solution. The workshop also includes ways to achieve better performance from the storage layer, ways to automate this process and cover options to refactor and modernize your Microsoft database with Amazon DMS and Amazon SCT to another MySQL engine or Linux host server.
- Storage Space script : amazon-ec2-mssql-workshop/resources/code/storage_layer.ps1
- Deck for this workshop : deck/MSSQL Workshop.pdf
- CloudFormation template for creating the stack (steps 1 -> 1.4) resources/templates/mssql-stack-root.yaml
The content of the workshops is built using hugo.
To build the content
- clone this repository
- install hugo
- Run hugo to generate the site, and point your browser to http://localhost:1313
hugo serve -D
This sample code is made available under the MIT-0 license. See the LICENSE file.