Which service can the data scientists use to access the logs for this error?
Amazon S3
Amazon Elastic Block Store (Amazon EBS)
AWS CloudTrail
Amazon CloudWatch
Explanations:
Amazon S3 is primarily a storage service used for storing and retrieving any amount of data. It does not provide direct access to logs related to errors or events generated by services like SageMaker.
Amazon Elastic Block Store (EBS) provides block storage for use with Amazon EC2 instances. While it can store data, it is not specifically designed for accessing logs from AWS services, including SageMaker.
AWS CloudTrail is used for tracking user activity and API usage across AWS infrastructure. It logs events but does not capture specific application errors or logs from services like SageMaker.
Amazon CloudWatch is a monitoring and logging service that collects and tracks metrics, collects log files, and sets alarms. It is the appropriate service for accessing logs related to errors encountered in SageMaker, including custom images.