Create and Manage Infrastructure with Oracle Cloud Infrastructure (OCI)

Oracle Cloud Infrastructure (OCI) Service for Infrastructure Management

Question

In order to effectively test your cloud-native applications, you might utilize separate environments (development, testing, staging, production, etc.) Which Oracle Cloud Infrastructure (OCI) service can you use to create and manage your infrastructure? (Choose the best answer.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.

The best answer is C. OCI Resource Manager.

OCI Resource Manager is a service provided by Oracle Cloud Infrastructure that allows you to automate the creation, update, and deletion of cloud resources in a predictable and repeatable manner. It allows you to use Infrastructure-as-Code (IaC) to define your cloud infrastructure in the form of templates that can be versioned, reviewed, and tested before being deployed.

When it comes to creating and managing different environments for your cloud-native applications, OCI Resource Manager can help you create and manage separate instances of your infrastructure for each environment. You can define separate templates for each environment and use them to create and manage the resources needed for that environment.

For example, you can define a development environment template that creates a set of compute instances, load balancers, and networking resources to support your development environment. You can then define a separate template for your testing environment, which creates a similar set of resources with different configurations. You can use Resource Manager to manage these templates and automatically create and update your environments as needed.

In summary, OCI Resource Manager is the best choice for creating and managing different environments for your cloud-native applications. It allows you to define your infrastructure using IaC, automate the creation and update of your resources, and manage multiple environments with ease.