File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
integration/modules/create_ec2 Expand file tree Collapse file tree 1 file changed +3
-3
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-08ded310ca86fa861 "
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-0b12f7545905e2ad0 "
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
@@ -115,7 +115,7 @@ locals {
115
115
116
116
WINDOWS_SERVER_2022_BASE = {
117
117
ami_instance_type = " t3.small"
118
- ami_id = " ami-055a418b44c502d59 "
118
+ ami_id = " ami-0b91c4400195d38cc "
119
119
ami_description = " Microsoft Windows Server 2022 Full Locale English AMI provided by Amazon"
120
120
default_user = " Administrator"
121
121
sleep = 120
You can’t perform that action at this time.
0 commit comments