Sagemaker Studio Entries in AWS S3 Listing

0

When I entered aws s3 ls --profile admin-1, the AWS CLI displayed two Sagemaker Studio entries like these:

2023-11-01 16:13:02 sagemaker-studio-111122223333-XXXXXXXXXXX
2023-11-01 15:58:50 sagemaker-studio-111122223333-OOOOOOOOOOO

I did not use Sagemaker and wondered where these entries were originating from. When I checked the SageMaker console, I did not see any SageMaker domains.

hkung
asked 6 months ago157 views
1 Answer
3
Accepted Answer

Hello,

As you mentioned there is no components exist, I presume you have verified in the region where the s3 files exist. It seems the SM studio might be created which could produce the support files in S3 by default and that would have been deleted after a while. I recommend to check CloudTrail Service to see if any SM APIs invoked within your account [1]. You might search the eventSource with SM to see the invokes if any.

"eventSource":"sagemaker.amazonaws.com"

[1] - https://docs.aws.amazon.com/sagemaker/latest/dg/logging-using-cloudtrail.html#sagemaker-info-in-cloudtrail

AWS
SUPPORT ENGINEER
answered 6 months ago
  • Thank you for the answer. Yes, I noticed several events associated with Sagemaker by looking up the CloudTrail service.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions