Skip to content

Commit 25b2a0f

Browse files
authored
Merge pull request #995 from buildkite/use-al2-ami-with-working-cloud-init
Use Amazon Linux 2 AMI with working cloud init
2 parents 038bf41 + 349a4ba commit 25b2a0f

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-{{user `arch`}}-gp2",
1616
"architecture": "{{user `arch`}}",
1717
"virtualization-type": "hvm"
1818
},
@@ -81,4 +81,3 @@
8181
}
8282
]
8383
}
84-

0 commit comments

Comments
 (0)