Rocky 8.10 AMI's missing from AWS eu-west-1 region

It looks like the Rocky 8 AMIs are missing from AWS, at least in the eu-west-1 (Ireland region).

We can see the 9 and 10 AMIs.

Have they been removed/disabled by accident?

Looks like the 8.10 AMI has hit it’s deprecation expiration date, seeing this in all regions:

{
“Images”: [
{
“PlatformDetails”: “Linux/UNIX”,
“UsageOperation”: “RunInstances”,
“BlockDeviceMappings”: [
{
“Ebs”: {
“DeleteOnTermination”: true,
“SnapshotId”: “snap-069f603d67be1c3c4”,
“VolumeSize”: 10,
“VolumeType”: “gp2”,
“Encrypted”: false
},
“DeviceName”: “/dev/sda1”
}
],
“Description”: “Rocky-8-EC2-LVM-8.10-20240528.0.x86_64”,
“EnaSupport”: true,
“Hypervisor”: “xen”,
“Name”: “Rocky-8-EC2-LVM-8.10-20240528.0.x86_64”,
“RootDeviceName”: “/dev/sda1”,
“RootDeviceType”: “ebs”,
“VirtualizationType”: “hvm”,
“BootMode”: “uefi-preferred”,
“DeprecationTime”: “2026-05-31T23:28:13.000Z”,
“SourceImageId”: “ami-0d2ef88ec245e386c”,
“SourceImageRegion”: “us-east-1”,
“ImageId”: “ami-0d971cc6acf09310f”,
“ImageLocation”: “792107900819/Rocky-8-EC2-LVM-8.10-20240528.0.x86_64”,
“State”: “available”,
“OwnerId”: “792107900819”,
“CreationDate”: “2024-05-31T23:28:13.000Z”,
“Public”: true,
“Architecture”: “x86_64”,
“ImageType”: “machine”
}
]
}

Is there any plan for Rocky to bring back the Rocky 8 AMIs?

Any update above Rocky 8 AWS AMI under “OwnerId”: “792107900819”,

Any update above Rocky 8 AWS AMI under “OwnerId”: “792107900819” cannot be found in any region.

aws ec2 describe-images \
–region us-west-2 \
–owners 792107900819 \
–include-deprecated \
–filters \
“Name=name,Values=Rocky-8-EC2-Base-8.10*.x86_64” \
“Name=architecture,Values=x86_64” \
–query ‘reverse(sort_by(Images,&CreationDate))[*].[ImageId,Name,OwnerId,CreationDate,DeprecationTime,State]’ \
–output table

ami-04310224db1f2a278
Rocky-8-EC2-Base-8.10-20240528.0.x86_64
DeprecationTime=2026-05-31T23:26:47.000Z
State=available

It is available with DeprecationTime=2026-05 Please fix this

Any update or response per above ?

Sorry for the delayed response. We’re putting together new AMIs right now for Rocky 8. Hopefully we’ll have these sorted sometime next week.

There should be new 8.10 AMIs available now. See Rocky Linux Mattermost

Yes its available now.