A machine learning team uses Amazon SageMaker to train models. They need to ensure that only approved base models from the AWS Marketplace can be used, and that training jobs cannot access the internet. Which TWO configurations should they implement?
Model Registry with IAM policies can restrict which models can be used for training.
Why this answer
To restrict model access, use SageMaker Studio's model registry or IAM policies to limit which models can be used. To prevent internet access, configure the training job with a VPC without a NAT gateway. Data encryption does not restrict model access.
The other options are not relevant.