Skip to content

Commit 2c9c72b

Browse files
committed
Temporarily revert to using the 20220207 release of Amazon Linux 2
There's an issue with the more recent 20220218 release that instances using AWS Nitro to fail to run cloud-init. We'll revert this commit when a fix is issued to the latest AMI
1 parent d2230c5 commit 2c9c72b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packer/linux/buildkite-ami.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"region": "{{user `region`}}",
1313
"source_ami_filter": {
1414
"filters": {
15-
"name": "amzn2-ami-hvm-2.0.*-gp2",
15+
"name": "amzn2-ami-hvm-2.0.20220207.1-gp2",
1616
"architecture": "{{user `arch`}}",
1717
"virtualization-type": "hvm"
1818
},
@@ -81,4 +81,3 @@
8181
}
8282
]
8383
}
84-

0 commit comments

Comments
 (0)