Oracle Cloud Infrastructure 2021 Architect Associate — Question 11

You need to set up instance principals so that an application running on an instance can call Oracle Cloud Infrastructure (OCI) public services, without the need to configure user credentials.
A developer in your team has already configured the application built using an OCI SDK to authenticate using the instance principals provider.
Which is NOT a necessary step to complete this set up?

Answer options

Correct answer: C

Explanation

The correct answer is C because instance principals do not require generating Auth Tokens for authentication; instead, they use the instance's metadata for this purpose. Options A, B, and D are essential steps in ensuring the application can properly access OCI public services through the configured dynamic group and policy.