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-02884c2ff86636807 "
92
+ ami_id = " ami-0dbedda2d0007250e "
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-08f810c9fec974bb3 "
105
+ ami_id = " ami-07b70ee6215b30557 "
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-00bedb8509ebcc120 "
118
+ ami_id = " ami-02aa70527c24523ed "
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