sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
721 stars 773 forks source link

Make Predictions for House Prices with SAP AI Core #23458

Closed RjainCap closed 7 months ago

RjainCap commented 7 months ago

Tutorials: Make Predictions for House Prices with SAP AI Core

In Step 5: Start a deployment

The Deployment Fails to start with logs showing error : botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL.

The Object store secrets "default" is used for execution. Models are getting created and stored in S3 bucket but during server deployment, the above error is thrown. All other configurations are kept as same following the guided Tutorial.

Logs attached for the reference. log_dc2a9a22fb3000bc.json

RjainCap commented 7 months ago

Found a solution to the above problem.

Tutorial says

endpoint = "s3-eu-central-1.amazonaws.com", # Change this

It should be:

endpoint = "s3.eu-central-1.amazonaws.com", # s3- changed to s3.

Source: https://docs.aws.amazon.com/general/latest/gr/s3.html