Rocky Linux 9.8 AMI missing from official AWS account

Hi there,

Rocky Linux 9.8 does not seem to have been published as a public AWS AMI under the official Rocky Linux owner account 792107900819.

Querying that owner in AWS region eu-west-1 returns Rocky Linux 9.5, 9.6 and 9.7 images, but no 9.8 images for either Base or LVM.

Could you please confirm whether Rocky Linux 9.8 public AMIs are intended to be published under 792107900819, and if so, when the x86_64 and aarch64 9.8 AMIs are expected to become available? I’m not sure whether the official owner account or AMI naming convention has changed.

This relates specifically to directly published public AMIs under 792107900819, not AWS Marketplace images just to be clear.

Thanks for the report. We’ve confirmed this (seems everything is missing from eu-west-1 actually) and are working on a fix.

I think it’s missing everywhere: eu-west-1, eu-west-2, eu-west-3,eu-central-1,eu-north-1 etc.

Hi @lisenet , I’m the guy who is publishing these - you’ll have to bear with me, I’m relatively new at the cloud end of things.

New 8.10, 9.8 and 10.2 AMIs should now be replicated across all regions. Do your query again, and see if they show up. They were available worldwide in marketplace, but did not show up as community AMIs.

There was a bit of a mix-up: we actually had a script to propagate these to each region, but our release docs didn’t mention doing it. I’ve fixed that, so now it’s a “normal” part of our cloud publishing. @brian I think you have a script/process that queries these and produces JSON which fuels the website AWS table, right? You should run an update and commit when convenient.

Side note: If you can’t find the latest in your region, you can always download the EC2 image file(s) from https://dl.rockylinux.org/pub/rocky/10/images/x86_64/ and run an import-image process for your account. (change the number to your desired Rocky version) This is literally how we publish these to AMI and marketplace listings, and it’s always available in raw image form for anyone who wants it.

Anyway, check the listings and make sure they’re present. Thanks!

Thanks for sorting @skip77 , much appreciated.