Deploy SQL Server 2022 on AWS with Terraform using RDS

Опубликовано: 28 Июль 2026
на канале: Mike's Cloud Solutions
9,179
62

#SQLServer #AWS #Terraform #CloudDatabases #InfrastructureAsCode #Adminer #AmazonRDS

*Deploy SQL Server 2022 on AWS with Terraform using RDS*

In this video, we walk through deploying Microsoft SQL Server 2022 Standard Edition in AWS using Amazon RDS — a fully managed, platform-as-a-service offering — all secured with private VPC networking. You’ll see how to build a fully private, production-ready SQL Server environment step by step using Terraform.

What You’ll Learn
How to provision Amazon RDS for SQL Server using Terraform
Best practices for VPC design, subnets, route tables, and security groups
How to securely generate and store SQL Server credentials in Terraform
Deploying Adminer on Ubuntu EC2 for browser-based SQL Server management
Loading the Pagila sample database for realistic queries and testing
Automating the entire build with Infrastructure as Code

Resources Deployed
Custom VPC with public and private subnets, internet gateway, and NAT gateway
Amazon RDS SQL Server 2022 Standard Edition in private subnets (no public endpoint)
Ubuntu EC2 instance in public subnet running Adminer
AWS Secrets Manager with securely stored database credentials
Pagila sample database (adapted for SQL Server)

GitHub https://github.com/mamonaco1973/aws-s...
README https://github.com/mamonaco1973/aws-s...

Timestamps

00:00 Introduction
01:22 AWS Diagram
02:19 Prerequisites
02:55 Build the Code
03:48 Build Results
07:13 Demo