Skip to content

Conversation

@moskyb
Copy link
Contributor

@moskyb moskyb commented Mar 2, 2022

There's an issue confirmed by AWS support with the more recent 20220218 release where instances using AWS Nitro to fail to run cloud-init, so this PR adjusts our Packer AMI build process to use the 20220207 AL2 AMI as the base image, which doesn't have the issue.

We'll revert this PR when AWS support have confirmed that the issue is resolved.

moskyb added 2 commits March 3, 2022 11:44
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
@moskyb moskyb requested review from pda and yob March 2, 2022 23:22
"source_ami_filter": {
"filters": {
"name": "amzn2-ami-hvm-2.0.*-gp2",
"name": "amzn2-ami-hvm-2.0.20220207.1-{{user `arch`}}-gp2",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming that 2.0.20220207.1 segment is the same for all arch that we support (which I'm fairly happy to assume) then that looks good as a temporary solve 👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants