Launching a Windows 11 EC2 Instance on AWS
12/3/25Less than 1 minute
Launching a Windows 11 EC2 Instance on AWS
AWS China does not directly provide a Windows 11 AMI, and VM Import/Export also requires additional image preparation and import procedures. A compromise approach is to first launch a Linux EC2 instance and then reinstall the system as Windows using an open-source reinstall script.
Project repository: bin456789/reinstall
Reference documentation: CSDN original article
