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

PHZ for Sagemaker API not correct #690

Open
2 of 6 tasks
sandrich opened this issue Jan 6, 2025 · 0 comments
Open
2 of 6 tasks

PHZ for Sagemaker API not correct #690

sandrich opened this issue Jan 6, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@sandrich
Copy link

sandrich commented Jan 6, 2025

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

This creates PHZ for api.sagemaker.eu-west-1.sagemaker.aws and 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

Please complete the following information about the solution:

  • Version: v1.11.0
  • Region: eu-west-1
  • Was the solution modified from the version published on this repository?
  • If the answer to the previous question was yes, are the changes available on GitHub?
  • Have you checked your service quotas for the services this solution uses?
  • Were there any errors in the CloudWatch Logs?

Screenshots
If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).
image

Additional context
Add any other context about the problem here.

@sandrich sandrich added the bug Something isn't working label Jan 6, 2025
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