Question 6 of 32 from exam 1Z0-1067-21: Oracle Cloud Infrastructure 2021 Cloud Operations Associate

Question 6 of 32 from exam 1Z0-1067-21: Oracle Cloud Infrastructure 2021 Cloud Operations Associate

Question

You are using the Oracle Cloud Infrastructure Command Line Interface to launch a Linux virtual machine.

You enter the following command (with correct values for all parameters):

oci compute instance launch --availability-domain
“<availability_domain_name>” -t <tenancy_id> -c <compartment_id>
-shape “<shape_name>” --display-name “<instance_display_name>”
-image-id <image_id> --ssh-authorized-keys-file
“<path_to_authorized_keys file>” --subnet-id <subnet_id>

The command fails.

Which is NOT a valid parameter in this command? (Choose the best answer.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

A.