Which THREE steps are required to secure a generative AI pipeline that uses Vertex AI and involves sensitive customer data?
VPC-SC prevents data from leaking outside the perimeter.
Why this answer
Options A, B, and E are correct. Data encryption at rest protects stored data; VPC Service Controls prevent data exfiltration; IAM with least privilege controls access. Option C (public endpoint with API key) is insecure.
Option D (disable audit logging) reduces security visibility.