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

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容