Skip to content

Commit 350bd41

Browse files
authored
[SC-225] Update AWS Windows AMI (#219)
AWS rotated their AMIs regularly and they seem to have just changed them out so we need to update as well.
1 parent 757a5a0 commit 350bd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ec2/sc-ec2-windows-jumpcloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Resources:
208208
- 'Powershell.exe C:\scripts\tag_instance.ps1 '
209209
- ' > C:\scripts\tag-instance.log'
210210
Properties:
211-
ImageId: 'ami-0c278895328cddfdd' # amazon/Windows_Server-2019-English-Full-Base-2020.04.15
211+
ImageId: 'ami-0f38562b9d4de0dfe' # amazon/Windows_Server-2019-English-Full-Base-2020.07.15
212212
InstanceType: !Ref 'WindowsInstanceType'
213213
SubnetId: !ImportValue
214214
'Fn::Sub': '${AWS::Region}-${VpcName}-PrivateSubnet1'

0 commit comments

Comments
 (0)