nerdexam
Oracle

1Z0-1084-20 · Question #79

Which concept is NOT related to Oracle Cloud Infrastructure Resource Manager?

The correct answer is C. Queue. https://docs.cloud.oracle.com/en- us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm Following are brief descriptions of key concepts and the main components of Resource Manager. Information to codify your infrastructure. A Terraform configuration can be either a…

Implementing CI/CD on OCI

Question

Which concept is NOT related to Oracle Cloud Infrastructure Resource Manager?

Options

  • AJob
  • BStack
  • CQueue
  • DPlan

How the community answered

(44 responses)
  • A
    5% (2)
  • B
    16% (7)
  • C
    70% (31)
  • D
    9% (4)

Explanation

https://docs.cloud.oracle.com/en- us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm Following are brief descriptions of key concepts and the main components of Resource Manager. Information to codify your infrastructure. A Terraform configuration can be either a solution or a file that you write and upload. Instructions to perform the actions defined in your configuration. Only one job at a time can run on a given stack; further, you can have only one set of Oracle Cloud Infrastructure resources on a given stack. To provision a different set of resources, you must create a separate stack and use a different configuration. Resource Manager provides the following job types: Plan: Parses your Terraform configuration and creates an execution plan for the associated stack. The execution plan lists the sequence of specific actions planned to provision your Oracle Cloud Infrastructure resources. The execution plan is handed off to the apply job, which then executes the instructions. Apply. Applies the execution plan to the associated stack to create (or modify) your Oracle Cloud Infrastructure resources. Depending on the number and type of resources specified, a given apply job can take some time. You can check status while the job runs. Destroy. Releases resources associated with a stack. Released resources are not deleted. For example, terminates a Compute instance controlled by a stack. The stack's job history and state remain after running a destroy job. You can monitor the status and review the results of a destroy job by inspecting the stack's log files. Import State. Sets the provided Terraform state file as the current state of the stack. Use this job to migrate local Terraform environments to Resource Manager. The collection of Oracle Cloud Infrastructure resources corresponding to a given Terraform configuration. Each stack resides in the compartment you specify, in a single region; however, resources on a given stack can be deployed across multiple regions. An OCID is assigned to

Topics

#Resource Manager#Stack#Job#Plan

Community Discussion

No community discussion yet for this question.

Full 1Z0-1084-20 Practice