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

Having Trouble Creating Stack #49

Closed nichelle-hall closed 5 years ago

nichelle-hall commented 5 years ago

I am getting the 'ROLLBACK_COMPLETE' status when I check on my stack. When I try to run pynt createstack again, I get the error: CreateStack operation: Stack [video-analyzer-stack] already exists.

When I try to check on the status of my stack via the cloudFormation console attached to my AWS account, it says that I do not have any stacks.

I am a little bit stuck because I cannot create a new stack since apparently it exists somewhere... That being said, it dos not appear on the cloudformation console associated with my account. I have checked that my aws cli has been configured correctly and the lambda function has been successful in creating a bucket.

Please let me know if you have any next steps for debugging. Thanks!