Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Ambari Local Repo on AWS EC2 not working

avatar
Master Guru

I have followed the direction on setting up local repos. I uploaded the ambari tar and it is available via /var/www/html. I have closed all outbound ports as this is requirements.

When I run yum install ambari-server which outbound ports opened it finds my local repo. When I close all outbound ports on ec2 yum install ambari-server hangs

How can I proceed? The requirement is the ec2 instance must not have outbound access

Error

[root@ip-xxxxx ~]# yum install ambari-server
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Could not contact CDS load balancer rhui2-cds01.us-east-1.aws.ce.redhat.com, trying others.




Could not contact any CDS load balancers: rhui2-cds01.us-east-1.aws.ce.redhat.com, rhui2-cds02.us-east-1.aws.ce.redhat.com.
[root@ip-xxxxxx ~]#

Actually when I remove all outbound access I am no longer able to run yum repolist. It just hangs.

1 ACCEPTED SOLUTION

avatar
Master Guru

@Ryan Cicak Thank you. your suggestion worked. I cleared all other repos on /etc/yum.repos.d/ and clear the yum cache. it worked.

View solution in original post

2 REPLIES 2

avatar
Master Guru

@Ryan Cicak Thank you. your suggestion worked. I cleared all other repos on /etc/yum.repos.d/ and clear the yum cache. it worked.

avatar
New Contributor

I fixed this issue in my AWS instance by opening 443 port in inbound and outbound groups.