DEA-C01 · Question #48
A data engineer is configuring Amazon SageMaker Studio to use AWS Glue interactive sessions to prepare data for machine learning (ML) models. The data engineer receives an access denied error when the
The correct answer is C. Add the AmazonSageMakerFullAccess managed policy to the data engineer's IAM user.. Amazon SageMaker requires permissions to perform actions on your behalf. By attaching the AmazonSageMakerFullAccess managed policy to the data engineer’s IAM user, you grant the necessary permissions for SageMaker Studio to access AWS Glue and other related services.
Question
A data engineer is configuring Amazon SageMaker Studio to use AWS Glue interactive sessions to prepare data for machine learning (ML) models. The data engineer receives an access denied error when the data engineer tries to prepare the data by using SageMaker Studio. Which change should the engineer make to gain access to SageMaker Studio?
Options
- AAdd the AWSGlueServiceRole managed policy to the data engineer's IAM user.
- BAdd a policy to the data engineer's IAM user that includes the sts:AssumeRole action for the AWS
- CAdd the AmazonSageMakerFullAccess managed policy to the data engineer's IAM user.
- DAdd a policy to the data engineer's IAM user that allows the sts:AddAssociation action for the
How the community answered
(35 responses)- A3% (1)
- B9% (3)
- C86% (30)
- D3% (1)
Explanation
Amazon SageMaker requires permissions to perform actions on your behalf. By attaching the AmazonSageMakerFullAccess managed policy to the data engineer’s IAM user, you grant the necessary permissions for SageMaker Studio to access AWS Glue and other related services.
Topics
Community Discussion
No community discussion yet for this question.