Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Error in CloudFormation Script #41

Open
HaseoBoss opened this issue Sep 27, 2024 · 0 comments
Open

[Bug] Error in CloudFormation Script #41

HaseoBoss opened this issue Sep 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@HaseoBoss
Copy link

When executing the script deep-demand-forecast.yaml it returns the following error:

"Embedded stack arn:aws:cloudformation:us-east-1:081811336832:stack/teste-09-17-03-SageMakerStack-1QWZCRBQXFGT1/477e5480-7536-11ef-9baa-0e106e7e8ba5 was not successfully created: The following resource(s) failed to create: **[LifeCycleConfig]."
1

The previous error is related to this next one:

"1 validation error detected: Value 'sagemaker-deep-demand-forecast/1.2.0-nb-lifecycle-config' at 'notebookInstanceLifecycleConfigName' failed to satisfy constraint: Member must satisfy regular expression pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])* (Service: AmazonSageMaker; Status Code: 400; Error Code: ValidationException; Request ID: ecf79690-1004-45ac-85bf-cc04d31d39bc; Proxy: null)"
2

The name sagemaker-deep-demand-forecast/1.2.0 seems to be generated from the parameter SolutionName, but when this parameter is changed manually, other errors appear, such as a non-existent bucket name. As a result, we are stuck on the CloudFormation script creation and haven't been able to find a solution

@HaseoBoss HaseoBoss added the bug Something isn't working label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant