Windows Server operating systems include many optional components. Installing all components on each Amazon EC2 Windows AMI is not practical or desirable. Instead, EC2 users can access the necessary files to configure or install components using Elastic Block Storage (EBS) Snapshots.
The following is a list of available snapshots for the US-East (Northern Virginia) region:
- Windows 2003 R2 Installation Media 32-bit: snap-8010f6e9
- Windows 2003 R2 Installation Media 64-bit: snap-a310f6ca
- Windows 2008 32-bit Installation Media: snap-783f5e11
- Windows 2008 64-bit Installation Media: snap-543e5f3d
- Windows 2008 R2 Installation Media: snap-a5da3fc4
- Windows 2012 English Installation Media: snap-9470c3e7
The following is a list of available snapshots for the US-West (Northern California) region:
- Windows 2003 R2 Installation Media 32-bit: snap-2eaa7d46
- Windows 2003 R2 Installation Media 64-bit: snap-32aa7d5a
- Windows 2008 32-bit Installation Media: snap-ba31e6d2
- Windows 2008 64-bit Installation Media: snap-8e31e6e6
- Windows 2008 R2 Installation Media: snap-9541dff9
- Windows 2012 English Installation Media: snap-8072a2ac
The following is a list of available snapshots for the US-West-2 (Oregon) region:
- Windows 2003 R2 Installation Media 32-bit: snap-124b7b7a
- Windows 2003 R2 Installation Media 64-bit: snap-ca4b7ba2
- Windows 2008 32-bit Installation Media: snap-f24e7e9a
- Windows 2008 64-bit Installation Media: snap-964e7efe
- Windows 2008 R2 Installation Media: snap-0a4f7f62
- Windows 2012 English Installation Media: snap-c3a44be5
The following is a list of available snapshots for the EU (Ireland) region:
- Windows 2003 R2 Installation Media 32-bit: snap-b8bb5ed1
- Windows 2003 R2 Installation Media 64-bit: snap-babb5ed3
- Windows 2008 32-bit Installation Media: snap-025ab36b
- Windows 2008 64-bit Installation Media: snap-ea5ab383
- Windows 2008 R2 Installation Media: snap-aff8fdc6
- Windows 2012 English Installation Media: snap-037ebb55
The following is a list of available snapshots for the Asia Pacific (Singapore) region:
- Windows 2003 R2 Installation Media 32-bit: snap-00b46468
- Windows 2003 R2 Installation Media 64-bit: snap-14b4647c
- Windows 2008 32-bit Installation Media: snap-f8b46490
- Windows 2008 64-bit Installation Media: snap-ccb464a4
- Windows 2008 R2 Installation Media: snap-7f9dbe14
- Windows 2012 English Installation Media: snap-f22c3a9f
The following is a list of available snapshots for the Asia Pacific (Japan) region:
- Windows 2003 R2 Installation Media 32-bit: snap-7dda9915
- Windows 2003 R2 Installation Media 64-bit: snap-9dfebdf5
- Windows 2008 32-bit Installation Media: snap-6d1f5605
- Windows 2008 64-bit Installation Media: snap-7d571815
- Windows 2008 R2 Installation Media: snap-d5fb04be
- Windows 2012 English Installation Media: snap-53709c72
The following is a list of available snapshots for the Asia Pacific (Sydney) region:
- Windows 2003 R2 Installation Media 32-bit: snap-bcfc718c
- Windows 2003 R2 Installation Media 64-bit: snap-bffc718f
- Windows 2008 32-bit Installation Media: snap-a2fc7192
- Windows 2008 64-bit Installation Media: snap-a5fc7195
- Windows 2008 R2 Installation Media: snap-aefc719e
- Windows 2012 English Installation Media: snap-39f38a09
The following is a list of available snapshots for the South America (Sao Paulo) region:
- Windows 2003 R2 Installation Media 32-bit: snap-fbf52793
- Windows 2003 R2 Installation Media 64-bit: snap-cff527a7
- Windows 2008 32-bit Installation Media: snap-8bf527e3
- Windows 2008 64-bit Installation Media: snap-a7f527cf
- Windows 2008 R2 Installation Media: snap-d3f527bb
- Windows 2012 English Installation Media: snap-ac644f9d
Create an EBS volume from one of the snapshots above using the ec2-create-volume command-line tool:
ec2-create-volume --snapshot snap-bb10f6d2 --availability-zone same_as_your_windows_instance
Attach the volume to your Windows instance:
ec2-attach-volume volume_id --instance instance_id --device xvdg
where the device can be xvdf through xvdp.
- The volume will show up in Windows Explorer within a few minutes.
Now you configure the Windows Components Wizard to point to the new volume.