AWS Cloud Technical Essentials exercise: is it broken?

0

Like a number of people I can't seem to get the EmployeeApp up and running on the freshly launched EC2 instance. User data for the launch includes the following line:

wget https://aws-tc-largeobjects.s3-eu-north-1.amazonaws.com/DEV-AWS-MO-GCNv2/FlaskApp.zip

I've ssh'd to the ec2 instance in question and running this command delivers the message "No such file or directory". It therefore doesn't seem surprising that the app doesn't run - though perhaps I haven't undersood something about how this is supposed to work. The next stages of the course appear to reply on this app working. I am therefore prevented from continuing. Please advise!

질문됨 10달 전276회 조회
1개 답변
0

Try changing it to the following S3 URL

wget  https://aws-tc-largeobjects.s3-us-west-2.amazonaws.com/DEV-AWS-MO-GCNv2/FlaskApp.zip

When I access the URL you provided, I am told to go to "aws-tc-largeobjects.s3-us-west-2.amazonaws.com".
So I changed the URL to the one above and ran the "wget" command, which succeeded.
test

profile picture
전문가
답변함 10달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠