ExamQuestions.com

Register
Login
Oracle Cloud Infrastructure 2021 Cloud Operations Associate Exam Questions

Oracle

Oracle Cloud Infrastructure 2021 Cloud Operations Associate

7 / 32

Question 7:

You have received an email from your manager to provision new resources on Oracle Cloud Infrastructure (OCI). When researching OCI, you determined that you should use OCI Resource Manager. Since this is a task that will be done multiple times for development, test, and production. You will need to create a command that can be re-used. Which CLI command can be used in this situation? (Choose the best answer.) 

Answer options:

A. oci resource-manager stack create ""tenancy"id <tenancy_OCID> \ ""config-source prod.zip ""variables file://variables.json \ ""display-name Production stack build \ ""description Creating new Production environment
B. oci resource-manager stack update ""compartment"id <compartment_OCID> \ ""config-source prod.zip ""variables file://variables.json \ ""display-name Production stack build \ ""description Creating new Production environment
C. oci resource-manager stack create ""compartment"id <compartment_OCID> \ ""config-source prod.zip ""variables file://variables.json \ ""display-name Production stack build \ ""description Creating new Production environment
D. oci resource-manager stack update ""tenancy"id <tenancy_OCID> \ ""config-source prod.zip ""variables file://variables.json \ ""display-name Production stack build \ ""description Creating new Production environment