문제

I'm trying to install gcc and g++ compiler on my amazon ec2 instance. but when i type the command on the instance

sudo apt-get install gcc

I got stuck when I try to connect the amazon archives. I wait here a little bit:

0% [Connecting to us-west-2.ec2.archive.ubuntu.com (54.231.160.74)]

and then get a bunch of errors about not being able to connect to the archives. Does anyone know the solution? Thanks.

Errors:

Err http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ trusty/main libasan0 i386 4.8.2-19ubuntu1
Could not connect to us-west-2.ec2.archive.ubuntu.com:80 (54.231.160.74), connection timed out


E: Failed to fetch http://us-west-2.ec2.archive.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6-dev_2.19-0ubuntu6_i386.deb  Unable to connect to us-west-2.ec2.archive.ubuntu.com:http:
도움이 되었습니까?

해결책

Okay got the answer, I needed to arrange the outbound rules for my security group.

enter image description here

다른 팁

enter image description here

Keep the settings as shown in above picture and it will resolve the issue.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top