aws-samples / amazon-rekognition-video-analyzer

A working prototype for capturing frames off of a live MJPEG video stream, identifying objects in near real-time using deep learning, and triggering actions based on an objects watch list.
Other
368 stars 158 forks source link

pynt createstack : #7

Open anandpanchal opened 6 years ago

anandpanchal commented 6 years ago

hi command pynt createstack giving error : AlreadeyExistsException: an error occured when calling the createstack operation: stack [video-analyzer-stack] already exists.

please help me.

Thanks

vikaschouhan commented 6 years ago

Run "pynt deletestack" and run your command again & see if that helps.

ghost commented 6 years ago

even that is giving "failed to create resource" for kinesis and dynamodb and getting rolled back

ghost commented 6 years ago

I manually deleted the stack and made sure the bucket names I gave or nowhere present. so now that resources getting created and getting this error.

image

IdrisAbdul-Hussein commented 5 years ago

It clearly states in the failure details that your user does not have the correct permissions. You should create a user managed policy, where you can import AWS managed policy. Apply the correct rights for what you need. Check what is specified in the error. Then apply that policy to your user that you are using to run the demo application. Hope this helps.