1 Answer
- Newest
- Most votes
- Most comments
2
Emily, thank you for this question. To answer your question, yes, you can run SQL Server Web on a t3a.medium instance.
It is a little unclear in the Elastic Compute Cloud (EC2) console on how to find the t3a.medium instance type. I apologize for that. Let me explain how you can accomplish your task!
- Log into the AWS Console and head over to the EC2 service. Please note my link sends you to the us-east-1 Region, so remember to select the correct Region you are need to launch this instance in.
- Go to
Launch instancein the center middle of your screen. This is an orange rectangle button. - Select Windows in Quickstart and click on the AMIs list.
- Type in the word
web. As of today's date, you will notice there are two options for Windows Server with SQL Server Web, 2019 and 2022. Select the one you would like. - Scroll down to instance type and click on
Compare instance types. - At the top where it says
Filter instance typestype int3aand selectt3a.mediumor whatever other instance type you would like. - Scroll down to the bottom and click
Select instance type. - You will now notice you have your Windows Server with SQL Server Web, on a t3a.medium instance!
If you need any more help, feel free to comment on this thread.
answered 3 years ago
Relevant content
- AWS OFFICIALUpdated 2 years ago

Have you tried launching and stopping the instance to see if you can change from a t3a.xlarge to t3a.medium after launch?