반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Flux
- VPN
- docker
- AWS CI/CD 구축하기
- codebuild
- codepipeline
- chartjs
- or some instances in your deployment group are experiencing problems.
- java bigdecimal
- Kafka
- COALESCE
- redis
- Airflow
- Spring Error
- JavaScript
- Spring
- aws cicd
- IntelliJ
- bootstrap
- SQL
- chart.js
- kubeflow
- aws
- PostgreSQL
- 도커
- codedeploy
- node
- Python
- codedeploy error
- Jenkins
Archives
- Today
- Total
Small Asteroid Blog
Could not contact any CDS load balancers: https://rhui3.ap-northeast-2.aws.ce.redhat.com/pulp/content/. 본문
클라우드 및 인프라/AWS
Could not contact any CDS load balancers: https://rhui3.ap-northeast-2.aws.ce.redhat.com/pulp/content/.
작은소행성☄️ 2022. 5. 4. 10:54728x90
EC2(RHEL)에서 yum을 실행할 때 Could not contact any CDS load balancers 오류가 발생할 경우 대응
EC2에서 작성된 RHEL에서 yum을 실행하는 동안 다음과 같은 오류가 발생했다.
Could not contact any CDS load balancers: https://rhui3.ap-northeast-2.aws.ce.redhat.com/pulp/content/.
버전을 최신판으로 바꾸어 사건을 해결할 수 있다.
$ sudo yum install --downloadonly --downloaddir=/root/ rh-amazon-rhui-client.noarch
$ sudo yum remove -y rh-amazon-rhui-client
$ sudo rpm -ivh --nodeps /path/to/rpmfile/rh-amazon-rhui-client*
$ sudo yum clean all
$ sudo yum repolist
$ sudo yum list
728x90
반응형