Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Use the AWS Windows 2012 R2 AMI instead of RTM
Browse files Browse the repository at this point in the history
The Release To Manufacturer version is old, having been superceded by
R2. Let's use the newer version instead.
  • Loading branch information
mattpep committed Mar 1, 2016
1 parent ec8134d commit 265b020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap_cfn/config.py
Expand Up @@ -1113,7 +1113,7 @@ def _get_os_data(self):
},
'windows2012': {
'name': 'windows2012',
'ami': 'ami-7943ec0a',
'ami': 'ami-8519a9f6',
'region': 'eu-west-1',
'distribution': 'windows',
'type': 'windows',
Expand Down

0 comments on commit 265b020

Please sign in to comment.