Open Rajasri21 opened 5 years ago
Hi,
The S3 bucket "Itts" already exists, so the CloudFormation stack fails creation.
Thanks, Moataz
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
Hi , if i give my bucket name as s3_bucket,i am getting below error.
if i pass no default value i am getting below error.
can you please help me on this.
Thanks, Rajasri
Hi, i had given 'internalsi' in configfiles and created bucket. now if do create stack. i am getting below error
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
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.
can you please help me out exactly where i am missing?