AWS Certified Machine Learning – Specialty — Question 114

A machine learning (ML) specialist wants to secure calls to the Amazon SageMaker Service API. The specialist has configured Amazon VPC with a VPC interface endpoint for the Amazon SageMaker Service API and is attempting to secure traffic from specific sets of instances and IAM users. The VPC is configured with a single public subnet.
Which combination of steps should the ML specialist take to secure the traffic? (Choose two.)

Answer options

Correct answer: A, C

Explanation

The correct steps involve adding a VPC endpoint policy to allow access to the IAM users (A) and modifying the security group to restrict access to the instances (C). Option B is incorrect because it does not secure the traffic at the VPC level, while options D and E do not address the necessary policy configurations for IAM users and instances, respectively.