fxgsell / GG-Edge-Inference

Using AWS Greengrass with the Nvidia Jetson TX2 to run ML models prepared with Amazon SageMaker.
MIT License
17 stars 7 forks source link

Error in make for Lab 3 - hybrid #11

Closed shirkeyaws closed 6 years ago

shirkeyaws commented 6 years ago
➜  3-hybrid-face-recognition git:(master) ✗ make
make -C function
zip -r hybrid-face-recognition.zip *
  adding: Makefile (deflated 8%)
  adding: lambda_function.py (deflated 61%)
aws cloudformation package \
        --template-file hybrid-face-recognition.yml \
        --s3-bucket my-bucket \
        --output-template-file hybrid-face-recognition-release.yml

Unable to upload artifact ./function/hybrid-face-recognition.zip referenced by CodeUri parameter of FaceRecognition resource.
An error occurred (AllAccessDisabled) when calling the PutObject operation: All access to this object has been disabled
make: *** [build] Error 255
shirkeyaws commented 6 years ago

user error -- S3 config was incorrect