Oracle Cloud Infrastructure 2022 Architect Associate — Question 45
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
- A. Generate Auth Tokens to enable instances in the dynamic group to authenticate with APis.
- B. Create a policy granting permissions to the dynamic group to access services in your compartment or tenancy.
- C. Deploy the application and the SDK to all the instances that belong to the dynamic group.
- D. Create a dynamic group with matching rules to specify which instances can make API calls against services.
Correct answer: C
Explanation
Option C is incorrect because deploying the application and SDK to every instance is not required for instance principals to function. Options A, B, and D are necessary steps to enable the instances in the dynamic group to authenticate and access the OCI services properly.