Cloudformation Error upond stack formation

0

Hello, I'm trying to follow the instructions regarding using the API Solution kit found here: https://awslabs.github.io/aws-ai-solution-kit/en/deployment/

I'm getting this error and can't find more details to resolve this problem

Embedded stack arn:aws:cloudformation:ca-central-1:319460514397:stack/AIKitsInferOCRStack-ImageSimilarityNestedStackImageSimilarityNestedStackResourceE9B68B-9QSHG399UA40/aff909e0-e7fd-11ee-bbe0-025fcc88136f was not successfully created: The following resource(s) failed to create: [imagesimilarityimagesimilarityAppB2E696AB].

The S3 bucket that contains the images I'm working with is within another AWS account. Is this a restriction or is there something I need to prior to trying to screate this stack?

Anybody run into this issue? Thanks in advance

profile picture
asked a month ago430 views
1 Answer
2
Accepted Answer

Hello.

From the content of the error, I think that the resource is probably deployed in a nested stack.
I think you need to open the nested stack that failed to deploy from the CloudFormation stack screen and check which resource is causing the error.
https://repost.aws/ja/knowledge-center/cfn-resolve-nested-stack-failure

profile picture
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago
profile picture
EXPERT
reviewed a month ago
  • Thanks. iwent through the excellent article and, at the end of the day, got it to work. Building a simple LAMP stack got me what I needed. Thanks again.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions