Valid 1Z0-1067 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-1067 Exam! ExamDiscuss.com now offer the newest 1Z0-1067 exam dumps, the ExamDiscuss.com 1Z0-1067 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-1067 dumps with Test Engine here:
You are working as a Cloud Operations Administrator for your company. They have different Oracle Cloud Infrastructure (OCI) tenancies for development and production workloads. Each tenancy has resources in two regions - uk-london-1 and eu-frankfurt-1. You are asked to manage all resources and to automate all the tasks using OCI Command Line Interface (CLI). Which is the most efficient method to manage multiple environments using OCI CLI?
Correct Answer: B
The Oracle Cloud Infrastructure CLI configuration file can contain several profiles. and you can create multiple profiles with different values, then you can specify which profile to load. Example Configuration [DEFAULT] user=ocid1.user.oc1..<unique_ID> fingerprint=<your_fingerprint> key_file=~/.oci/oci_api_key.pem tenancy=ocid1.tenancy.oc1..<unique_ID> region=us-ashburn-1 [ADMIN_USER] user=ocid1.user.oc1..<unique_ID> fingerprint=<your_fingerprint> key_file=keys/admin_key.pem pass_phrase=<your_passphrase> https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm The Oracle Cloud Infrastructure CLI supports the use of environment variables to specify default values for some options and allows you to set environment variables to provide certain information. but the CLI requires a configuration file, See CLI Environment Variables for more information.