Topic 1 Question 229
3 つ選択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?
Run distributed training jobs in a private VPC. Enable inter-container traffic encryption.
Run distributed training jobs across multiple VPCs. Enable VPC peering.
Create an S3 VPC endpoint. Then configure network routes, endpoint policies, and S3 bucket policies.
Grant read-only access to SageMaker resources by using an IAM role.
Create a NAT gateway. Assign an Elastic IP address for the NAT gateway.
Configure an inbound rule to allow traffic from a security group that is associated with the training instances.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: ACF
I'm not agree with E because assigns read-only access to Sagemaker
👍 6Mllb2023/04/01 - 正解だと思う選択肢: 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.
👍 5oso03482023/03/19 A C and F look correct
👍 3blanco7502023/03/20
シャッフルモード