ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

157 / 258

Question 157:

You are a machine learning specialist at a government agency that processes citizen applications (online, mail, and in-person) for government documents such as driver`s licenses and passports.Your machine learning team is responsible for using machine learning technology to determine fraudulent activity in the document application processes. You are preparing a subset of your agency data for model training. In order to use your data in your SageMaker notebook, you have stored your data in S3. By definition, your data contains Personally Identifiable Information (PII). In order to maintain the required level of security, your data must be accessible only from within your VPC and cannot traverse the public internet. Which option best meets your security requirements?

Answer options:

A.Use a VPC endpoint and leverage a security group to restrict access to the VPC endpoint.
B.Use a VPC endpoint and leverage a Network Access Control List (NACL) to only allow traffic between the VPC endpoint and S3.
C.Use a VPC endpoint and leverage a bucket access policy to allow access to the S3 bucket from the VPC endpoint.
D.Use a VPC endpoint and leverage a bucket access policy to deny access to the S3 bucket from resources other than the VPC endpoint and the VPC.