File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
integration/modules/create_ec2 Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ locals {
89
89
90
90
WINDOWS_SERVER_2016_BASE = {
91
91
ami_instance_type = " t3.small"
92
- ami_id = " ami-02e77d98d01fe65cd "
92
+ ami_id = " ami-034881cfcbca8bbea "
93
93
ami_description = " Microsoft Windows Server 2016 with Desktop Experience Locale English AMI provided by Amazon"
94
94
default_user = " Administrator"
95
95
sleep = 120
@@ -102,7 +102,7 @@ locals {
102
102
103
103
WINDOWS_SERVER_2019_BASE = {
104
104
ami_instance_type = " t3.small"
105
- ami_id = " ami-0965ccda58d4f713f "
105
+ ami_id = " ami-0641208eb1967b983 "
106
106
ami_description = " Microsoft Windows Server 2019 with Desktop Experience Locale English AMI provided by Amazon"
107
107
default_user = " Administrator"
108
108
sleep = 120
@@ -112,10 +112,9 @@ locals {
112
112
architecture = " x86_64"
113
113
}
114
114
115
-
116
115
WINDOWS_SERVER_2022_BASE = {
117
116
ami_instance_type = " t3.small"
118
- ami_id = " ami-055a418b44c502d59 "
117
+ ami_id = " ami-06fe666da1b90024e "
119
118
ami_description = " Microsoft Windows Server 2022 Full Locale English AMI provided by Amazon"
120
119
default_user = " Administrator"
121
120
sleep = 120
You can’t perform that action at this time.
0 commit comments