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?
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