contrib/automation/hgautomation/aws.py
changeset 43823 3d53f9cc73ab
parent 43411 a77338d2bdab
child 44739 828d3277618a
equal deleted inserted replaced
43822:fb03cd716f50 43823:3d53f9cc73ab
    57 DEBIAN_ACCOUNT_ID = '379101102735'
    57 DEBIAN_ACCOUNT_ID = '379101102735'
    58 DEBIAN_ACCOUNT_ID_2 = '136693071363'
    58 DEBIAN_ACCOUNT_ID_2 = '136693071363'
    59 UBUNTU_ACCOUNT_ID = '099720109477'
    59 UBUNTU_ACCOUNT_ID = '099720109477'
    60 
    60 
    61 
    61 
    62 WINDOWS_BASE_IMAGE_NAME = 'Windows_Server-2019-English-Full-Base-2019.07.12'
    62 WINDOWS_BASE_IMAGE_NAME = 'Windows_Server-2019-English-Full-Base-2019.11.13'
    63 
    63 
    64 
    64 
    65 KEY_PAIRS = {
    65 KEY_PAIRS = {
    66     'automation',
    66     'automation',
    67 }
    67 }