Error when deploying an AWS example stack

0

Hi

I am deploying the "Demo Stack" available here :

https://docs.aws.amazon.com/solutions/latest/aws-service-catalog-validation-pipeline/demo.html

Parameters:
Email address for SNS notifications - I provided mine
Optional ARN for role - left blank

Error:
Services CREATE_FAILED Embedded stack arn:aws:cloudformation:us-east-1:XXXXXXXXXX:stack/DEMO3-AWS-SCValidationPipeline-Demo-Services-98QRJWO5OE2/11dfbce0-32d1-11e9-93a9-0a437bda7b86 was not successfully created: The following resource(s) failed to create: GenerateReportLambda, DeployToS3Lambda, ProvisionProductsLambda.

It is not clear what permissions is missing -- so I am not able to proceed from here.

Any help is appreciated. Thanks!

Edited by: Zoltar on Feb 17, 2019 6:09 PM

Zoltar
已提問 5 年前檢視次數 1081 次
1 個回答
0

Nevermind .. I was able to overcome this. If this helps anyone:

The "Events" list of this stack was not helpful but the error came from a nested/embedded stack creation.

I was able to click on the corresponding stack in the "resources" tab and in turn look at the list of all events in that stack creation -- and spot the detailed error events there.

It turns out there was a validation error on the LENGTH of a value that ended up becoming too long (longer than 64 characters) as it was constructed using the stack name I supplied appended with some other strings.

I simply had to use a shorter name for my stack and it worked :)

Turned out to be a rather trivial issue in the end.

Zoltar
已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南