
Ultimate access to all questions.
A company needs to use Amazon SageMaker for model training and inference. The company must comply with regulatory requirements to run SageMaker jobs in an isolated environment without internet access. Which solution will meet these requirements?
Explanation:
Correct Answer: B - Run SageMaker training and inference by using network isolation.
Why this is correct:
Network isolation in Amazon SageMaker provides the capability to run SageMaker jobs in a VPC without internet access. This is specifically designed for compliance requirements that mandate isolated environments.
Key features of SageMaker network isolation:
Why the other options are incorrect:
A. SageMaker Experiments: This is a feature for organizing, tracking, and comparing machine learning experiments, but it doesn't provide network isolation or prevent internet access.
C. Encrypt data at rest: While encryption is important for security and compliance, it addresses data protection at rest, not network isolation or internet access control. The question specifically asks about "isolated environment without internet access."
D. Associate appropriate IAM roles: IAM roles control permissions and access to AWS resources, but they don't provide network isolation or prevent internet connectivity. IAM is about authentication and authorization, not network security.
Additional context:
When you enable network isolation for SageMaker:
This solution directly addresses the requirement for "an isolated environment without internet access" while still allowing SageMaker to function properly through controlled VPC connectivity.