When will we see official Red Hat AMIs in AWS?
hi
searched AWS and Internet but can't seem to find RHEL 9 AMIs for AWS.
Do you have any, what is the link?
I did find some in the end
aws ec2 describe-images --owners 309956199498 --query 'sort_by(Images, &CreationDate)[].[CreationDate,Name,ImageId]' --filters "Name=name,Values=RHEL-9" --region eu-west-1 --output table
| DescribeImages |
+---------------------------+------------------------------------------------------+------------------------+
| 2021-11-02T14:48:05.000Z | RHEL-9.0.0_HVM_BETA-20211026-x86_64-10-Hourly2-GP2 | ami-056690fb4bfbbf6c8 |
| 2021-11-02T15:20:45.000Z | RHEL-9.0.0_HVM_BETA-20211026-arm64-10-Hourly2-GP2 | ami-014fea091ed40051c |
| 2022-05-13T11:29:10.000Z | RHEL-9.0.0_HVM-20220513-arm64-0-Hourly2-GP2 | ami-04f86108c32876f88 |
| 2022-05-13T11:54:27.000Z | RHEL-9.0.0_HVM-20220513-x86_64-0-Hourly2-GP2 | ami-028f9616b17ba1d53 |
+---------------------------+------------------------------------------------------+------------------------+
Thanks