We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When deploying SageMaker VPC endpoints, the wrong Route53 PHZ are created causing the error
App Creation failed with exception: Could not connect to the endpoint URL: "https://api.sagemaker.eu-west-1.amazonaws.com/"
The change was introduced in e8f3d71
To Reproduce Define VPC Endpoint for sagemaker.api and sagemaker.runtime
sagemaker.api
sagemaker.runtime
This creates PHZ for api.sagemaker.eu-west-1.sagemaker.aws and runtime.sagemaker.eu-west-1.sagemaker.aws
api.sagemaker.eu-west-1.sagemaker.aws
runtime.sagemaker.eu-west-1.sagemaker.aws
Expected behavior It should create PHZ for api.sagemaker.eu-west-1.amazonaws.com and runtime.sagemaker.eu-west-1.amazonaws.com as defined in https://docs.aws.amazon.com/general/latest/gr/sagemaker.html
api.sagemaker.eu-west-1.amazonaws.com
runtime.sagemaker.eu-west-1.amazonaws.com
Please complete the following information about the solution:
Screenshots If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When deploying SageMaker VPC endpoints, the wrong Route53 PHZ are created causing the error
App Creation failed with exception: Could not connect to the endpoint URL: "https://api.sagemaker.eu-west-1.amazonaws.com/"
The change was introduced in e8f3d71
To Reproduce
Define VPC Endpoint for
sagemaker.api
andsagemaker.runtime
This creates PHZ for
api.sagemaker.eu-west-1.sagemaker.aws
andruntime.sagemaker.eu-west-1.sagemaker.aws
Expected behavior
It should create PHZ for
api.sagemaker.eu-west-1.amazonaws.com
andruntime.sagemaker.eu-west-1.amazonaws.com
as defined in https://docs.aws.amazon.com/general/latest/gr/sagemaker.htmlPlease complete the following information about the solution:
Screenshots
If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: