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 create stack: #45

Open Rajasri21 opened 5 years ago

Rajasri21 commented 5 years ago

Hi, i had created my own bucket and deployed lamada . i had only Amazoncloudformationreadonlyaccess ,so below policy i have added for complete access. { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "cloudformation:DetectStackResourceDrift", "cloudformation:EstimateTemplateCost", "cloudformation:SetStackPolicy", "cloudformation:DetectStackDrift", "cloudformation:CreateStack", "cloudformation:UpdateStack", "cloudformation:CreateChangeSet", "cloudformation:ExecuteChangeSet", "cloudformation:ValidateTemplate", "cloudformation:DeleteStack", "cloudformation:ListStacks", "cloudformation:DescribeStackEvents", "cloudformation:DescribeStackResource", "cloudformation:CreateChangeSet", "cloudformation:DescribeChangeSet", "cloudformation:ExecuteChangeSet", "cloudformation:ValidateTemplate" ], "Resource": "*" } ] }

if i am creating a stack i am getting error.please find the below attachment. image

can you please help me out exactly where i am missing?

moanany commented 5 years ago

Hi,

The S3 bucket "Itts" already exists, so the CloudFormation stack fails creation.

Thanks, Moataz

Rajasri21 commented 5 years ago

Hi, I had only created manually bucket "ltts". if i didnot create i am getting error in in deploy lambada function.if i give s3-Bucket in config file i am getting access denied in put-object Method. so if i keep No-default in config file it is passing empty string and getting other error . so can you please help me on this.

Thanks, Rajasri

Rajasri21 commented 5 years ago

Hi , if i give my bucket name as s3_bucket,i am getting below error. image

if i pass no default value i am getting below error. image

can you please help me on this.

Thanks, Rajasri

Rajasri21 commented 5 years ago

Hi, i had given 'internalsi' in configfiles and created bucket. now if do create stack. i am getting below error image

and my status was rollback complete what exactly i need to do to resolve the issue ,As i am new to this kindly help on this.

Regards Rajasri