Which THREE components are essential for a production-grade generative AI deployment on OCI? (Select THREE)
Trap 1: OCI Vault for secrets
While good practice, not strictly essential if secrets are managed elsewhere.
Trap 2: OCI Data Flow for data processing
Data Flow is for big data processing, not required for inference.
- A
OCI Logging for audit
Logging is critical for monitoring and compliance.
- B
OCI Vault for secrets
Why wrong: While good practice, not strictly essential if secrets are managed elsewhere.
- C
OCI Data Flow for data processing
Why wrong: Data Flow is for big data processing, not required for inference.
- D
Dedicated AI cluster
Essential for hosting the model with predictable performance.
- E
OCI IAM policies for access control
IAM policies are fundamental for securing the deployment.