Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Machine Learning - Specialty All Questions

View all questions & answers for the AWS Certified Machine Learning - Specialty exam

Exam AWS Certified Machine Learning - Specialty topic 1 question 229 discussion

An online retail company wants to develop a natural language processing (NLP) model to improve customer service. A machine learning (ML) specialist is setting up distributed training of a Bidirectional Encoder Representations from Transformers (BERT) model on Amazon SageMaker. SageMaker will use eight compute instances for the distributed training.

The ML specialist wants to ensure the security of the data during the distributed training. The data is stored in an Amazon S3 bucket.

Which combination of steps should the ML specialist take to protect the data during the distributed training? (Choose three.)

  • A. Run distributed training jobs in a private VPC. Enable inter-container traffic encryption.
  • B. Run distributed training jobs across multiple VPCs. Enable VPC peering.
  • C. Create an S3 VPC endpoint. Then configure network routes, endpoint policies, and S3 bucket policies.
  • D. Grant read-only access to SageMaker resources by using an IAM role.
  • E. Create a NAT gateway. Assign an Elastic IP address for the NAT gateway.
  • F. Configure an inbound rule to allow traffic from a security group that is associated with the training instances.
Show Suggested Answer Hide Answer
Suggested Answer: ACD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
oso0348
Highly Voted 1 year, 8 months ago
Selected Answer: ACD
A - Running the training jobs in a private VPC will ensure that the data is transmitted over an encrypted channel. Enabling inter-container traffic encryption will encrypt data that is transmitted between containers. This will help protect the data during the distributed training. C - Creating an S3 VPC endpoint will provide a secure and private connection between the VPC and the S3 bucket. Network routes, endpoint policies, and S3 bucket policies can be configured to further secure the data during the distributed training. D - Granting read-only access to SageMaker resources by using an IAM role will ensure that the data is only accessed by the necessary resources during the distributed training. This will help prevent unauthorized access to the data.
upvoted 9 times
...
Mllb
Highly Voted 1 year, 7 months ago
Selected Answer: ACF
I'm not agree with E because assigns read-only access to Sagemaker
upvoted 6 times
...
spinatram
Most Recent 1 week, 4 days ago
A,C,D I am not sure but F says allow inbound rule for training instance's security group? Which security group's inbound rule, s3? It is distraction, I think F says s3 inbound rule, nonsense.
upvoted 1 times
...
akgarg00
11 months, 2 weeks ago
A and C are final, I think E is the third option where inbound traffic cannot access VPC resources.
upvoted 1 times
...
backbencher2022
1 year ago
Selected Answer: ACD
Changing my options to ACD
upvoted 2 times
...
backbencher2022
1 year, 1 month ago
Selected Answer: ACF
Will go for A,C & F. Please check the keyword "Distributed" in question. In case of a distributed training, instances within a same security group are required to communicate with each other which is configured by allowing inbound traffic through security group. Check this section (Configure the VPC Security Group) in this document - https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html
upvoted 2 times
...
teka112233
1 year, 1 month ago
Selected Answer: ACD
A -->This ensures that the data is not exposed to the public internet and that all traffic between containers is encrypted C--> This ensures that all traffic between the Amazon SageMaker instances and the S3 bucket is kept within the VPC and is not exposed to the public internet. The endpoint policies and S3 bucket policies can be used to control access to the data D--> This ensures that only authorized users can access the SageMaker resources (option B) is not necessary as running jobs in a private VPC provides sufficient security creating a NAT gateway and assigning an Elastic IP address for the NAT gateway (option E) is not necessary as it does not provide any additional security benefits configuring an inbound rule to allow traffic from a security group that is associated with the training instances (option F) is not necessary as it does not provide any additional security benefits especially in the Prescence of the private endpoint
upvoted 1 times
...
loict
1 year, 2 months ago
Selected Answer: ACD
Reference is https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html A. YES - need a private VPC, inter-container traffic encryption optionnal but ok B. NO - no need for multple VPC C. YES - S3 VPC endpoint will prevent the traffic to flow through the internet D. YES - SageMaker resources (instances here) need to read the S3 files E. NO - NAT gateway is allow outbound traffic from a private subnet to Internet; not needed F. NO - The training instances does not need to receive inbound connections
upvoted 1 times
...
Shenannigan
1 year, 2 months ago
Selected Answer: ACD
ACD Is what I am going with ---------------- It was a tough choice between D and F but when I look at Protecting the Data as the main point of the question I went with D (read only to S3)
upvoted 1 times
...
Mickey321
1 year, 2 months ago
Selected Answer: ACD
think the best combination of steps for you are A, C, and D
upvoted 1 times
...
kaike_reis
1 year, 3 months ago
Selected Answer: ACD
Letra B está errada, pois torna o processo muito complexo. Letra A - C - D estão corretas. Letra F está errada, pois Inbound Rules não são relevantes para S3. Finalmente, Letra E é desnecessária.
upvoted 1 times
...
lisiuyiu
1 year, 6 months ago
Selected Answer: ACD
Based on the context the inbound should be added to the data, which is stored in S3. Inbound rules are not relevant to S3. D should be correct instead of F.
upvoted 2 times
...
blanco750
1 year, 8 months ago
A C and F look correct
upvoted 3 times
blanco750
1 year, 8 months ago
Configure the VPC Security Group In distributed training, you must allow communication between the different containers in the same training job. To do that, configure a rule for your security group that allows inbound connections between members of the same security group. For EFA-enabled instances, ensure that both inbound and outbound connections allow all traffic from the same security group. For information, see Security Group Rules in the Amazon Virtual Private Cloud User Guide.
upvoted 2 times
...
...
sevosevo
1 year, 8 months ago
Selected Answer: ACD
A,B pretty sure; D best guess. https://docs.aws.amazon.com/sagemaker/latest/dg/train-encrypt.html https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html
upvoted 2 times
austinoy
1 year, 8 months ago
My best "guess" is ACF
upvoted 5 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...