#8054 Mirror Redirect Not Working
Closed: Fixed by codeblock. Opened by jodavis.

Essentially the gist of it is that for our EC2 instances, any attempts to download the Fedoraa Cloud image are being redirected to a cloudfront mirror that then returns The specified key does not exist instead of the actual VM image.

More information (including troubleshooting commands): https://github.com/kubevirt/kubevirt.github.io/issues/287


Yes, we redirect ec2 to cloudfront in front of a mirror in s3, which should make it super fast. Unfortunately it seems like this image isn't there or working for some reason.

@codeblock could you look and see if we can add this image?

Metadata Update from @kevin:
- Issue priority set to: Waiting on Assignee (was: Needs Review)

Metadata Update from @codeblock:
- Issue assigned to codeblock

In the past we only synced packages to s3, not images. However I think we have enough resources there that we can sync images over, so I've removed those excludes.

I did a manual sync of F30 cloud images, and any other missing images should sync when the long-running sync does its next cycle (takes up to a few days).

Metadata Update from @codeblock:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata