Skip to content

Multiple failed during deployment using the solution launch #537

Answered by svozza
rsiripan asked this question in General
Discussion options

You must be logged in to vote

Are you attempting to deploy this to an existing VPC? I'm guessing you're seeing an error like the following:

Embedded stack arn:aws:cloudformation:<region>::stack/<stack-name>-SearchResolversStack-<ID-string>7/<guid> was not successfully created: Stack creation time exceeded the specified timeout.

The reason for this is that private subnets provided as CloudFormation parameters do not have the ability to route to S3. The SearchResolversStack stack has a custom resource that creates an index in the OpenSearch cluster. This custom resource runs in the same VPC as the cluster. Custom resources must write the result of their execution to an S3 bucket owned by the CloudFormation team and if …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@rsiripan
Comment options

@svozza
Comment options

@rsiripan
Comment options

Answer selected by rsiripan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants