
Ultimate access to all questions.
Answer-first summary for fast verification
Answer: Use AWS CloudTrail for SageMaker API calls and Amazon CloudWatch Logs for S3 access logs.
AWS CloudTrail is used for logging API calls and actions related to AWS SageMaker, which is crucial for auditing model training operations. Amazon CloudWatch Logs can be configured to collect logs from Amazon S3, ensuring that all data access operations are logged and securely stored for auditing purposes.
Author: LeetQuiz Editorial Team
Your organization is implementing a new machine learning pipeline that uses AWS SageMaker for model training and Amazon S3 for data storage. The pipeline processes highly sensitive research data. Describe how you would implement a logging strategy for both SageMaker and S3 to ensure that all model training operations and data access are logged, and the logs are stored securely and can be easily accessed for auditing purposes.
A
Use AWS CloudTrail for SageMaker API calls and Amazon CloudWatch Logs for S3 access logs.
B
Use Amazon CloudWatch Logs for SageMaker logs and AWS X-Ray for S3 traces.
C
Use Amazon S3 for storing SageMaker logs and AWS Config for S3 configuration logs.
D
Use AWS Config for SageMaker configuration logs and Amazon CloudWatch Logs for S3 logs.
No comments yet.