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?