on ‎2023 Nov 03 4:16 PM
Hello Experts,
I am new to AI Core and followed the Tutorial Series to get to know the environment. (Make Predictions for House Prices with SAP AI Core | SAP Tutorials)
Unfortunately I've encountered an error I am unable to resolve. In the last steps of the Tutorial, while trying to deploy the model on a server, the error "Could not connect to the endpoint URL" appears.
I would be very grateful for your assistance.

Request clarification before answering.
Hi Duschl,
The botocore.exceptions.EndpointConnectionError error occurs when there is a problem with the connection to the AWS service endpoint. This can be due to a variety of reasons incorrect configuration, or the service not being available in the specified region.
Can you validate if your stored S3 object store Creds are the same as your current S3 creds?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good afternoon RjainCap,
I think I have the same case.
Attaching view of last run . ( I ran it at least 5 times then gave up and posted)
Thanks,
Mich
d
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello RjainCap,
Good question,
Yes , Below is a sample listing view of runs and one model.
Thank you ,
Mich
aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/
PRE data/
PRE model/
aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/model
PRE model/
aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/model/
PRE e2d8d89238047e54/
PRE e5040e89387a330a/
PRE eaf87aeb56cb9cd7/
PRE ebee5c01cc324e12/
PRE eed8ca84c3282328/
PRE efb703b375141f45/
aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/model/e2d8d89238047e54/
PRE housemodel/
aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/model/e2d8d89238047e54/housemodel/
2024-02-07 13:45:59 3348 model.pkl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good morning md_tcon07,
Here below is my set up and no I did not have to adjust any AWS roles.
It just comes up when it wants to publish the model back. As when it gets stuck
it will continue to publish and use the data . (xyz is just my method to mask the real key)
Thanks,
Mich
Name - default
Type - S3
Path Prefix: example-dataset/house-price-toy/model
Bucket: hello-aicore-data
Endpoint: s3-us-east-1.amazonaws.com
Region : us-east-1
verify SSL : off
Use HTTPS : on
Secret:
{
"AWS_ACCESS_KEY_ID": "xyz5",
"AWS_SECRET_ACCESS_KEY": "xyzncdl"
}
Name - mys3
Type - S3
Path Prefix: example-dataset/house-price-toy
Bucket: hello-aicore-data
Endpoint: s3-us-east-1.amazonaws.com
Region : us-east-1
verify SSL : off
Use HTTPS : on
Secret:
{
"AWS_ACCESS_KEY_ID": "xyzU5",
"AWS_SECRET_ACCESS_KEY": "xyzcdl"
}
From a local comand prompt listing ( same key to access)
aws s3 ls s3://hello-aicore-data/example-dataset/house-price-toy/
PRE data/
PRE model/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.