yum --v update
on a Fresh install of CentOS 8 at AWS, I get:
Error: Failed to download metadata for repo 'AppStream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
A bit of reading shows that CentOS 8 appears to becoming CentOS Stream 8, and all the mirrors are showing that the product is end-of-life: http://mirror.centos.org/centos-8/8/readme
If I open up /etc/yum.repos.d/CentOS-AppStream.repo
the url referenced there resolves to: http://mirrorlist.centos.org/?release=8&arch=x86_64&repo=AppStream&infra=ec2
and that appears to be the cause of the issue above. As it says
'Invalid release/repo/arch combination'
What to do? Is CentOS 7 my only option. I cant find any "CentOS Stream 8" images in AWS.