Oracle Cloud Platform Data Integration 2020 Specialist — Question 59

A programmer is developing a Node.js application which will run in a Linux server on their on-premises data center. This application will access various Oracle
Cloud Infrastructure (OCI) services using OCI SDKs.
What is the secure way to access OCI services with OCI Identity and Access Management (IAM)? (Choose the best answer.)

Answer options

Correct answer: A

Explanation

The correct answer is A because creating a dynamic group that includes the on-premises Linux server allows for secure and automated management of IAM policies based on resource tags. Option B is incorrect as policies need to be associated with users or groups, not directly with servers. Option C, while it involves user authentication, does not leverage the benefits of dynamic groups, and Option D exposes credentials, which is less secure.