AWS Certified Machine Learning – Specialty — Question 163

A data engineer is using AWS Glue to create optimized, secure datasets in Amazon S3. The data science team wants the ability to access the ETL scripts directly from Amazon SageMaker notebooks within a VPC. After this setup is complete, the data science team wants the ability to run the AWS Glue job and invoke the
SageMaker training job.
Which combination of steps should the data engineer take to meet these requirements? (Choose three.)

Answer options

Correct answer: B, C, F

Explanation

The correct steps involve setting up an AWS Glue development endpoint in the VPC (B) to enable access to ETL scripts, creating SageMaker notebooks using that endpoint (C) to allow integration, and establishing an IAM policy and role (F) to manage permissions. Options A, D, and E do not directly address the requirement of accessing ETL scripts or managing permissions effectively within the specified setup.