yum 无法获取镜像列表 403 Amazon Linux
Posted
技术标签:
【中文标题】yum 无法获取镜像列表 403 Amazon Linux【英文标题】:yum fails to fetch mirror list 403 Amazon Linux 【发布时间】:2021-10-10 22:58:44 【问题描述】:编辑:现在似乎正在工作。在这里讨论https://forums.aws.amazon.com/thread.jspa?threadID=344200
我发现 Amazon Linux yum 无法检索镜像列表,失败并出现 403 错误。 在浏览器中转到 http://amazonlinux.default.amazonaws.com/2/core/latest/x86_64/mirror.list 确实会产生 403 错误。 这是从本地 docker 环境运行的,因此不涉及 S3 VPC 端点。 我该怎么办?
复制:
docker run -it --entrypoint bash amazonlinux:latest
yum update
这会产生以下内容:
bash-4.2# yum update
Loaded plugins: ovl, priorities
Could not retrieve mirrorlist http://amazonlinux.default.amazonaws.com/2/core/latest/x86_64/mirror.list error was
14: HTTP Error 403 - Forbidden
One of the configured repositories failed (Unknown),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
((truncated long output))
Cannot find a valid baseurl for repo: amzn2-core/2/x86_64
【问题讨论】:
【参考方案1】:AWS 的 S3 存储桶中此位置的文件似乎已被删除或访问权限被撤销。
AWS 现已解决此问题。
【讨论】:
以上是关于yum 无法获取镜像列表 403 Amazon Linux的主要内容,如果未能解决你的问题,请参考以下文章