Build error on『MLOps and integrations』lg...
Hello, I have a question about one of the Workshops published in the AWS Workshop studio.
I am going through the "MLOps and integrations" hands-on, but it is not working well during the process.
Here is the [URL](https://catalog.us-east-1.prod.workshops.aws/workshops/50716cb8-6a42-427f-9eeb-0465dea6e95b/en-US) for the hands-on.
Specifically, the build process performed when deploying the provided CloudFormation template will generate an error occurs.
I think that the [URL](https://aws-mlops-samples.s3-eu-west-1.amazonaws.com/mnist_output_10.png) for S3 listed in the distributed [source](https://static.us-east-1.prod.workshops.aws/public/3d5c4066-8fc6-4f66-ba73-d0cfe5e3c927/static/code/ml-ops.zip)(source/test.py) in the workshop is probably not valid.
Do any of you know how to solve this problem?
----Excerpts from the CodeBuild error log-----
Traceback (most recent call last):
File "source/test.py", line 20, in <module>
test_file,
File "/usr/local/lib/python3.6/site-packages/wget.py", line 526, in download
(tmpfile, headers) = ulib.urlretrieve(binurl, tmpfile, callback)
File "/usr/local/lib/python3.6/urllib/request.py", line 248, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File "/usr/local/lib/python3.6/urllib/request.py", line 223, in urlopen
return opener.open(url, data, timeout)
File "/usr/local/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
File "/usr/local/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/local/lib/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
File "/usr/local/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/usr/local/lib/python3.6/urllib/request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbiddenlg...