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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南

相關內容