
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
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?
A
Run SageMaker training and inference by using SageMaker Experiments.
B
Run SageMaker training and inference by using network isolation.
C
Encrypt the data at rest by using encryption for SageMaker geospatial capabilities.
D
Associate appropriate AWS Identity and Access Management (IAM) roles with the SageMaker jobs.
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.