Hi,
The list for Fedora 35 Cloud Base Images for Amazon Public Cloud aarch64 AMIs is empty at:
https://alt.fedoraproject.org/cloud/
Is there a problem building the aarch64 images for AWS, can I be of any help?
Thanks for providing the AMIs, so far it has been very useful for me!
gr Dick
On Fri, Nov 12, 2021 at 2:58 PM Dick Marinus dick@mrns.nl wrote:
Hi,
The list for Fedora 35 Cloud Base Images for Amazon Public Cloud aarch64 AMIs is empty at:
https://alt.fedoraproject.org/cloud/
Is there a problem building the aarch64 images for AWS, can I be of any help?
Thanks for the report. I've filed this issue https://pagure.io/fedora-web/websites/issue/220
Looks like the images are available in AWS, but just aren't listed at alt.fedoraproject.org/cloud
Thanks Chris!
You can locate the images in each region with the following AWS CLI command with the desired region identified:
# aws ec2 describe-images --filters "Name=name,Values=Fedora-Cloud-Base-35*" "Name=architecture,Values=arm64" \ --query 'Images[] | sort_by(@, &CreationDate) | [-1]' --region us-east-1
Great, thank you both for creating the ticket and the command to query!