Oracle Cloud Infrastructure 2023 Architect Associate — Question 53
Which statement is true regarding the run command feature in the Oracle Cloud Infrastructure (OCI) Compute service?
Answer options
- A. The maximum size for a script file that you upload directly to an instance in plain text is 4 KB.
- B. The run command feature is not supported on compute instances that use the Windows Server platform images.
- C. The run command feature does not require any Oracle Cloud Agent plugins to be enabled and running.
- D. You cannot run commands on an instance if the instance does not have SSH access or open inbound ports.
Correct answer: A
Explanation
The correct answer is A, as it accurately describes the limitation regarding the size of script files that can be uploaded in plain text. Option B is incorrect because the run command feature is indeed supported on Windows Server instances. Option C is false since the run command feature does require Oracle Cloud Agent plugins to be running. Option D is misleading; while SSH access is important for certain commands, the run command can still work under specific configurations.